Let me try to explain the scenario a little more since I think the title doesn’t do a very good job (it was the best I could come up with). Our church currently has multiple locations which means we have multiple different sets of addresses, phone numbers, service times, etc. that need to be displayed for each location.
What we do currently is on pages with location-specific information (ex: Service Times), we display the information for all the locations. We want to move away from this and display information based on the location the user selected once they entered our site. So now, instead of the Service Times page containing service times for all our locations, it only contains the service times for one location.
I know EE is capable of handling this scenario, but I’m not sure how to approach this since I’m new to EE. I’m hoping someone can direct me towards a solution.
Things that I believe need to be addressed are:
1. How to establish the user-selected location: parameter approach (http://domain.com/index.php?location=1) or sub-directory approach (http://domain.com/1)
2. How to setup the templates so that there is only one template for each location (makes for ease of layout changes/updates).
3. How to access the location-specific data in the templates. Do I put that information in templates or do I store them in weblogs?
I’m hoping to get some brainstorming here so that I have a good foundation to start with.
Thanks,
-Alex
