Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization:
Adding static page to Jamroom 4
blaze902



Joined: 07 Aug 2008
Posts: 7

Posted: 08/08/13 09:35 
Hi, I'd like to expand my static pages at the bottom of the Nova template. Right now it displays the privacy policy, terms of service and contact. Does anyone know how to create a new link with it's own template?

thanks

Back to top
Douglas
Jamroom Team


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

Posted: 08/08/13 11:11 

blaze902:
Hi, I'd like to expand my static pages at the bottom of the Nova template. Right now it displays the privacy policy, terms of service and contact. Does anyone know how to create a new link with it's own template?

thanks


From the email I just sent you...


Quote:

You can create an about.tpl file in your skins/Nova folder and call it with this URL

yoursite.com/index.php?t=about

Then in the skins/Nova/jr_footer.tpl, add the link to it.

In the about.tpl, you will need something like this...



Code
{assign var="title" value="About Us"}
{include file="$JAMROOM_DIR/skins/Nova/jr_header.tpl"}

<div class="outer b_margin">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="title">{$title}</td>
</tr>
</table>
</div>

<div class="inner">
<div style="padding:20px;">

ABOUT TEXT GOES HERE

</div>
</div>

{include file="$JAMROOM_DIR/skins/Nova/jr_footer.tpl"}



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 Site Design, Integration and Customization

 
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.