The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Anybody know how I would do this?
Thanks in advance for any help you can contribute. |
#2
|
||||
|
||||
![]()
You mean force all users to have this option set to "on"?
|
#3
|
||||
|
||||
![]() Quote:
Can you tell me what lines I need to take out to enable this? Many thanks! |
#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 ![]() |
#5
|
||||
|
||||
![]()
Many thanks, I am going to do it right now. :up:
|
#6
|
||||
|
||||
![]()
Did it work???
![]() |
#7
|
||||
|
||||
![]() Quote:
![]() |
#8
|
|||
|
|||
![]()
Thanks for the "UPDATE user SET pmpopup = 1" query, TWTCommish. Many of us are too inexperienced to figure it out for ourselves.
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|