Subject:*
Name/Email:*
Message Icon:*
Message:*
url email imgsrc image php hide code quote
English Nederlands 
VOORBEELD
alignleft aligncenter alignright bold italic underline linethrough   


 [meer...]
Options:*
 

 

 
   
Re: Profile Module - Option Fields

by UnderDog on 17/5/2010 13:14:32

Citaat:

I must have missed something. Where is it?


Where it was for the last 18 months
Re: Profile Module - Option Fields

by phoenyx on 17/5/2010 12:25:04

Citaat:

That's what our all new and improved re-released Wiki is for



I must have missed something. Where is it?
Re: Profile Module - Option Fields

by UnderDog on 17/5/2010 11:51:58

Citaat:

For example autotasks. This feature is awesome, however, I don't think that a lot of people will use it (since they don't know how to use it).


That's what our all new and improved re-released Wiki is for
Re: Profile Module - Option Fields

by phoenyx on 17/5/2010 10:08:09

I totally agree that adding fields isn't as straight forward as it maybe could be but for now, I don't see how this could be improved.

On the other hand I don't want to support each and everyone who calls himself a webmaster or whatever . Some features are a little more complicated because they have to be. For example autotasks. This feature is awesome, however, I don't think that a lot of people will use it (since they don't know how to use it).

Anyway: If you have good ideas how to improve it, let me know and I'll see what I can do .
Re: Profile Module - Option Fields

by UnderDog on 17/5/2010 6:37:48

Citaat:

I put in the option a:0:{} for a radio yes/no field


Stooooopppppp.
You never ever never ever never have to make up your own a:0:{} information.
All you need to do is figure out whether your field needs a serialized string (which is rare)
Then, you either use serialize to put things into the database
and
unserialize after you've gotten the data out of the database.