The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
You'll need to take out a few things.
In the registeradult template, replace this: Code:
<tr> <td bgcolor="#13486D"><normalfont><b>Pop up a box when you receive a Private Message?</b></normalfont><br> <smallfont>This will pop up a small warning box when you receive a Private Message asking whether you want to view the message.</smallfont></td> <td bgcolor="#13486D"><normalfont> <input type="radio" name="pmpopup" value="yes"> yes <input type="radio" name="pmpopup" value="no" checked> no </normalfont></td> </tr> Code:
<input type="hidden" name="pmpopup" value="yes"> Code:
<tr> <td bgcolor="#13486D"><normalfont><b>Pop up a box when you receive a Private Message?</b></normalfont><br> <smallfont>This will pop up a small warning box when you receive a Private Message asking whether you want to view the message.</smallfont></td> <td bgcolor="#13486D"><normalfont> <input type="radio" name="pmpopup" value="yes"> yes <input type="radio" name="pmpopup" value="no" checked> no </normalfont></td> </tr> Code:
<input type="hidden" name="pmpopup" value="yes"> Code:
<tr> <td bgcolor="#13486D"><normalfont><b>Pop up a box when you receive a Message?</b></normalfont><br> <smallfont>This will pop up a small warning box when you receive a Message asking whether you want to view the message.</smallfont></td> <td bgcolor="#13486D"><normalfont> <input type="radio" name="pmpopup" $pmpopupchecked value="yes"> yes <input type="radio" name="pmpopup" $pmpopupnotchecked value="no"> no </normalfont></td> </tr> Code:
<input type="hidden" name="pmpopup" value="yes"> Code:
UPDATE user SET pmpopup = 1 ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|