theodonnells
04-11-2006, 01:42 PM
Hi i would like to allow my members to choose from 42 small icons.And display 6 of them in a row in the postbit.
These icons show which level they have in an online game..
I need 7 categories each with 6 pics in each, and users can pick one pic from each category.
All i need to know is what is the easiest way to do this with profile fields...
I am using this code to insert it in postbit.
<if condition="$post[field23] != ''">
Gags: <img src="http://www.myforum.pic.gif"align="center">
</if>
I know i need a different field for each pic but how do i set it up as drop down menu's in profile manager?
These icons show which level they have in an online game..
I need 7 categories each with 6 pics in each, and users can pick one pic from each category.
All i need to know is what is the easiest way to do this with profile fields...
I am using this code to insert it in postbit.
<if condition="$post[field23] != ''">
Gags: <img src="http://www.myforum.pic.gif"align="center">
</if>
I know i need a different field for each pic but how do i set it up as drop down menu's in profile manager?