Quote:
Originally Posted by shibby2
That worked!  Thank you so much!
Just wondering...and if it's not possible or too hard, please ignore...but how hard would it be to make it so users could just click a button or something to 'turn on' the random album pics if they wish to? So it would normally always be off for that style, but they have the choice to display it if they wish.
Thanks again for all the help! 
|
You could set up a "yes/no" custom profile field that would allow users to toggle whether this feature works or not. Then include in the conditional:
PHP Code:
$vbulletin->userinfo['fieldX'] == 'Yes'
where X is the id number of the custom profile field.