Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Email All Users MOD
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

kwhipp
Junior Member

USA
407 Posts

Posted - 05 September 2002 :  22:32:54  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
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  Show Profile
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
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 06 September 2002 :  18:57:29  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
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
Go to Top of Page

Etymon
Advanced Member

United States
2385 Posts

Posted - 06 September 2002 :  19:50:28  Show Profile  Visit Etymon's Homepage

I can't wait to give it a go this weekend! Thanks, Kevin!

Etymon
Go to Top of Page

Lucky
Junior Member

USA
127 Posts

Posted - 07 September 2002 :  23:16:40  Show Profile  Visit Lucky's Homepage  Send Lucky an AOL message
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
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 08 September 2002 :  02:44:29  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
I've updated the files and are available to download. See original post.

- Kevin
Go to Top of Page

snerdley
New Member

USA
65 Posts

Posted - 08 September 2002 :  05:59:00  Show Profile
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
Go to Top of Page

kirgy
New Member

Germany
95 Posts

Posted - 08 September 2002 :  06:49:15  Show Profile  Visit kirgy's Homepage
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
Go to Top of Page

snerdley
New Member

USA
65 Posts

Posted - 08 September 2002 :  08:12:44  Show Profile
Dude........ thanks! That did the trick.

snerd

snerd
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 08 September 2002 :  19:16:45  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
Sorry Gang! I'll update the file.

- Kevin
Go to Top of Page

James
Average Member

USA
539 Posts

Posted - 09 September 2002 :  20:55:48  Show Profile  Visit James's Homepage
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
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 09 September 2002 :  22:06:48  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
Done! Version 3.4b has been uploaded to SnitzBitz.

The username is indicated in the email footer message.

- Kevin
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 09 September 2002 :  23:12:10  Show Profile
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


~......~.~~
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 10 September 2002 :  00:11:59  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
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
Go to Top of Page

Quadrifoglio
Starting Member

Belgium
32 Posts

Posted - 10 September 2002 :  11:13:57  Show Profile  Visit Quadrifoglio's Homepage  Send Quadrifoglio an ICQ Message
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
Go to Top of Page

kwhipp
Junior Member

USA
407 Posts

Posted - 10 September 2002 :  11:21:47  Show Profile  Visit kwhipp's Homepage  Send kwhipp an AOL message  Send kwhipp an ICQ Message  Send kwhipp a Yahoo! Message
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
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07