View Full Version : User Profile Fields Visible in Defined Forums
JayJay
02-28-2007, 11:51 AM
Could somebody remind me of the conditional to use in order to display profile fields in the postbit only in certain forums.
With thanks :)
Princeton
02-28-2007, 12:03 PM
<if condition="$post[fieldx]">
<div>your label: $post[fieldx]<div>
</if>
Princeton
02-28-2007, 12:04 PM
here's a good tut: http://www.vbulletin.com/forum/showthread.php?t=214234
JayJay
02-28-2007, 12:37 PM
But that will display in all forums, will it not?
What I want is to be able to display field1 in forum1, but not in forum 2 -where I want field2. That make any sense?
<if condition="$forumid == X"> is the conditional I believe, but now to figure out how to combine it. Out of practice :\
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.