Forum Activity for @douglas

douglas
@douglas
04/02/15 01:37:57PM
2,812 posts

Order By Star Ratings


Design and Skin Customization

See if this works for you:

{jrCore_list module="jrGallery" order_by="gallery_rating_overall_average_count NUMERICAL_DESC"  require_image="gallery_image" pagebreak=20 page=$_post.p pager=true template=$tpl}
douglas
@douglas
04/01/15 01:41:58PM
2,812 posts

Adding a menu the main menu of Projam5 Light


Design and Skin Customization

Yes, you'll want to create the new page template and then upload it via FTP.

So if you create a file named new-page.tpl and upload it to your skins/YOURSKIN directory, using and FTP program like Filezilla, then you can reach that page by pointing your browser to yoursite.com/new-page.

Hope this helps!
douglas
@douglas
04/01/15 09:05:45AM
2,812 posts

trouble with all skin images (title updates)


Ning To Jamroom

I believe the image was removed and the image name is linked to a lightbox image, but I'm seeing an issue with that. I'll get a ticket open.
douglas
@douglas
03/31/15 03:22:43AM
2,812 posts

Adding a menu the main menu of Projam5 Light


Design and Skin Customization

If you need to find the ID to a language string, and your skins/YOURSKIN/lang/en-US.php file doesn't have it, you can open the modules/MODULENAME/lang/en-US.php file to get the ID... this is from the skins/jrNingja/lang/en-US.php, the ID is in bold text.

$lang[47] = 'Forum';

so the jrCore_lang function would be:

{jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="Forum"}

If your skins lang file does not have the text your looking for, you can either add it to your lang file or see if the module has the text.

From the jrForum modules lang file:

$lang[36] = 'Forum';

so the jrCore_lang function would be:

{jrCore_lang module="jrForum" id="36" default="Forum"}

Hope this helps!
updated by @douglas: 03/31/15 03:23:55AM
douglas
@douglas
03/31/15 03:13:39AM
2,812 posts

Time line BG color


Using Jamroom

Your welcome! :)
douglas
@douglas
03/30/15 02:00:21PM
2,812 posts

Adding a menu the main menu of Projam5 Light


Design and Skin Customization

That is most likely due to the jrCore_lang function.

replace this:

{jrCore_lang skin=$_conf.jrCore_active_skin id="10" default="Blog"}

with this:

{jrCore_lang module="jrFAQ" id="10" default="FAQ"}

https://www.jamroom.net/the-jamroom-network/documentation/development/783/jrcore-lang
douglas
@douglas
03/30/15 01:55:38PM
2,812 posts

Can't embed youtube using text editor


Using Jamroom

Strumelia:
Hi Paul- I didn't know about the URL Scanner module- now I do, and I installed it.
I have it checked as 'enabled'...but the only only tab it has is its 'info' tab...it does not have quota config tab, etc like other modules do. So can you please tell me how I can "enable the URL Scanner module for all your quotas"? Or is simply checking that one module 'enable' box enough?

The Quota Config tab for the Core has the checkbox for this module.
  162