Support Forums

Modify Content Pages - Navigation Switch not working

This is a discussion on Modify Content Pages - Navigation Switch not working within the Technical Support forums, part of the Technical Support Forums category; Hi I do not want my Privacy page to be listed in the vertical Nav bar, only at the bottom ...


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 03-30-2009, 07:40 PM   #1
Ageless Member
 
Bronxgodzilla's Avatar
 
Join Date: Jun 2008
Posts: 133
Rep Power: 13
Bronxgodzilla is on a distinguished road
Default Modify Content Pages - Navigation Switch not working

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
__________________
Currently using Latest version v4.1.10 Developer with latest Templatecodes Sigma (The Greatest)
Bronxgodzilla is offline  
Old 03-30-2009, 07:56 PM   #2
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 2,064
Rep Power: 61
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default

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>
Replace "X" with the page ID of your Privacy Page.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10,4.2)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline  
Old 04-01-2009, 03:23 PM   #3
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 2,955
Rep Power: 73
seymourjames is a jewel in the rough
Default

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> ·
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68 Classifieds
seymourjames is offline  
Closed Thread

Thread Tools
Display Modes



All times are GMT -4. The time now is 04:06 AM.


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