View Full Version : How can I make the home button go to a different page?
n2fshn
01-18-2010, 09:45 PM
I don't want to use the CMS right now so I want my Home button on the navbar to go to index.php, not content.php. How do I edit the link for this button?
Seven Skins
01-18-2010, 10:12 PM
That button is added via php code .... disable the CMS and button will go away.
To add Index.php to navbar add this to the navbar template.
<li><a class="navtab" href="index.php{vb:raw session.sessionurl_q}">Home</a></li>
.
n2fshn
01-18-2010, 10:20 PM
PERFECT!
Thank you very much!
--------------- Added 1263860890 at 1263860890 ---------------
OK, one more question. How do I get the Home button that I created to highlight when it is on the index.php page? Right now the forum button stays highlighted.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.