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
Pretty urls with CTLModuleMaker with CMSMS 1.9.4
-
- Forum Members
- Posts: 127
- Joined: Fri Nov 28, 2008 10:28 pm
-
- Forum Members
- Posts: 127
- Joined: Fri Nov 28, 2008 10:28 pm
Re: Pretty urls with CTLModuleMaker with CMSMS 1.9.4
has anyone have the same problem?
I am doing to try it reinstall and see how that goes.
I am doing to try it reinstall and see how that goes.
Re: Pretty urls with CTLModuleMaker with CMSMS 1.9.4
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 -
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 -