1.9.2 : use_hierarchy in config

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
konsument
Forum Members
Forum Members
Posts: 137
Joined: Thu Oct 26, 2006 9:20 am
Location: Dresden - Saxony - Germany

1.9.2 : use_hierarchy in config

Post by konsument »

Hi all,

it seems like the $config['use_hierarchy'] = true; has no effect. Is it a known bug in 1.9.2? Does anybody else have this problem?
Sonya

Re: 1.9.2 : use_hierarchy in config

Post by Sonya »

konsument wrote:it seems like the $config['use_hierarchy'] = true; has no effect. Is it a known bug in 1.9.2? Does anybody else have this problem?
This is not a bug and not a problem. This is a deprecated feature. Look into lib/config.functions.php. It says:

Code: Select all

	//$config['use_hierarchy'] = true; //Now true by default
I guess, that there is no way to change it. You can build your own flexible structure with new Page URL.
Post Reply

Return to “CMSMS Core”