Dynamically assign page types to pages depending on selection

Permalink
Hi

I'm building a site where by the landing page is a world map, if the user selects Europe for example they will go through to the main site but will only see the European contact information on all pages, if the user enters from the USA they see US contact info etc etc.

There are 5 entry points in total, would it be possible to do this using C5?

Many thanks for anyones help in advance.

James

 
VPenkov replied on at Permalink Reply
VPenkov
I can imagine this being done with user attributes. For example, if you have a user_region user attribute, you display a certain type of content.

It's gonna be a tougher task but it's probably doable with c5. I suppose average programming knowledge (to a level where you are comfortable with using APIs) is a must here.

Also, these two threads might be helpful if you think that your way is more correct:https://www.concrete5.org/community/forums/customizing_c5/changing-p...

http://www.concrete5.org/community/forums/customizing_c5/canand039t...
xxjames1975xx replied on at Permalink Reply
Thank you for your feedback, i will take a look at the links you have mentioned.

many thanks you for your time.