Quote:
Originally Posted by Phaedrus
I had to modify the template this way:
Code:
<if condition="$bbuserinfo[field7] == On"><a href="$bbuserinfo[field8]"><img src="$stylevar[imgdir_misc]/panic.gif" border="0" alt="Boss Key" /></a></if>
In order to get it to work. There were a bunch of { in there messing things up and some variables it wouldn't recognize. After using the above lines I was able to make the mod work.
Edit:
If you do use this instead, field7 should be whatever field you wrote down for step 2, field8 for step 3...
You know...
It works great with this instead of the other...
|
Yes I know, I am trying to make this more automated, as I already released this as a template hack for v3.6.x quite some time ago, which works rather well, but trying to put profile field numbers in via vbulletin options is proving to be a bit tiresome (ie, I am banging my head on the wall to make it work).