![]() |
![]() |
![]() |
|
|||||||
| Common Questions Latest releases, patches, bugfixes and changes in eSyndiCat Directory Software free version. Feel really frustrated after having spent several hours trying to figure out what went wrong with your directory? Wait no more! Click the link above and post your issues. Right here. Right now. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Feb 2006
Posts: 28
![]() |
Hi
I'd like the breadcrumb to appear on the home page (to prevent the 'jumping' when moving to interior pages). It should just contain '{header}'. I tried '{if $category.id == 0}', but that (of course) shows it on 'search', 'new links', etc. Any suggestions please? |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Sep 2005
Posts: 9,267
![]() ![]() ![]() ![]() ![]() ![]() |
Please try to use the following condition:
Code:
{if ($tab eq 'home') AND ($category.id eq '0')}
your code
{/if}
__________________
Subrion CMS - free open source php content management system Business Directory Script - powerful php business directory software, Yellow Pages Script - the most advanced yellow pages php software |
|
|
|
|
|
#3 |
|
Join Date: Feb 2006
Posts: 28
![]() |
Perfect! Thank you, Simon.
![]() |
|
|
|
|
|
#4 | |
|
Join Date: Feb 2006
Location: Mexico City
Posts: 53
![]() |
Quote:
I opened index.php and found the code: /** breadcrumb formation **/ $breadcrumb = ($category['id'] > 0) ? $gDirLayout->print_breadcrumb($category['id']) : ''; $gDirSmarty->assign_by_ref('breadcrumb', $breadcrumb); and I replaced it with: /** breadcrumb formation **/ $breadcrumb = ($category['id'] > -1) ? $gDirLayout->print_breadcrumb($category['id']) : ''; $gDirSmarty->assign_by_ref('breadcrumb', $breadcrumb); Like that the breadcrumb also apprears on the home page... Richard |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blank home page | corfuholidays | Common Questions | 2 | 05-29-2006 08:01 AM |
| Display news on home page only + sponsored on all | DavidOne | Common Questions | 11 | 05-22-2006 04:46 AM |
| Registration link on the home page? | Yevette McArthur | Common Questions | 7 | 01-01-1970 12:52 AM |
| Display Category Descriptions on Home Page | Peter Leenders | Modifications | 5 | 01-01-1970 12:26 AM |