Page 1 of 1

[resolved] ListIt2: using cge_module_hint to improve URLs

Posted: Wed Aug 07, 2013 6:00 am
by Cerulean
My ListIt2 URLs include a segment that seems to carry the settings for "detailpage", e.g. mydomain.com/mylistitinstance/item/21/ where 21 is the detail page ID.

It's not the end of the world but ideally I'd like to remove the /21/ - is it possible to use {cge_module_hint} to specify the detail page and thereby remove it from the URL? I tried {cge_module_hint module=ListIt2MyInstance detailpage=21} but the URLs remained unchanged. Which ListIt2 parameters can be set with cge_module_hint and if cge_module_hint is used do the URLs change automatically or do I have to do something else?

Re: ListIt2: using cge_module_hint to improve URLs

Posted: Wed Aug 07, 2013 10:42 am
by Stikki
Yo,

Tested this recently and it seems to have minor bug according pretty URL's and Module hint.

There is currently no way to drop it.

Will fix this in future version.

Re: ListIt2: using cge_module_hint to improve URLs

Posted: Wed Aug 07, 2013 10:46 am
by Cerulean
Okay, thanks for letting me know.