Author |
Topic |
kwhipp
Junior Member
USA
407 Posts |
Posted - 05 September 2002 : 22:32:54
|
Title: Email All Users MOD
Version: 3.4b
Tested on: Snitz Forum 2000 v3.4.03
Contributors: Richard Kinser [RichardKinser] (original MOD developer)
Ease of Installation (1-Hard, 10-Easy): 9
Demo: none
Download: http://the-nut.com/forum/download.asp?ID=2
Support: http://the-nut.com/forum/forum.asp?FORUM_ID=19
Description:
Allows the Admin to Email: - All users
- Admins only
- Moderators only
- Admins & Mods
- Only those members that have answered "yes" to "Allow Forum Members to Send you E-Mail?"
Also, an optional "your getting this email because you are a member" footer to the email. The email footer includes the username for easy account management, in case of bounced emails.
Only the "Head" admin (indicated in the config.asp file) has access to the email option. (easily changed)
Screenshot:
Development History: September 5, 2002 - initial release September 8, 2002 - - Email Admins only
- Email Admins & Mods
- Email only those members that have answered "yes" to "Allow Forum Members to Send you E-Mail?"
- include an optional "your getting this email because you are a member" footer to the email
- also, only the "Head" admin (indicated in the config.asp file) has access to the email option (easily changed)
September 9, 2002 - included username in email footer
Updated download link. |
- Kevin |
Edited by - kwhipp on 19 September 2002 16:32:40 |
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 06 September 2002 : 17:57:57
|
kwipp,
Took me at least 10 seconds to add in... I like how you can send to only a select group (A-F or G-M or N-S or T-Z or All or only to Moderators). And it worked like a charm.
|
Cheers, David Greening |
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 06 September 2002 : 18:57:29
|
Thanks, however this was just a migration of Richard Kinser's 3.3 MOD. I just converted it to work with 3.4 and he gave me permission to distribute it.
Now, I did play with it a little today and have a few new features. - Email Admins only
- Email Admins & Mods
- Email only those members that have answered "yes" to "Allow Forum Members to Send you E-Mail?"
- include an optional "your getting this email because you are a member" footer to the email
- also, only the "Head" admin (indicated in the config.asp file) has access to the email option (easily changed)
I will post it over the weekend after I test it a little more.
|
- Kevin |
|
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 06 September 2002 : 19:50:28
|
I can't wait to give it a go this weekend! Thanks, Kevin!
Etymon
|
|
|
Lucky
Junior Member
USA
127 Posts |
Posted - 07 September 2002 : 23:16:40
|
Kevin,
Will you be updating your download or making a new one? I will be using this mod but would like to wait until you are happy with it.
Thanks! |
~Lucky |
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 08 September 2002 : 02:44:29
|
I've updated the files and are available to download. See original post. |
- Kevin |
|
|
snerdley
New Member
USA
65 Posts |
Posted - 08 September 2002 : 05:59:00
|
Great little mod, thanks! When logging in as a "regular" admin, and going to admin options, the fonts for the rest of the items after the email list item are BIG. Log out & back in as the super admin, and their back to normal.
snerd
|
|
|
kirgy
New Member
Germany
95 Posts |
Posted - 08 September 2002 : 06:49:15
|
quote: Great little mod, thanks! When logging in as a "regular" admin, and going to admin options, the fonts for the rest of the items after the email list item are BIG. Log out & back in as the super admin, and their back to normal.
Moving the closing font tag from the last response.write to "Email all users" should do the job.
this:
"<!--##### Email All Users Mod 3.4a #####-->" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a>"
if MemberID = intAdminMemberID then
Response.Write " <font size=""1"">(<a href=""javascript:openWindow3('admin_pop_mail.asp')"">Email All Users</a>)"
end if
Response.Write "</font></span></LI>" & vbNewLine & _
"<!--####################################-->" & vbNewLine & _
change to:
"<!--##### Email All Users Mod 3.4a #####-->" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a>"
if MemberID = intAdminMemberID then
Response.Write " <font size=""1"">(<a href=""javascript:openWindow3('admin_pop_mail.asp')"">Email All Users</a>)</font>"
end if
Response.Write "</span></LI>" & vbNewLine & _
"<!--####################################-->" & vbNewLine & _ |
Kirgy ------------- http://www.kirgy-web.de |
|
|
snerdley
New Member
USA
65 Posts |
Posted - 08 September 2002 : 08:12:44
|
Dude........ thanks! That did the trick.
snerd
|
snerd
|
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 08 September 2002 : 19:16:45
|
Sorry Gang! I'll update the file. |
- Kevin |
|
|
James
Average Member
USA
539 Posts |
Posted - 09 September 2002 : 20:55:48
|
Thanks for this little mod Kevin. One word of advice though, if you have a lot of members, then use the sorted sending methods. I had a little over 2000 members and used the "ALL" option. Ran nearly forever . Did get a little over 200 bounced messages back though and this let me know which inactive users to start deleting (nearly finshed now). I have to hunt down the usernames to match the bounced email addresses. It seems as if the mod sends out individual emails to everyone and also decides whether that person is a admin, mod or user. Since it sends individual messages, would it be possible to include the username in the message easily? |
*Interested in Radio Control* *The RC Web Board - http://www.rcwebboard.com/* |
Edited by - James on 09 September 2002 21:01:11 |
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 09 September 2002 : 22:06:48
|
Done! Version 3.4b has been uploaded to SnitzBitz.
The username is indicated in the email footer message. |
- Kevin |
|
|
DoraMoon
Average Member
Taiwan
661 Posts |
Posted - 09 September 2002 : 23:12:10
|
quote: Originally posted by kwhipp
The username is indicated in the email footer message.
hi~ kwhipp thanks for update, but i found the change from 3.4a==>3.4b line.164 in admin_pop_mail.asp strMessage = strMessage & "Your username is: " & M_NAME & vbNewLine should it be strMessage = strMessage & "Your username is: " & Member_Name & vbNewLine
|
~......~.~~ |
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 10 September 2002 : 00:11:59
|
Yea. That is what happens when you are doing too many things, you know it is a quick fix and you gotta love the old copy 'n' paste. You just have to copy the right thing.
The download file at SnitzBitz has been updated. |
- Kevin |
|
|
Quadrifoglio
Starting Member
Belgium
32 Posts |
Posted - 10 September 2002 : 11:13:57
|
The link provided to download this little masterpiece seems not to work? Can anyone provide an alternate one or fix it?
I'm receiving an "No Files For This MOD Found"-errormessage |
http://www.lionsliedekerke.be |
|
|
kwhipp
Junior Member
USA
407 Posts |
Posted - 10 September 2002 : 11:21:47
|
It is there. However, the moderators over at SnitzBitz have not "approved" it yet. |
- Kevin |
Edited by - kwhipp on 10 September 2002 11:23:23 |
|
|
Topic |
|