-
AuthorPosts
-
February 3, 2008 at 10:40 pm #125446
Hi,
breadcrumbs in position “breadcrumbs” dont work! they work in position “user3” or position “slider”guenter
February 5, 2008 at 10:18 am #238246line 179 template php
<?php if($tmpTools->isFrontPage()) : ?>
<div id=”ja-breadcrumb”>
<jdoc:include type=”module” name=”breadcrumbs” />
</div>
<?php endif ; ?>i commented the php if condition and the end if.
The breadcrumb appears on all pages. Hope that works.Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 6, 2008 at 1:25 am #238317In the template index.php file, search this code (line 179):
<?php if($tmpTools->isFrontPage()) : ?>
and change to:
<?php if(!$tmpTools->isFrontPage()) : ?>
3 users say Thank You to Khanh Le for this useful post
February 11, 2008 at 7:12 pm #238891thankx 🙂
does work for me ….February 19, 2008 at 10:20 pm #239554Thanks! This worked for me too! Thanks so VERY much.
March 10, 2008 at 6:19 pm #241839<em>@Khanh Le 39419 wrote:</em><blockquote>In the template index.php file, search this code (line 179):
<?php if($tmpTools->isFrontPage()) : ?>
and change to:
<?php if(!$tmpTools->isFrontPage()) : ?>
</blockquote>My code already had the ! you added and my breadcrumbs don’t show up on all the pages. Any solutions?
March 13, 2008 at 3:41 pm #242134<em>@Khanh Le 39419 wrote:</em><blockquote>In the template index.php file, search this code (line 179):
<?php if($tmpTools->isFrontPage()) : ?>
and change to:
<?php if(!$tmpTools->isFrontPage()) : ?>
</blockquote>
spot on – thanks!May 27, 2008 at 5:24 am #250684I have been using breadcrumbs in slider position for some time, but I see problem ahead if I decide to activate the product slider module later.
So I am testing position breadcrumb again ( previously not successful ).
My index.php is still without the “!”<?php if($tmpTools->isFrontPage()) : ?>
Result in Firefox:
The word “home” is displayed in front page, but breadcrumbs is not displayed anywhere else.
On one of the menu, the screen went blank.
I then added the “!”, the main frontpage does not align properly. The main article is now “positioned ” in the Masstop.
Result in IE 6:
In IE adding the “!” seems to work for all other menu except the frontpage where the breadcrumb does not display.Could somebody shed a light? Thank You very much.
August 2, 2008 at 12:02 pm #263525Adding the “!” definitely does work where the module is placed in the breadcrumbs position, so why isn’t it in the upgraded template pack as standard?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 4, 2008 at 8:40 am #263721hi chrispay
Can you say more detail ?August 4, 2008 at 3:44 pm #263772I was working with the 1.2 version prior to today’s v1.3
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 9 voices, and was last updated by chrispay 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Bug: breadcrumbs in position "breadcrumbs" dont work!
Viewing 11 posts - 1 through 11 (of 11 total)