Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Jamroom Help:
Change the title of jr5 homepage
slimtugo



Joined: 19 May 2013
Posts: 78

Posted: 10/19/13 12:18 
How can i change the title of the home page. Instead of:

Home | site.com


I want something like:

Welcome to my site


as the title. Am using the Nova skin. Thanks

Back to top
SteveX
Ultrabubble


Joined: 30 Aug 2005
Posts: 8792
Location: Ultrabubble

Posted: 10/19/13 12:56 
I don't know if that can be changed from the control panel, but you can change the template /jrNova/meta.tpl

Change this:

Code

{jrCore_lang  skin=$_conf.jrCore_active_skin id="1" assign="default_title"}
<title>{$page_title|default:"`$default_title`"} | {$_conf.jrCore_system_name}</title>


To this:

Code

{if $_post['_uri']}
{jrCore_lang  skin=$_conf.jrCore_active_skin id="1" assign="default_title"}
<title>{$page_title|default:"`$default_title`"} | {$_conf.jrCore_system_name}</title>
{else}
<title>Welcome to my site</title>
{/if}



_________________
Kulshi Mezian!

"Stranger from another planet, welcome to our hole. Just strap on your guitar and we'll play some rock and roll"

Ultrabubble create things.
Back to top
slimtugo



Joined: 19 May 2013
Posts: 78

Posted: 10/19/13 14:13 
It worked! Thanks a lot.

Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Jamroom Help

 
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.