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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Email all users problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

dhutten
New Member

Netherlands
66 Posts

Posted - 19 May 2003 :  06:52:48  Show Profile
Hi,

I have done i mod on my forum this one: http://www.snitzbitz.com/mods/details.asp?Version=All&mid=54

it is a mod to email all users.

But you can only mail all users as "Super Admin"
But i want to allow all administrators to send an Email to all users
How can i do this?

Forum version 3.4.03

Can someone help me?

Edited by - dhutten on 19 May 2003 07:00:26

kwhipp
Junior Member

United States
407 Posts

Posted - 19 May 2003 :  07:35:40  Show Profile
Change 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>)</font>"
end if
Response.Write	"</span></LI>" & vbNewLine & _
"<!--####################################-->" & vbNewLine & _

to this:

"<!--##### Email All Users Mod 3.4a #####-->" & vbNewLine & _
		"                <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a> <font size=""1"">(<a href=""javascript:openWindow3('admin_pop_mail.asp')"">Email All Users</a>)</font>" & vbNewLine & _
                "</span></LI>" & vbNewLine & _
"<!--####################################-->" & vbNewLine & _

- Kevin
Go to Top of Page

dhutten
New Member

Netherlands
66 Posts

Posted - 19 May 2003 :  08:14:17  Show Profile
quote:
Originally posted by kwhipp

Change 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>)</font>"
end if
Response.Write	"</span></LI>" & vbNewLine & _
"<!--####################################-->" & vbNewLine & _

to this:

"<!--##### Email All Users Mod 3.4a #####-->" & vbNewLine & _
		"                <LI><span class=""spnMessageText""><a href=""admin_emaillist.asp"">E-mail List</a> <font size=""1"">(<a href=""javascript:openWindow3('admin_pop_mail.asp')"">Email All Users</a>)</font>" & vbNewLine & _
                "</span></LI>" & vbNewLine & _
"<!--####################################-->" & vbNewLine & _




Thank you this works perfect
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07