Page 1 of 1

What happened with "use_hierarchy" setting in config?

Posted: Fri Jul 23, 2010 10:02 am
by Augustas
Hello,

I have noticed that since version 1.8 the setting $config['use_hierarchy'] has disappeared.
All my pages had this value set to FALSE and URLs looked like this:
domain.com/pagename.html
domain.com/about-us.html

After the upgrade, all the URLs have become:
domain.com/articles/pagename.html
domain.com/company/about-us.html

Does that mean that since CMSMS 1.8, there will be no option to have only 1-level URL structure?

I haven't seen anything about this in the changelog, and in the release description of CMSMS >1.8

For some websites it is critical to change URLs after so many years having 1-level addreses.

Could someone please comment on that.
Augustas

Re: What happened with "use_hierarchy" setting in config?

Posted: Fri Jul 23, 2010 10:30 am
by Jos
http://forum.cmsmadesimple.org/index.ph ... #msg211695

calguy1000 wrote: More Changes:
a) The use_hierarchy tag in the config.php has been removed, we will treat it like it is 'true' at all times.  Don't ask us to reconsider this one.  Web sites are hierarchical, nuf said.

Re: What happened with "use_hierarchy" setting in config?

Posted: Fri Jul 23, 2010 11:30 am
by Peciura
You can add it manually. I think it still works.

Re: What happened with "use_hierarchy" setting in config?

Posted: Fri Jul 23, 2010 11:32 am
by Augustas
No, it does not work anymore. Anyway, seems this feature is not supported anymore, so the only way is either accept changes of URLs, or stay with version 1.7.1 forever.

Re: What happened with "use_hierarchy" setting in config?

Posted: Fri Jul 23, 2010 1:19 pm
by owr_bgld
nicmare made a solution for himself:

http://forum.cmsmadesimple.org/index.ph ... #msg217937


but I don't know if and how it works