Category Menu Pulling in Multi page record

16 posts by 3 authors in: Forums > CMS Builder
Last Post: April 21, 2009   (RSS)

By ross - April 7, 2009

Hi Hannah

You will be able to link from a breadcrumb to the detail page so we'll just need to figure out what's happening here.

Do you have any other viewers on the detail page or is it just the one?

Could you post a copy of it to a reply? Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

Re: [ross] Category Menu Pulling in Multi page record

By Kittybiccy - April 8, 2009

The detail pages in this instance will just hold the details for one person.

Attached is the page and also the teamList page where the breadcumb is working!

Hannah

By ross - April 9, 2009

Hi Hannah

I think the main problem here is going to be that you don't have the breadcrumb's viewer code on your detail page. Try adding:

list($ansleyRecords, $selectedCategory) = getCategories(array(
'tableName' => 'ansley',
'selectedCategoryNum' => '', // defaults to getNumberFromEndOfUrl()
'categoryFormat' => 'showall', // showall, onelevel, twolevel
));


to your detail page and see where that gets you. Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/

Re: [ross] Category Menu Pulling in Multi page record

By Kittybiccy - April 17, 2009

Hi Ross,

I tried that and although it pulled in the navigation correctly, it then lost all content as these pages have different records to the other detail pages.

What do you suggest?

By ross - April 20, 2009

Hi Hannah

Let's have a look at the new code you are using. Could you post your templates again? Thanks!
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Consulting
consulting@interactivetools.com

Hire me! Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/