Profile Layouts
Design and Skin Customization
gary.moncrieff:...I am using the Profile Tweaks module, along with a cut down version of my base skin as the base for each profile layout.
For Business profiles I want to give the option of an ecommerce index page or more of a corporate style index.
I am wondering is there any other way other than adding a series of profile fields to control the content of a slideshow? Just wary of this area having field overload.
For Business profiles I want to give the option of an ecommerce index page or more of a corporate style index.
I am wondering is there any other way other than adding a series of profile fields to control the content of a slideshow? Just wary of this area having field overload.
The Form Designer is the first way that springs to mind for me as it allows the images to be associated with the profile instead of with the skin.
Since its a profile thing, your going to need to have the images associated with the profile to know what to display.
So what you need is a way to allow the adding of multiple images. So thats either mulitple FILE Form Designer fields, or a module listener that adds a 'multiple' file upload field (pretty sure the Form Designer is a single file set thing from memory..... ). If you went the "Events and Listeners" route and built a simple module you could add a mulitple file upload field to the form and like the way images get uploded in the gallery module.
Then in the templates check for those images existance and if they exist, show them in a slider.
Doesn't solve the problem of user uploading wrong aspect images or wrong scale images, but its a starting point.
