Page 1 of 1
Pretty urls with CTLModuleMaker with CMSMS 1.9.4
Posted: Sun May 15, 2011 2:40 pm
by andrewvideo
Has anyone have any problems getting pretty urls with CTLModuleMaker working with Version CMSMS 1.9.4.
Have have them working with CMSMS 1.8.1
If anyone know how to fix this problem
Cheers
Andrew
Re: Pretty urls with CTLModuleMaker with CMSMS 1.9.4
Posted: Wed May 18, 2011 12:14 pm
by andrewvideo
has anyone have the same problem?
I am doing to try it reinstall and see how that goes.
Re: Pretty urls with CTLModuleMaker with CMSMS 1.9.4
Posted: Tue Aug 02, 2011 9:11 am
by lholsti
Hi,
I just got it working on 1.9.2 by adding:
$config['use_hierarchy'] = true;
to config.php
The reason is that the (CTLModuleMaker-created) function CreateLink (yourmodule/functions/function.CreateLink.php line 15) checks for this configuration before returning a pretty url.
Hope this helps.
- Leo -