PDA

View Full Version : How can this be accomplished? Postbit



GregS
Tue 20th Jan '09, 9:47am
Hey guys, I have recently created my own little modification to my postbit where the member chooses their favourite album by an artist upon registering / in their usercp and it displays the album cover in the postbit.


Using this code;


<div>
<if condition="$post['field5']">
<img src="images/albumimg/$post[field5].png" alt="$post[field5]" border="0" />
</if>
</div>Now, when I done this I removed my arcade trophy postbit code, which is


<div class="smallfont">$post[crowns]$post[champtext]</div>There are some of my users who prefer to keep the arcade postbit rather than the album image, is it possible to allow users to choose which "mod" they'd like to show via userprofile field? and if so, how?

Thanks for reading! Hope someone can help :)

Greg

ForumThemes.com
Tue 20th Jan '09, 1:51pm
I could be wrong but you can't really without a plugin/module being built to give the user a place to make the choice and store that option. Otherwise there is no real way to do a conditional statement, as there is no way to know what people want.