delicjous
03-18-2015, 05:52 PM
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/lynne-s-how-to-s/3971574-%5Bvb5%5D-user-profile-fields-in-the-postbit-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:
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...
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/lynne-s-how-to-s/3971574-%5Bvb5%5D-user-profile-fields-in-the-postbit-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:
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...