The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
remove just email notification
howdy, I wish to remove just email notification from my website. alot of my users have it on and don't like it.. plus the fact it is clogging up my sendmail. the option in the CP forces me to turn off many email features not just the specific one I wish. is there a way to switch all users to email notification off, or maybe something I can edit?
thanks |
#2
|
|||
|
|||
providing you have your account set to enable you to run SQL queiries via the ACP ($canrunqueries in config.php) then go to ACP > Import and Maintenence > SQL Queries
Theres a drop down list in there. Select the one that says somthing about turning email notification off. Click Go Wait. Bob's your uncle. |
#3
|
||||
|
||||
This will turn off all current notifications (eg. notifications for existing subscriptions), but not new ones.
IMHO the easisst way to turn of post notifications (or do you want pm notifications turned off as well?) would be to remove the two cron-scripts (digestdaily.php, digestweekly.php) and edit includes/functions_newpost.php: comment out PHP Code:
|
#4
|
||||
|
||||
Quote:
do I have to edit out the } below that line? just the one line commented out is fine? thanks Kirby, good to see you as a mod now |
#5
|
||||
|
||||
Just that line should be enough, but you can of course comment out the whole if-statement.
To do that ou must start with if ($post[visible] ... and and with } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|