PDA

View Full Version : Multiple selection Checkboxes????


NER_Whisky
01-25-2005, 10:25 AM
Hi all,

I've added a custom field (Multiple selection Checkboxes) with all games that my clan is playing, so basicaly all members can check in their profile the following boxes regarding the divisions they belonging to:
MOH:SH
CS:S
COD:UO

Well, so far its easy... Now I would like to display in the legacy postbit some litlle pictures corresponding to the games the user have checked. And I dont know how I can test in my template the differents value the field may take! I've read on this forum that all values are stored in a 32 bit integer variable, where of course each bit is one of the flags composing this field. But what is the value of this integer in my case???

Here's what i believe it could be but I would like a confirmation:


None Flags checked
000 = 0

Flag 1 checked / Flag 2 and Flag 3 unchecked:
001 = 1

Flag 2 checked / Flag 1 and Flag 1 unchecked:
010 = 2

Flag 1 and Flag 2 checked / Flag 3 unchecked:
011 = 3

Flag 3 checked / Flag 1 and Flag 2 unchecked:
100 = 4

Flag 1 and Flag 3 checked / Flag 2 unchecked:
101 = 5

Flag 2 and Flag 3 checked / Flag 1 unchecked:
110 = 6

All Flags checked
111 = 7

Correct or not correct???

There's only 10 kind of people in the world, those who understand binary, and those who don't :nervous:

Cheers for helping me :)


PS: your [COLOR=Red] seems to have a prob....