Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Documentation and How To's:
How to create a Menu on Elastic Skin (JR5)
ouviste



Joined: 12 Aug 2006
Posts: 470
Location: Toronto, Ontario, Canada

Posted: 07/29/13 08:52 
Trying to create a general Menu for the Elastic skin on JR5, is there an easy way to do this? Had heard before that there would be a tool for this, please let me know, thanks.


_________________
Eddy

After silence, that which comes nearest to expressing the inexpressible is music.
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 07/29/13 09:32 
There is a tool for the profile drop down menu... It is the ACP > System Tools > Skin Menu Editor.

If you want to add more to the main menu, where the ACP Dashboard Admin etc... links are, you'll want to modify the skins/jrElastic/header.tpl file.

The menu is an unordered list so its simple to add in new links via the header template.

Hope this helps,
Douglas


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
ouviste



Joined: 12 Aug 2006
Posts: 470
Location: Toronto, Ontario, Canada

Posted: 07/29/13 10:30 
Thanks Douglas, I wanted a Menu like all other skins already have, visible for eveyone like audio, videos etc, I'm not very good with PHP but guess I have to figure it out myself.


_________________
Eddy

After silence, that which comes nearest to expressing the inexpressible is music.
Back to top
ouviste



Joined: 12 Aug 2006
Posts: 470
Location: Toronto, Ontario, Canada

Posted: 07/29/13 14:33 
Is it possible to create a Menu on Elastic skin such as seen on the other skins? Not only for logged users but for guests to see it as well and navigate easily around the site, please let me know what is the easiest way to do this, UII'm not very good with coding.


_________________
Eddy

After silence, that which comes nearest to expressing the inexpressible is music.
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 07/30/13 07:33 
If your referring to the drop down menus. They are all created with an unordered list...


Code

<ul>
    <li><a href="#">Main Menu Link</a></li>
</ul>


A drop down setup looks like this...


Code

<ul>
    <li>
        <a href="#">Main Menu Link</a>
        <ul>
             <li><a href="#">First Drop Down Link</a></li>
        </ul>
    </li>
</ul>


This is all in the skins header.tpl.

Hope this helps,
Douglas


Hope this helps,
Douglas


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Documentation and How To's

 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.