Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-27-2012 18:50:36

btwebmedia
Member
Registered: 08-25-2010
Posts: 150

How do you create breadcrumbs?

How do you create breadcrumbs for Version 8? Thanks for any help.

Offline

 

#2 08-28-2012 06:07:14

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How do you create breadcrumbs?

They're created automatically for you and based on the browsing history of the customer.


Nick Hendler

Offline

 

#3 08-28-2012 09:07:21

btwebmedia
Member
Registered: 08-25-2010
Posts: 150

Re: How do you create breadcrumbs?

I'm not seeing the breadcrumbs on the site. What line of code is needed to display the breadcrumbs? Thanks.

Offline

 

#4 08-28-2012 17:14:53

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How do you create breadcrumbs?

Maybe you deactivated the skin widget for them, or don't have that skin widget group (by default NAVMENU) assigned in your skin.  First, check System > Displays > Skin Widgets and make sure the 'Location' skin widget is active.  Then check to be sure you're using:

Code:

<?php $skinfunc->xnamespace('core','skinwidgets','NAVMENU'); ?>

Somewhere in your skin.php file.


Nick Hendler

Offline

 

#5 08-28-2012 17:38:57

btwebmedia
Member
Registered: 08-25-2010
Posts: 150

Re: How do you create breadcrumbs?

Thanks I think I have figured it out!

Offline

 

Board footer