|
|
#1 |
|
Member
Join Date: Jun 2008
Posts: 66
Rep Power: 5 ![]() |
Hi
I do not want my Privacy page to be listed in the vertical Nav bar, only at the bottom of the page, but when I select NO, on the nav bar it also takes it out of the bottom page links. When I say YES for the Navigation, it puts it in both places. I do not want it on the Navbar. Other docs work right. I do not think there is a length limit to the line on the bottom, else it wouldnt show at all. Can someone tell me what is the problem? Thanks Barry
__________________
Using Version 4.0.9 Developer Edition & loving it |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,341
Rep Power: 40 ![]() ![]() |
Here's a way to work around that. Just do not include it in the nav, but keep it published. Note the page ID number and then hand code it into your footer like this:
HTML Code:
<a href="{smarty.const.URL}/pages.php?page=X" title="Privacy Page">Privacy Page</a>
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Mar 2008
Posts: 800
Rep Power: 22 ![]() |
In your case it should come out in the footer here in red
<div id="footer"> <a href="{$smarty.const.URL}/" title="{$smarty.const.LANG_HOME_TITLE}">Home</a> · <a href="{$smarty.const.URL}/search.php" title="{$smarty.const.LANG_SEARCH_TITLE}">{$smarty .const.LANG_TPL_SEARCH}</a> · <a href="{$smarty.const.URL}/category.php" title="{$smarty.const.LANG_CATEGORY_TITLE}">{$smar ty.const.LANG_BROWSE_CATEGORIES}</a> · <a href="{$smarty.const.URL}/toplistings.php?pg=featured" title="{$smarty.const.LANG_FEATURED_TITLE}">{$smar ty.const.LANG_TPL_FEATURED}</a> · <a href="{$smarty.const.URL}/toplistings.php?pg=new" title="{$smarty.const.LANG_NEW_TITLE}">{$smarty.co nst.LANG_TPL_NEW}</a> · {foreach from=$templatepages item="entry"} <a href="{$smarty.const.URL}/pages.php?page={$entry.pageID}" rel="nofollow" title="{$entry.pPageTitle}">{$entry.pPageTitle}</a> · {/foreach} <a href="{$smarty.const.URL}/pages.php?page=2" rel="nofollow">Legal</a> · <a href="{$smarty.const.URL}/contactus.php" title="{$smarty.const.LANG_CONTACT_TITLE}">{$smart y.const.LANG_TPL_CONTACT}</a> </div> you then disable it in your sidebar using an if test on the page so if it is not your page then add the link in. alternatively disable everywhere and hardcode it in the footer <a href="{$smarty.const.URL}/pages.php?page=X" rel="nofollow">Privacy</a> · |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching Content Pages: Is it possible? | dawnrae | v3.1 Questions & Support | 1 | 07-23-2007 06:20 PM |
| Editing Content Pages | Kateedyd | v3.1 Questions & Support | 1 | 04-07-2007 10:42 AM |
| "Modify Content Pages" messed up | manonmir | v3.1 Questions & Support | 1 | 10-05-2006 11:58 AM |
| to modify the wide one of the navigation menu | joejuan | v3.1 Modules & Modifications | 4 | 06-11-2006 10:54 AM |
| Adding a content box for advertising under the left side navigation | Zack | v3.0 Questions & Support | 7 | 04-10-2006 09:13 PM |