Breadcrumb not clicable.

More
12 years 10 months ago #16316 by chessman
Hello,

when I'm using a breadcrum like :
Home > Cat1 > subcat2

Home is not clicable (ok for me)
Cat1 is clicable (OK)
subcat2 is not clicable => I want the subcat link to be clicable. Did you encountered this trouble/question ?

What could be the solution about that ?

Thanks in advance for your answer.

www.christophehagnere.fr <= entièrement réalisé avec FLEXIcontent
www.joomla.fr <= Co-administrateur

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #16627 by ggppdk
Replied by ggppdk on topic Breadcrumb not clicable.
This is not related to FlexiContent. Anyway you can do this to make the last category of flexicontent (currently being displayed) clickable:

Copy these 2 files:
/modules/mod_breadcrumbs/tmpl/default.php
/modules/mod_breadcrumbs/helper.php

to folder:
templates/your_template/html/breadcrumbs/

So that you have:
templates/your_template/html/breadcrumbs/default.php
templates/your_template/html/breadcrumbs/helper.php

Now edit helper and default.php to do whatever you want:

at line 14 of default.php replace:
Code:
} else if ($params->get('showLast', 1)) { // ... echo $list[$i]->name; }
with:
Code:
} else if ($params->get('showLast', 1)) { // ... if (JREQUEST::getVar('option') == 'com_flexicontent' && JREQUEST::getVar('view') == 'category' ) { echo '<a href="'.$list[$i]->link .'" class="pathway">'.$list[$i]->name.''; } else { echo $list[$i]->name; } }


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #16632 by micker
Replied by micker on topic Breadcrumb not clicable.
thanks ggppdk ;)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #16635 by chessman
Replied by chessman on topic Breadcrumb not clicable.
Thanks, I'll Check this when coming back at home.

www.christophehagnere.fr <= entièrement réalisé avec FLEXIcontent
www.joomla.fr <= Co-administrateur

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.294 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline