Hi Everyone,
If you want to set a profilefield to the conversation userinfo you could do it by the following:
look here:
http://www.vbulletin.com/forum/blogs...tbit-templates
If you want to show it only if the choice or text is like Yes, no or anything else you could do it with the following code:
Example for User is not available:
I made a radiobutton -profilefield with 2 options no for standard in the first line and yes
no
yes
in the conversation_fields template I change the code to:
HTML Code:
please look into next post! Had to edit this
So the field is only visible if the user set Yes.
Think it is a nice thing to do a lot of stuff with and it hopefully help somebody here...