Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

Breadcrumbs \You Are Here\ on Front Page

09-29-2008, 05:38 PM
# 1 (permalink)
ddouglas
Transaction ID: 29N059715F3778048

I am using Destination on Joomla 1.5.7. I am not using the Front Page Manager and the You Are Here breadcrumb title remains on even when I select not to use breadcrumbs on the home page. Is this coded in? If so, how can I remove it from the front page only?

Thanks,
09-29-2008, 09:37 PM
# 3 (permalink)
ddouglas
Thanks for the reply. I should have mentioned in the first post that I set pathway to no and that removes it, but I want breadcrumbs on all pages except the home page.

Is that possible?

Thanks again,
09-29-2008, 09:51 PM
# 4 (permalink)
neo
sure , do this , open index.php

find line 204

Code:

<?php if ($showpath == 1) { ?>
<div id=\pathway\><div class=\path\>
You are here:
<jdoc:include type=\modules\ name=\breadcrumb\ />
</div> <div id=\searchbox\><jdoc:include 
type=\modules\ name=\inset\ style=\raw\ /></div></div>
<?php } ?>


replace with




Code:

<?php if ($this->countModules(breadcrumb) ||  $this->countModules(inset) ) { ?>
<div id=\pathway\><div class=\path\>
<?php if ($this->countModules(breadcrumb)) { ?>
You are here:
<jdoc:include type=\modules\ name=\breadcrumb\ />
<?php } ?>
</div> <div id=\searchbox\><jdoc:include 
type=\modules\ name=\inset\ style=\raw\ /></div></div>
<?php } ?>
publish the bredacrumb in all pages except all Home menu items , there are 3

this way if breadcrumb or inset mod position is disabled the pathway will not show, template setting is irrelevant after this change
09-29-2008, 10:49 PM
# 5 (permalink)
ddouglas
Excellent! Thanks for the assist.

dD
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

Members Login

Username
Password