Support Forums

Adding Additional Tabs

This is a discussion on Adding Additional Tabs within the Technical Support forums, part of the Technical Support Forums category; Hello I'm back again, If someone can kindly tell me how to add more tabs to the tab menu I'd ...


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 06-25-2008, 12:02 PM   #1
Senior Member
 
outlook's Avatar
 
Join Date: May 2008
Location: California
Posts: 120
Rep Power: 18
outlook is on a distinguished road
Default Adding Additional Tabs

Hello I'm back again,

If someone can kindly tell me how to add more tabs to the tab menu I'd really appreciate it.

Thanks a lot.
__________________
Ver.4 Designer
outlook is offline  
Old 06-25-2008, 12:14 PM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,489
Rep Power: 136
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Sure. Just open layout.tpl and find this section:
Code:
{* Tab navigation with the search bar *}
            <ul>    
                <li><a href="{$smarty.const.URL}/index.php">{$smarty.const.LANG_TPL_HOME}</a></li>
                <li><a href="{$smarty.const.URL}/search.php">{$smarty.const.LANG_TPL_SEARCH}</a></li>
                <li><a href="{$smarty.const.URL}/category.php">{$smarty.const.LANG_TPL_BROWSE}</a></li>
                <li><a href="{$smarty.const.URL}/toplistings.php?pg=featured">{$smarty.const.LANG_TPL_FEATURED}</a></li>
                <li><a href="{$smarty.const.URLS}/usercheckout.php">{$smarty.const.LANG_TPL_PLACE_AD}</a></li>
                <li><a href="{$smarty.const.URL}/contactus.php">{$smarty.const.LANG_TPL_CONTACT}</a></li>
            </ul>
Next just add in your new tabs above the closing </ul>

For example:
<li><a href="newpage.php">My New Tab</a></li>
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 06-25-2008, 01:39 PM   #3
Senior Member
 
outlook's Avatar
 
Join Date: May 2008
Location: California
Posts: 120
Rep Power: 18
outlook is on a distinguished road
Default

I'm on my two knees bowing down....
__________________
Ver.4 Designer
outlook is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Additional column in layout Red Technical Support 4 05-16-2008 07:17 PM


All times are GMT -4. The time now is 12:28 AM.


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