Forum Moderators: open
I want to make other designs, and let the members pick which they like. Then it would apply to their profile.
I'm using Flash 8 to create pages, and PHP+MySQL to control things. Does anyone know how this could be done? Any ideas?
Thanks for the help
How you load it depends on how you are doing things. You will need something simple that makes the coding of it very straight forward.
maybe have the designs named
layout1
layout2
layout3
then you just need to track the number in their session and can append that number to any includes for layout. Remember to always have a default setting so the site doesn't blow up on a bad include.
Member has opened their profile. In the 'edit profile' section I supply a link to a page that displays thumbnails of all of my profile skins(SWF's). The user clicks on the one they like and it becomes applied to their profile. The new skin would then remain their profile skin until they issue another change.
Would that setup hold their skin choice forever?
Should I hold their choice in MySQL to retrieve when they come back?