Support Forums

Remone "categories" breadcrumbs word from browse.tpl

This is a discussion on Remone "categories" breadcrumbs word from browse.tpl within the Customizations forums, part of the Developer Forums category; Hello everyone, On top of my browse.tpl page, the word "categories" from breadcrumbs is displayed and I would like to ...


Go Back   68 Classifieds Forums > Developer Forums > Customizations

Reply
 
Thread Tools Display Modes
Old 10-30-2009, 02:41 PM   #1
Customer
 
Join Date: Apr 2009
Location: South of Spain
Posts: 205
Rep Power: 13
magicosta is on a distinguished road
Default Remone "categories" breadcrumbs word from browse.tpl

Hello everyone,

On top of my browse.tpl page, the word "categories" from breadcrumbs is displayed and I would like to remove it but keep the breadcrumbs working with all the other category pages.

I suppose that I have to put something like:

if page=browse.tpl
don't display breadcrumbs
if it is any other category and subcategory page so display the breadcrumbs.

I have no idea to translate that in the right code!!

Thank you for your help
__________________
Default Template - V 4.1.10 - Developper
magicosta is offline   Reply With Quote
Old 10-30-2009, 06:28 PM   #2
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,158
Rep Power: 78
seymourjames is a jewel in the rough
Default

Do you mean only remove the word from the main browse page or do you mean remove from every page. either way you shoud be able to do this by testing in the breadcrumb.tpl file.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates and list your 68C site on ClassifiedCodes.com
seymourjames is offline   Reply With Quote
Old 10-30-2009, 07:01 PM   #3
Customer
 
Join Date: Apr 2009
Location: South of Spain
Posts: 205
Rep Power: 13
magicosta is on a distinguished road
Default

Hello,

Thank you for answering.
I mean remove the word from the main browse page as the link "categories" exists to send the user on the same page.
__________________
Default Template - V 4.1.10 - Developper
magicosta is offline   Reply With Quote
Old 10-30-2009, 08:58 PM   #4
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,158
Rep Power: 78
seymourjames is a jewel in the rough
Default

Ty this in your breadcrumb.tpl file

{if !empty($breadcrumb)}
<a href="category.php" class="breadcrumb">{$smarty.const.LANG_BROWSE_CATE GORIES}</a> {/if}

I kind of agree with you that this might be the better default behaviour although the presence of the link does no harm.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates and list your 68C site on ClassifiedCodes.com
seymourjames is offline   Reply With Quote
Old 10-31-2009, 05:47 AM   #5
Customer
 
Join Date: Apr 2009
Location: South of Spain
Posts: 205
Rep Power: 13
magicosta is on a distinguished road
Default

Thank you very much, it's working perfect!
__________________
Default Template - V 4.1.10 - Developper
magicosta is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Place "browse categories" on an html page? rockabilly Technical Support 2 02-03-2009 07:22 PM


All times are GMT -4. The time now is 01:23 AM.


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