I am currently planning to rebuild an existing website (built in codeigniter) using Expression Engine. It’s a local commerce directory for neighbourhoods, allowing visitors to review and make recommendations, voting, etc… The thing is, due to the template group/template_name system I am unable to replicate the previous URL structure:
http://www.domain.com/neighbourhood/activity/commerce
In the current site, the client can add new neighbourhoods, activities and commerces, all of them related, and also wants to add new locations or counties resulting in:
http://www.domain.com/country/region/city/neighbourhood/activity/commerce
I mean, each URL segment represents a “channel” or template that the client can add, new countries with regions and cities related to those regions, where you could manage new neigbourhoods with a dynamic list of activities and commerces.
Can I achieve this mess using EE2? Any module or plugin I could use?
Thanks in advance!!!