Print Page | Close Window

Email notification limited to Admin/Mods

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=9263
Printed Date: 07 April 2026 at 6:54pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Email notification limited to Admin/Mods
Posted By: Webber
Subject: Email notification limited to Admin/Mods
Date Posted: 26 January 2004 at 4:08pm

I searched the forum before posting this.

I know that you can turn on/off the email notification of forum/topics watched.

But, what I would like to do is turn this off for everyone except the admin/moderators.

The number of emails going on on my forum at way too much for each member to be notified of the new topics etc.

But I do need the topics/forum notifications emailed to the admin/moderators only.

I am really new at ASP and would really appreicate any help on what file I need to alter and what I need to change so that I can have the admin/mods receive the email notifications.

Thanks in advance for any help.




Replies:
Posted By: MadDog
Date Posted: 26 January 2004 at 4:12pm

Without having the code in front of me i cant explain it in detail, but what you could do is turn the email off. then in common.asp find the variable that contains the settings for turning on/off emails.

Then towards the bottom do a IF statement to turn it on for admins and moderators.

Example:

If blnAdmin = True OR blnModerator = True Then
         'Turn email settings on
End If



-------------
http://www.iportalx.net" rel="nofollow">


Posted By: Webber
Date Posted: 26 January 2004 at 5:20pm

Hi Maddog...

Being new at asp.. I would just c/p this snippet of code to each common file or for all common.asp files??

Thanks for your help on this.



Posted By: MadDog
Date Posted: 26 January 2004 at 6:27pm

just the common.asp in the forum.

But you need to find the variables that contain the email settings.



-------------
http://www.iportalx.net" rel="nofollow">



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net