PDA

View Full Version : fieldxx[]=1 as graphical output


U.K.Visuals
01-25-2008, 04:43 PM
Hello Guys

i need your help with a modification i d like to do for my VB 3.6

i added a new User Profile Field with a Multiple Selection Menu.
now i d like to convert the selected output into small icons!

sample: you can select misc consoles like Xbox, ps3, wii...

insteed of a written text in the memberinfo i d like to have icons.

i get the following output code for those selections:

xbox = field29[]=1
wii = field29[]=2
ps3 = field29[]=3

does anybody know how to do this??

thanks in advance