Support Forums


Go Back   68 Classifieds Forums > Help & Support > v4 Questions & Support

 
LinkBack Thread Tools Display Modes
Old 03-30-2009, 06:40 PM   #1
Member
 
Bronxgodzilla's Avatar
 
Join Date: Jun 2008
Posts: 66
Rep Power: 5
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
__________________
Using Version 4.0.9 Developer Edition & loving it
Bronxgodzilla is offline   Reply With Quote
Old 03-30-2009, 06:56 PM   #2
Moderator
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,341
Rep Power: 40
Mike-N-Tosh is just really niceMike-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
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
Mike-N-Tosh is offline   Reply With Quote
Old 04-01-2009, 02:23 PM   #3
Moderator
 
 
Join Date: Mar 2008
Posts: 800
Rep Power: 22
seymourjames has a spectacular aura about
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> ·
__________________
TemplateCodes.com
seymourjames is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


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


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