The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Admin Override
Hello,
I'm sure there is ahack here, that will make the get mailings by admin option either have no choice to say no or maybe move that option completely. There was a hack like this for IK Board, so there must be a override one for VB Cheers, midnightz |
#2
|
|||
|
|||
You mean this option:
Allow Bulletin Board Administrators and Moderators To Send You Email Notices? in your options of your usercp ? that's not to hard to change. just edit your templates |
#3
|
|||
|
|||
I am a newbie, still learning.
Do you know by chace how to a a sponsered by link - like they have at graphic-forums.com Cheers, midz |
#4
|
||||
|
||||
In the registercoppa and registeradult templates, find this:
Code:
<tr> <td bgcolor="#1C5780"><normalfont><b>Allow Bulletin Board Administrators and Moderators To Send You Email Notices?</b></normalfont></td> <td bgcolor="#1C5780"><normalfont> <input type="radio" name="allowmail" value="yes" checked> yes <input type="radio" name="allowmail" value="no"> no </normalfont></td> </tr> Code:
<input type="hidden" name="allowmail" value="yes"> Code:
<tr> <td bgcolor="#1C5780"><normalfont><b>Allow Bulletin Board Administrators and Moderators To Send You Email Notices?</b></normalfont></td> <td bgcolor="#1C5780"><normalfont> <input type="radio" name="allowmail" value="yes" $allowmailchecked> yes <input type="radio" name="allowmail" value="no" $allowmailnotchecked> no </normalfont></td> </tr> Code:
<input type="hidden" name="allowmail" value="yes"> |
#5
|
|||
|
|||
Beware that your users won't exactly appreciate it if you start sending them what will technically be unsolicited e-mails.
|
#6
|
||||
|
||||
You would be better in creating a new table and option for "Allow Administrators to send you the Newsletter?" or something
Satan |
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
Yep, Thats what I'm doing -
|
#9
|
|||
|
|||
is there anyway to run an SQL query to change the options all the users who selected this option as "no" when it was available, to "yes" now?
thanks |
#10
|
|||
|
|||
can anyone help with this?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|