The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
oh no.. i've done this already, but that is not what I want...
Quote:
|
#22
|
|||
|
|||
Quote:
this should be standard vb stuff |
#23
|
|||
|
|||
It's just as easy using the method I posted earlier. Instead of one field, you create two - one is a text entry field, and one is a radio-button select. Both are private, non-user-editable fields. Then change the condition in the header from if there's anything in the reason field, to if the desired radio button is checked.
All done. Takes an extra minute or so to create that second field.... It would be coded like this: Code:
<if condition="$bbuserinfo[usergroupid] == 8"> <div align="left" style="color: red; background-color: white; border: 1px solid black; padding:2px"> <b>Your membership has been terminated.<br /><br /> <if condition="$bbuserinfo['fieldY'] == 'show'"> Reason: $bbuserinfo[fieldX] </if> </b> </div> </if> Again, this method is NOT A HACK. It's the addition of 2 custom user-profile fields, and a change to the header template. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|