I want to add a graphic below the username for the people that won a contest and change their username colour. How would I do that with the legacy postbit?
Announcement
Collapse
No announcement yet.
How do I add a graphic below the username?
Collapse
X
-
-
No, same user group as all my members and have first, second and third place winners. I have 3 different graphics, for the fiirst, second and third place winners and the three images have unique names. I also want the 2004 winners to keep these graphics when I hold the contest in 2005.
It would be fine with me to just go to the user profile and enter the path to the image. Would I then need a template conditional for this? Thanks.
Comment
-
The simpiliest way would be to get their userid's and use if conditions to display the images
<if condition="$post[userid] == X">img code here </if> repeated multiple times for each award you need to had out to each user
Comment

Comment