Cataloger: Back to parent category links?
-
- Forum Members
- Posts: 106
- Joined: Thu Oct 05, 2006 11:27 am
Cataloger: Back to parent category links?
Does anybody know if it is possible to put a back to parent category link on an item page in the Cataloger module?
It seems like it should be straight forward but I can't find the answer anywhere on the forum, and with my limited php knowledge I haven't been able to figure it out. I am already using a breadcrumb trail which does offer a link back - but I think it would really help usability to have a clearer link.
Also does anyone know if there is a way to have next and previous links on an item page, so you can scroll through items within a particular category only?
Thanks for any help!
It seems like it should be straight forward but I can't find the answer anywhere on the forum, and with my limited php knowledge I haven't been able to figure it out. I am already using a breadcrumb trail which does offer a link back - but I think it would really help usability to have a clearer link.
Also does anyone know if there is a way to have next and previous links on an item page, so you can scroll through items within a particular category only?
Thanks for any help!
Re: Cataloger: Back to parent category links?
I think that worklinuxuser wrote: ..why nobody answered?
I need to keep catalog menu box when viewing catalogitem pages...
Any comments are welcome (asap). Because right now I started to make changes to the module source making analogie of random items module.
Actually, opportunity to get parent page is important and I'm glad to find it in tree methods list.

New UDT:
parent_node
Code: Select all
global $gCms;
$manager = &$gCms->GetHierarchyManager();
$thispage = $gCms->variables['content_id'];
$endNode = &$manager->sureGetNodeById($thispage);
$currentNode = &$endNode->getParentNode();
$content = &$currentNode->getContent();
echo $content->mId;
Code: Select all
{capture name=parent}{parent_node}{/capture}
{cms_selflink text="Parent link" page=$smarty.capture.parent}
Alby
Last edited by alby on Thu May 31, 2007 12:08 pm, edited 1 time in total.
Re: Cataloger: Back to parent category links?
linuxuser, did you really do that plugin? I am really interested in list cataloger navigation menu at catalog item pages.
did you already submitted the plugin or could you post the file here?
thank you in advance.
Aleph Ozuas
www.dzo.com.br
www.ciberarte.com.br
did you already submitted the plugin or could you post the file here?
thank you in advance.
Aleph Ozuas
www.dzo.com.br
www.ciberarte.com.br
Re: Cataloger: Back to parent category links?
never mind, I discovered that Cataloger already provide such option.
always a good idea to read the help page!
thank you,
Aleph Ozuas
www.dzo.com.br
www.ciberarte.com.br
always a good idea to read the help page!
thank you,
Aleph Ozuas
www.dzo.com.br
www.ciberarte.com.br
Re: Cataloger: Back to parent category links?
Borrow an old thread...
Regards / Coldman
Just what i'm looking for... is there anyone some have any ideas for this plugin? I would really appriciate it.linuxuser wrote: Thank you! Very helpfull.
There is one more plugin action.menu.php for Cataloger module.
It allows to have cataloger navigation menu at catalog item pages. Item pages and menu become independent in this way.
Usage:
{cms_module module='Cataloger' action='menu' sub_template='' alias='' items_per_page=''}
sort_order, recurse parameters can be used also.
It works very well with one level Catalog because I tested it. I didn't try it with multilevel catalog.
The addon will be submited when I read how to do that.![]()
Regards / Coldman
Last edited by Coldman on Wed Jun 25, 2008 6:55 pm, edited 1 time in total.
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Re: Cataloger: Back to parent category links?
Thanks for this one..
I'll start work with this direct and hopes that I'll have a solution shortly.
I'll start work with this direct and hopes that I'll have a solution shortly.
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Re: Cataloger: Back to parent category links?
But... we don't need that plugin, that functionality already exist in cataloger:
http://www.o3design.com.br/pt_BR/embala ... -catarina/
See? A cataloger navigation menu at catalog item pages.
http://www.o3design.com.br/pt_BR/embala ... -catarina/
See? A cataloger navigation menu at catalog item pages.
- chuckienorton
- Forum Members
- Posts: 68
- Joined: Wed Feb 14, 2007 6:58 pm
- Location: Pasadena, California
Re: Cataloger: Back to parent category links?
I'm wondering if this is possible? I just want next back links for actual items (not category index, but once looking at actual item descriptions). The next button would bring you to the next item.lainyrache wrote: anyone know if there is a way to have next and previous links on an item page, so you can scroll through items?
Thanks in advance if anyone knows.

- chuckienorton
- Forum Members
- Posts: 68
- Joined: Wed Feb 14, 2007 6:58 pm
- Location: Pasadena, California
Re: Cataloger: Back to parent category links?
Just FYI - because I never really resolved the cataloger issue - I jumped ship & tried Expression Engine. It's PERFECT for that sort of thing. In fact, the entire CMS works sort of like a big catalog system that makes catalogs/news/blogs/events/anything super easy to create/list/catagorize/etc.
Sorry CMSMS - you were my first love and I'll always remember you fondly.
Sorry CMSMS - you were my first love and I'll always remember you fondly.

Re: Cataloger: Back to parent category links?

chuckienorton wrote:I'm wondering if this is possible? I just want next back links for actual items (not category index, but once looking at actual item descriptions). The next button would bring you to the next item.lainyrache wrote: anyone know if there is a way to have next and previous links on an item page, so you can scroll through items?
Thanks in advance if anyone knows.
![]()