Page 1 of 1
1.9.2 : use_hierarchy in config
Posted: Mon Jan 24, 2011 3:50 am
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?
Re: 1.9.2 : use_hierarchy in config
Posted: Mon Jan 24, 2011 9:29 am
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.