Support Forums

removing navigation bar on index page only

This is a discussion on removing navigation bar on index page only within the Technical Support forums, part of the Technical Support Forums category; Hello, Is there a way to remove the navigation bar and search from the top of the home page, while ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 02-02-2009, 03:23 AM   #1
Customer
 
Join Date: Sep 2006
Posts: 68
Rep Power: 23
rockabilly is on a distinguished road
Default removing navigation bar on index page only

Hello,
Is there a way to remove the navigation bar and search from the top of the home page, while leaving it in place for the rest of the pages? I tried to edit my home.tpl page, but I didn't see anything in there to remove.

Thank you..
rockabilly is offline  
Old 02-02-2009, 05:56 AM   #2
All Hands On Deck
 
seymourjames's Avatar
 
Join Date: Mar 2008
Posts: 3,527
Rep Power: 89
seymourjames is a jewel in the rough
Default

There are several ways you can do this by testing for the specific page or pages.

One way is to edit your layout.tpl file and do a test.

{if $SCRIPT_NAME == "/index.php"}
show only what you want
{else}
showmenu and what other things you want
{/if}

By testing for script name you can make the basic layout page appear different for any page you like. Many people will also test like this

{if $body == "home.tpl"}
show only what you want
{else}
showmenu and what other things you want
{/if}


In general you can always get a list of available variables to test on any page by adding {debug} to the layout.tpl file. This fires up the smarty debug console.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C
seymourjames is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Steps From Checkout (And Navigation) Jamesgt Technical Support 4 12-15-2008 08:22 AM
New Listings in index page hel68c Modules / Plugins / Modifications 9 09-03-2008 12:46 PM
Search on front/index page? Unregistered Pre Sales Questions 2 07-01-2007 11:16 PM


All times are GMT -4. The time now is 03:34 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0