Forum Activity for @douglas

douglas
@douglas
03/24/15 04:28:33AM
2,812 posts

Adding a menu the main menu of Projam5 Light


Design and Skin Customization

scardwell:
Hi all,

Please could someone advise how I can add a menu and subsequent page to that menu in the main header of Projam5 Light next to the Blog menu.

Thanks
Stephen

You'll want to modify the skins/jrProJamLight/header_menu_desktop.tpl and skins/jrProJamLight/header_menu_mobile.tpl files to add/modify menu links, to create a new page, follow this:

https://www.jamroom.net/the-jamroom-network/documentation/development/1041/skin-development
https://www.jamroom.net/the-jamroom-network/documentation/development/1043/creating-a-new-page-for-a-skin
douglas
@douglas
03/23/15 08:43:47AM
2,812 posts

Create Album in combined videos issue and filter suggestion


Using Jamroom

I'm not seeing an issue on my dev site, are you using all the latest module versions?
douglas
@douglas
03/23/15 05:04:47AM
2,812 posts

Projam5 Light - Our Favorite Artist Box


Installation and Configuration

You'll find that code in your skins/jrProJamLight/header.tpl and it is this code:

                        <div class="fav_buttons">
                            {jrCore_lang skin=$_conf.jrCore_active_skin id="110" default="Artist" assign="fvrt_artst_bttn_ttl"}
                            {jrCore_lang skin=$_conf.jrCore_active_skin id="111" default="Song" assign="fvrt_sng_bttn_ttl"}
                            <a onclick="jrLoad('#fav-div','{$jamroom_url}/favorite_artist');">{jrCore_image image="button_prev.png" alt=$fvrt_artst_bttn_ttl title=$fvrt_artst_bttn_ttl} {jrCore_lang skin=$_conf.jrCore_active_skin id="110" default="Artist"}</a> |
                            <a onclick="jrLoad('#fav-div','{$jamroom_url}/favorite_song');">{jrCore_lang skin=$_conf.jrCore_active_skin id="111" default="Song"} {jrCore_image image="button_next.png" alt=$fvrt_sng_bttn_ttl title=$fvrt_sng_bttn_ttl}</a>
                        </div>

Hope this helps!
douglas
@douglas
03/17/15 07:37:11AM
2,812 posts



Your welcome! :)
douglas
@douglas
03/17/15 06:34:39AM
2,812 posts

Is the Ningja Skin ok for Non-Ning networks?


Ning To Jamroom

The Ningja skin was made for Ning users migrating to Jamroom, it is still a Jamroom skin and will work without importing Ning data, however... it may be missing some sections since there won't be any data to display, ie. Groups, Group Discussions etc...

Hope this helps!
douglas
@douglas
03/17/15 06:31:10AM
2,812 posts



Check that your ACP > Core > System Core > Quota Config > Max Upload Size is set higher than 3MB.

I it is not and you can't set it any higher, then you'll want to follow this FAQ for getting the max upload size set higher for your server.

https://www.jamroom.net/the-jamroom-network/documentation/problems/748/how-do-i-increase-phps-upload-limit

Hope this helps!
douglas
@douglas
03/16/15 03:17:17PM
2,812 posts

hiding the profile location and questions on shops and mnain forums


Ning To Jamroom

Yeah, we can finish up on the support ticket if you like, there are some other issues I'm trying to fix for you too. ;)
douglas
@douglas
03/16/15 08:23:33AM
2,812 posts

Admin Control Panel (ACP) - where should I look for it?


Jamroom Help

The ACP link would be on your site, not here on jamroom.net.

Hope This Helps! :)
douglas
@douglas
03/15/15 10:27:55AM
2,812 posts

Create skin templates via ACP


Design and Skin Customization

You can't create templates via the ACP, but if you create a template, that is not a default template, updates will not overwrite your custom template because the update won't have that template.
  165