Breadcrumbs show Home > Help > K2 - how turn off?

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Jul 18, 2010 9:55 pm
When the Breadcrumbs show the "pathway" show the K2 Component...
HOw i can turn off the "K2" on pathway?

This is a link for k2... this is on template?
User avatar
Junior Boarder

GK User
Sun Jul 18, 2010 10:17 pm
I found a solution, but have another problem...

Turn off the original breadcrumbs and create a new module with ke component k2_tools and use the function breadcrumbs...

But whan do you make this, the kd tools creat a div inside the breadcrumbs of template... make a problem for the show date, that go to new line.

But... this a stupid problem... maybe the solution are onlye the css.. but the spam are diferents and id for div too, causing a anothers problens...

Anybody see this?
User avatar
Junior Boarder

GK User
Sun Jul 18, 2010 10:35 pm
I'm be fast today... kkkkkk

Well for quick solution, do you need change a file..Go to directory:
Code: Select all
yourjoomlasitemodulesmod_k2_toolstmpl


and open breadcrumbs.php with a text editor, but save with uft-8 after,
if no do you have a same problens after...

Change line 15 for:
Of:
Code: Select all
<div id="k2ModuleBox <?php echo $module->id; ?>" class="k2BreadcrumbsBlock <?php echo $params->get('moduleclass_sfx');?>">

To:
Code: Select all
<span class="k2BreadcrumbsBlock <?php echo $params->get('moduleclass_sfx'); ?>">


This is get the tamplate css and show like the quick start, but running without k2 on category.

And the last line, change:
of:
Code: Select all
</div>


For:
Code: Select all
</span>


Good luck... here works fine.
User avatar
Junior Boarder

GK User
Sun Jul 18, 2010 10:49 pm
User avatar
Junior Boarder


cron