Slacker |
10-07-2005 01:09 AM |
Quote:
Originally Posted by Paul M
Sorry Slacker, not much chance of that in the forseeable future.
|
Actually I figured it out anyway. w00t! :D
Here's how I did it if anyone is curious:
First, I created a Single-Selection Menu profile field with "Yes" and "No" as the two options, defaulting to "Yes."
Then I changed Paul's conditional to use the new option. In my case, the system called it field10.
Original is:
Code:
<if condition="$show['wvt']">
I changed it to:
Code:
<if condition="$show['wvt'] AND $bbuserinfo['field10']!=No">
Works like a charm. :)
I have it set to display as long as the profile field I created isn't set to "No." That makes it display for those who are set to "Yes" and for unregistered visitors.
|