View Full Version : Admin Override
midnightz
03-18-2003, 03:25 AM
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
Dpcows
03-18-2003, 07:03 AM
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
midnightz
03-20-2003, 07:38 PM
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
WetWired
03-21-2003, 02:24 PM
In the registercoppa and registeradult templates, find this:
<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>
and replace it with this:
<input type="hidden" name="allowmail" value="yes">
Then, in modifyoptions template, find this:
<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>
and replace it with this:
<input type="hidden" name="allowmail" value="yes">
filburt1
03-21-2003, 02:32 PM
Beware that your users won't exactly appreciate it if you start sending them what will technically be unsolicited e-mails.
Chris M
03-21-2003, 06:50 PM
You would be better in creating a new table and option for "Allow Administrators to send you the Newsletter?" or something:)
Satan
WetWired
03-21-2003, 08:11 PM
Today at 10:32 AM filburt1 said this in Post #5 (https://vborg.vbsupport.ru/showthread.php?postid=370711#post370711)
Beware that your users won't exactly appreciate it if you start sending them what will technically be unsolicited e-mails.
So on the signup agreement put a part that mentions the e-mailings and say that it is a condition of membership. I've seen this for sites before.
midnightz
03-21-2003, 08:15 PM
Yep, Thats what I'm doing -
eytan
11-24-2003, 09:31 PM
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
eytan
12-03-2003, 04:36 PM
can anyone help with this?
eytan
02-10-2004, 10:02 AM
can anyone help on this one?.... thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.