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 09-27-2012 15:55:47

sbhkma
Member
Registered: 05-17-2006
Posts: 448

The eternal "home" vs "store home" issue

I really find it confusing that the top nav of "home" goes to the splash page with its nice featured items etc and the breadcrumb "store home" goes to the /store page. How do I fix the breadcrumb link to go to the same index page as the top nav link?

Offline

 

#2 09-28-2012 11:13:18

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

Re: The eternal "home" vs "store home" issue

Edit the 'Skin Widget Breadcrumbs' include under System > Displays > Display Includes.  In there, where you see:

Code:

if ($name == 'STOREHOME') {$name = 'Store Home';}

Change to:

Code:

if ($name == 'STOREHOME') {$name = 'Home'; $data['link'] = $this->link_namespace('cms','display',array('ref'=>'splash'));}

Nick Hendler

Offline

 

#3 09-28-2012 14:04:43

sbhkma
Member
Registered: 05-17-2006
Posts: 448

Re: The eternal "home" vs "store home" issue

That worked awesome! Thanks so much.

Offline

 

#4 12-03-2014 11:51:47

timberguy
Member
Registered: 01-14-2008
Posts: 142

Re: The eternal "home" vs "store home" issue

Has the code for this changed in version revisions?  I can't seem to find that code where it says it is supposed to be.

Last edited by timberguy (12-03-2014 11:52:02)

Offline

 

#5 12-04-2014 20:29:04

Wolverine
Member
From: Saint Johns, MI
Registered: 12-18-2007
Posts: 389
Website

Re: The eternal "home" vs "store home" issue

timberguy wrote:

Has the code for this changed in version revisions?  I can't seem to find that code where it says it is supposed to be.

Look on page 3 of the widget.

Offline

 

Board footer