Forum Activity for @douglas

douglas
@douglas
12/07/14 09:04:28AM
2,807 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

You should be seeing this code in that div....

<div class="rank">{$item.list_rank}<br>
{if $item.chart_direction != 'same'}
{jrCore_lang skin=$_conf.jrCore_active_skin id="98" default="moved" assign="chart_position_title1"}
{assign var="cp_title" value="`$chart_position_title1` `$item.chart_direction`"}
{else}
{jrCore_lang skin=$_conf.jrCore_active_skin id="65" default="position" assign="chart_position_title1"}
{assign var="cp_title" value="`$item.chart_direction` `$chart_position_title1`"}
{/if}
{jrCore_image image="chart_`$chart_image`.png" alt="`$item.chart_direction`" title=$cp_title}<br>
{if $item.chart_change > 0}
{$item.chart_change}
{else}
-
{/if}
</div>

Hope this helps! :)
douglas
@douglas
12/07/14 08:39:04AM
2,807 posts

Issue with message appearing in ProJam5 in videos


Using Jamroom

Can you show us the code you have inside the rank div?

<div class="rank">
The code you have here.....
</div>

Thanks!
douglas
@douglas
12/05/14 05:34:00AM
2,807 posts

Add page to the header_menu_mobile.tpl


Installation and Configuration

The header_menu_mobile.tpl is for the main menu on mobile devices.

The code you've posted is from the profile_menu.tpl and is for the profiles menu.

So I'm a little confused with what your trying to do.

Where exactly are you trying to add the link/tab/page and what is the URL for the link/tab/page?

Thanks!
douglas
@douglas
12/04/14 02:53:03PM
2,807 posts

FOURM question?


Installation and Configuration

You can enable/disable the forum per quota in the Forum modules "Quota Config" tab. Note that you'll need more than one quota setup to do this. Most likely and Admin quota for your master admin account and a regular quota for your users.
douglas
@douglas
12/04/14 02:51:15PM
2,807 posts

Code Question 3


Using Jamroom

Instead of trying to explain how it all works, maybe you can let us know what your trying to do and we might be able to help with that a bit easier.

The Ningja skins java file is already setup with the jrLoad function, but there aren't any templates being loaded via java. The jrLoad function is only being used for pagination in the Ningja skin.
douglas
@douglas
12/04/14 09:24:37AM
2,807 posts

defaulting to www


Ning To Jamroom

You'll want to modify your data/config/config.php file and add the www to the $_conf['jrCore_base_url'] setting.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/04/14 09:06:56AM
2,807 posts

Language and Menu links


Ning To Jamroom

Make sure you've added the URL to the Admin forum in your ACP > System Tools > Skin Settings > Site Index > Forum Profile URL field.

Hope this helps,
Douglas
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/04/14 04:44:59AM
2,807 posts

Language and Menu links


Ning To Jamroom

Michael is right, its an oversight, I'll get that fixed for the next release.

Thanks!
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/04/14 04:41:21AM
2,807 posts

galery grid minor issue


Ning To Jamroom

Portrait might be a better option for those images.

crop="portrait"

updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/03/14 04:24:02AM
2,807 posts

Can't Find Forum Template


Design and Skin Customization

The part shaded in read from you image is in the profile_header.tpl in your active skin directory.
  189