Forum Activity for @douglas

douglas
@douglas
04/08/15 05:20:19AM
2,812 posts

Featured Tabs on jrNova skin


Design and Skin Customization

At the top of your index.tpl file, find this:

jrLoad('#sm',core_system_url +'/index_artists');

and change it to this:

jrLoad('#sm',core_system_url +'/index_songs');

then change this:

<div class="menu_tab">
<div id="default" class="p_choice fartist" onclick="jrLoad('#sm','{$jamroom_url}/index_artists');jrSetActive('#default');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"}&nbsp;{jrCore_lang  skin=$_conf.jrCore_active_skin id="12" default="artists"}</div>
<div id="s_song" class="p_choice fsong" onclick="jrLoad('#sm','{$jamroom_url}/index_songs');jrSetActive('#s_song');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"}&nbsp;{jrCore_lang  skin=$_conf.jrCore_active_skin id="13" default="songs"}</div>
<div id="s_video" class="p_choice fvideo" onclick="jrLoad('#sm','{$jamroom_url}/index_videos');jrSetActive('#s_video');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"}&nbsp;{jrCore_lang  skin=$_conf.jrCore_active_skin id="14" default="videos"}</div>
<div class="clear"></div>
</div>

to this:

<div class="menu_tab">
<div id="default" class="p_choice fsong" onclick="jrLoad('#sm','{$jamroom_url}/index_songs');jrSetActive('#default');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"}&nbsp;{jrCore_lang  skin=$_conf.jrCore_active_skin id="13" default="songs"}</div>
<div class="clear"></div>
</div>

updated by @douglas: 04/08/15 05:30:11AM
douglas
@douglas
04/07/15 09:02:01AM
2,812 posts

need help utilizing the HOT ARTIST, TOP TEN & TOP SINGLES


Using Jamroom

No problem, glad you got it sorted. :)
douglas
@douglas
04/07/15 08:09:15AM
2,812 posts

Combined Video and Audio


Design and Skin Customization

Those buttons only work on the profile pages, you can't use them on the front end.

Hope this helps!
douglas
@douglas
04/07/15 08:06:33AM
2,812 posts

need help utilizing the HOT ARTIST, TOP TEN & TOP SINGLES


Using Jamroom

That is most likely the admin quota unless you've changed it.

If you go to ACP > Users > Quota Browser you can see your quotas and the ID's for them.
douglas
@douglas
04/07/15 08:03:41AM
2,812 posts

need help utilizing the HOT ARTIST, TOP TEN & TOP SINGLES


Using Jamroom

Have you set the Admin, Artist and Member quota ID's in your ACP > Skin Settings. Those fields will be in the Main section of the skins settings.
douglas
@douglas
04/05/15 06:28:08AM
2,812 posts

Group Discussion Thread


Tips and Tricks

You'll want to use the jrCore_list function:

https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

You can look at the jrGroupDiscuss templates for the variables you will need inside your custom template.

Or you can just something like this:

{jrCore_list module="jrGroupDiscuss" order_by="_created desc" limit="10"}

which will use the modules templates instead of having to re-create them.
douglas
@douglas
04/05/15 06:01:31AM
2,812 posts

Events Listing the wrong way round again in Ningja


Using Jamroom

If you want them to show in a different order, then you'll want to modify the skins/jrNingja/index.tpl and change the order_by on the jrCore_list functions.

This is the code to look for:
{if $_conf.jrNingja_past_events == 'on'}
    {jrCore_list module="jrEvent" order_by="event_date asc" limit=$event_pb template=$event_tpl assign="coming_events"}
{else}
    {jrCore_list module="jrEvent" search="event_date >= `$smarty.now`" order_by="event_date asc" limit=$event_pb template=$event_tpl assign="coming_events"}
{/if}

Hope this helps!
douglas
@douglas
04/03/15 07:10:50AM
2,812 posts

Activity Not Showing


Ning To Jamroom

Your welcome.

I just added a video and didn't see any issues there either. I also removed the video so you won't see it.

Let us know if you see anymore issues.

Thanks!
douglas
@douglas
04/03/15 07:04:24AM
2,812 posts

Activity Not Showing


Ning To Jamroom

I just modified the three YouTube videos, I didn't change anything, and they are showing up in the timeline now.

When you created them, did you uncheck the add to timeline box?
douglas
@douglas
04/03/15 06:06:13AM
2,812 posts

Activity Not Showing


Ning To Jamroom

We would need admin access to take a look, can you send us that info?
  161