Forum Activity for @michael

michael
@michael
12/16/14 10:54:25PM
7,832 posts

How Do I Modify Code - Featuring by Quota - Template Copying


Using Jamroom

I like it when the question is the title of the thread.

"How do I....."
"Can I use...."
"Can I copy template code and use it in other skins?"

It helps understand what has been solved when the thread is marked as solved and also helps understand what the request is before I enter the topic.

Try using the search function to find the answer to the next thing you think of asking and see which threads you open. Most likely it will be the ones that have titles related to what your searching for. :)
michael
@michael
12/16/14 09:16:09PM
7,832 posts

a few things i still need to figure out


Ning To Jamroom

soaringeagle:and any way to make the featured list something like the elastic slider.

That would make a great thread by itself so others can locate it.
A: It will be added to the Site Builder construction kit module.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/16/14 09:12:25PM
7,832 posts

video watermarked and coversion questions


Ning To Jamroom

you can see what is waiting in the Queue from:
ACP -> SYSTEM CORE -> TOOLS -> QUEUE VIEWER

If your finding that backing up faster than it can clear itself then more power is needed. Or if conversion times are taking longer than you'd like them too during busy periods.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/16/14 09:08:00PM
7,832 posts

Forgot how to rename cloned skin...again


Ning To Jamroom

brian:
I believe Michael is fixing this up.
michael:
Yeah, its done.
michael:
Got this added in to the next version of Developer Tools. From version 1.3.0 when you clone a skin, the ACP changes also get cloned.

That was the context it was mean in. version 1.3.0 is not in the marketplace yet. Once its been checked it will be released. Should be soon. :)
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/16/14 09:04:39PM
7,832 posts

what causes save/close buttons to becomedisabled


Using Jamroom

Repair mode displays the page without the content you've added to a widget. Which means chances are high that something thats been added to a widget is the cause of the issue.
updated by @michael: 12/22/16 11:55:59AM
michael
@michael
12/16/14 07:20:49PM
7,832 posts

Forgot how to rename cloned skin...again


Ning To Jamroom

Yeah, its done.

The way to work with the files on the file system is more aligned with traditional development methods.

Traditionally in order to change the way a website looked, you would have a copy of it on your local pc, then make some changes to the file then upload it.

Jamroom (and other CMS systems) allow the admin user to get around the need for this by providing other methods to update what is displayed.

The method you should use is whichever you feel most comfortable with.

Anybody coming in from a web development background is going to feel more comfortable working with the tools they already use. Tools that allow the server files and the local files to stay in sync and provide features to allow for easy customization.

Just as an example some of those tools are:
* PhpStorm
* Dreamweaver
* Eclipse
* text editor + FTP program

If you are unfamiliar with these tools and are trying to customize the files by using the features of cpanel, I reckon sticking with the template editor is a better way to go.

If you want to learn more about the development side of things, the team uses PhpStorm.

Your probably more interested in running the community than becoming a Jamroom developer at a guess.
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/16/14 07:10:05PM
7,832 posts

what causes save/close buttons to becomedisabled


Using Jamroom

I know there will be bugs in this system, that's why its in beta. But I can only fix them If you can show me how to make them appear.

This type of report is really useful to me:
Quote:
What steps will reproduce the problem?
1.
2.
3.

What is the expected result?

What happens instead?

Please provide any additional information below.
Attach a code sample as text, a screenshot or screencast if possible

Cheers :)
updated by @michael: 12/22/16 11:55:59AM
michael
@michael
12/16/14 06:03:17PM
7,832 posts

Looking to very migrate soon - process and json and media files


Ning To Jamroom

Love the name @thechocolatelife. :)
updated by @michael: 12/29/14 09:23:54AM
michael
@michael
12/16/14 06:00:55PM
7,832 posts

some code help plz


Design and Skin Customization

soaringeagle:
1 ningja uses a single profile as the main forums since ning wasn't as profile centric, so on my front page i want a forum post list, of the most recently active posts, all from profile id 13331 wich is where the main site forums are, but additionaly, if possible i want a title (and profile pic) like you get with the standard listing, but also below it a short excerpt from the post... say anwhere from 250-1000 charachters (and maybe with a read more link after)

The profile pic is inside:
/skins/(your skin)/profile_header.tpl

You can put a {debug} into that template to see what you have to work with.



truncate is the name of the function to use to cut a long post off after 1000 characters.

You can see examples of it in the smarty documentation:

"Truncate | Smarty"
http://www.smarty.net/docsv2/en/language.modifier.truncate
michael
@michael
12/16/14 05:31:20PM
7,832 posts

what causes save/close buttons to becomedisabled


Using Jamroom

Make sure there are no javascript errors on the page. Any javascript error can stop all javascript from working.
updated by @michael: 12/22/16 11:55:59AM
  618