PDA

View Full Version : Problems with Custom Fields


BlackxRam
07-03-2004, 11:17 PM
I am trying to get a custom field I have to set up to display certain months to work properly. I have made a multiple selection box that Is the 12 months and every month I take a look at my members and I single out how has been a great poster. However I can't get it to show more than one option when I call it inthe postbit and when i do now it displays a number and not the MONTH.

Can anyone give me a hand? I have a member who has been member of the month February and June but it only shows one entry and its a number instead of the month.

BlackxRam
07-10-2004, 07:11 PM
bumpity

BlackxRam
07-27-2004, 03:08 AM
please anyone....!!

CarCdr
07-27-2004, 10:20 AM
please anyone....!!
Can you provide more details on how this is supposed to work? Perhaps you could post code and templates snippets.

Where is the value being displayed? (.php and template)
Where is the value being set? (.php and template)
Where is the value being saved? (DB schema)

Cheers

Colin F
07-27-2004, 10:48 AM
I'm working with this stuff at the moment... it's kind of complicated :)

The one number that you see is actually some kind of hash or code for the optionselection, so it does display all the options.
What you would have to do is, in the php file, unserialize it all...

I'm not really sure what I'm talking about, but I am also trying to get something similiar to work, so I might post later on if I got it worked out. :)