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)
 Private Messages MOD updated for v3.3.03
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 4

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 17 November 2001 :  12:15:44  Show Profile
Download here: Click Here

Please read the pm_readme.txt file, it contains all of the instructions to get this MOD running. Everything that is needed to get this MOD to work is included in the instructions. Modifications to your existing files is minimal.

Hopefully there are no issues.

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 20 November 2001 :  13:12:45  Show Profile  Visit MarkJH's Homepage
Richard, I love the new 'PM all members' feature of this mod, which I presume is only available to admins.

Unfortunately, I want to send a PM to all 2000 of my members but the software times out before sending to all the members. I logged in as a user (member #101) and I hadn't received the message. Therefore I presume it only sent the message to <5% of my members. Is there anyway around this?

Oh, why is there no email notification feature on this forum anymore... it's quite annoying!

bandlink.net - http://www.bandlink.net/
bandlink music forums - http://www.bandlink.net/forum/
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 November 2001 :  14:44:45  Show Profile
You'll probably need to increase the Server.ScriptTimeout value.

on line #104 of privatesend_info.asp find this code:

		'############### Start PM all members #################
if Request.form("allmem") = "true" then

strSql = "SELECT M_NAME"



Insert the following on line #107:

			Server.ScriptTimeout = 10000



So now it should look like this:

		'############### Start PM all members #################
if Request.form("allmem") = "true" then

Server.ScriptTimeout = 10000

strSql = "SELECT M_NAME"



(I turned on Topic Level Subscriptions for this forum, as well as W/O Code and the Help: MOD Implementation Forum)
Go to Top of Page

SimonT
Junior Member

United Kingdom
202 Posts

Posted - 20 November 2001 :  17:53:42  Show Profile
what would the correct way to add the pm send option to the pop_profile.asp file when in the display mode

Edited by - simont on 22 November 2001 06:07:02
Go to Top of Page

struisje
Starting Member

7 Posts

Posted - 21 November 2001 :  04:23:52  Show Profile  Send struisje an ICQ Message
I had exactly the same problem
I was working with an access97 database
when you run the mod setup, it skips creating one table FORUM_PM
when you open default.asp you get the error message described by SimonT.

So i changed my database to an access2000 database, ran the mod setup again and everything worked fine

great mod, thx RichardKinser

Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 21 November 2001 :  06:57:04  Show Profile  Visit Ez4arab's Homepage
hi RichardKinser can you list major change with the previous one becuse i have fix old Private Messages MOD with the new forum v3.3.03

Arabic snit fourm
http://aljish.com.sa/jforum
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 21 November 2001 :  07:07:43  Show Profile
If you click on the Download link for this MOD, there is a description there that outlines the changes.
Go to Top of Page

Sturge
Starting Member

23 Posts

Posted - 22 November 2001 :  01:16:18  Show Profile
I just want to say that you guys kick butt. The PM mod was cool, but these new adjustments do EXACTLY what I (and other folks) have been wanting to do. Gotta say...Snitz rules, and so do you guys.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 November 2001 :  03:31:19  Show Profile
Thanks, glad you like it.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 November 2001 :  06:12:30  Show Profile
SimonT,

are you referring to this?:

http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=10211
Go to Top of Page

SimonT
Junior Member

United Kingdom
202 Posts

Posted - 22 November 2001 :  09:29:28  Show Profile
Yes thats it Richard the link is still down but I am not sure if the code works with 3.3

Edited by - simont on 22 November 2001 17:30:08
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 22 November 2001 :  13:07:05  Show Profile  Visit MarkJH's Homepage
Okay, the addition of Server.ScriptTimeout = 10000 worked wonders. I can now send a PM to every member without a problem.

Unfortunately, the software now times out when I go to my outbox to delete all these messages!

Is there a similar workaround for this or do I have to delete them from my database manually?

bandlink.net - http://www.bandlink.net/
bandlink music forums - http://www.bandlink.net/forum/
Go to Top of Page

SimonT
Junior Member

United Kingdom
202 Posts

Posted - 22 November 2001 :  19:55:04  Show Profile
Would some think like this work in the pop_profile.asp



if rs("M_NAME") = "" then
<p> </p>
else %>

<tr colspan=2>
<td bgColor=<% =strPopUpTableColor %> align=right nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Private Message: </font></b></td>
<td bgColor=<% =strPopUpTableColor %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="privatesend.asp?method=Topic&mname=<% =rs("M_NAME")%>"><img src="pm.gif" width="11" height="17" alt="Send Message" border="0"> Send a Private Message</a> </font></td>
</tr>
</tr>
<%
end if

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 November 2001 :  13:20:37  Show Profile
SimonT,

Here is what I did:

in pop_profile.asp on line #77 insert this line:

		strsql = strsql & ", " & strMemberTablePrefix & "MEMBERS.M_PMRECEIVE"



then on line #179 find this code:

<%
if strICQ = "1" then
if Trim(rs("M_ICQ")) <> "" then
%>



insert the following on line #180:

			if rs("M_PMRECEIVE") = "1" and strDBNTUserName <> "" then
%>
<tr>
<td bgColor=<% =strPopUpTableColor %> align=right nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">PM: </font></b></td>
<td bgColor=<% =strPopUpTableColor %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="privatesend.asp?method=Topic&mname=<% =rs("M_NAME") %>">Send a Private Message</a> </font></td>
</tr>
<%
end if



so now it looks like this:

<%
if rs("M_PMRECEIVE") = "1" and strDBNTUserName <> "" then
%>
<tr>
<td bgColor=<% =strPopUpTableColor %> align=right nowrap><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">PM: </font></b></td>
<td bgColor=<% =strPopUpTableColor %>><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><a href="privatesend.asp?method=Topic&mname=<% =rs("M_NAME") %>">Send a Private Message</a> </font></td>
</tr>
<%
end if
if strICQ = "1" then
if Trim(rs("M_ICQ")) <> "" then
%>
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 23 November 2001 :  14:04:25  Show Profile  Visit MarkJH's Homepage
quote:

Okay, the addition of Server.ScriptTimeout = 10000 worked wonders. I can now send a PM to every member without a problem.

Unfortunately, the software now times out when I go to my outbox to delete all these messages!

Is there a similar workaround for this or do I have to delete them from my database manually?

bandlink.net - http://www.bandlink.net/
bandlink music forums - http://www.bandlink.net/forum/



Anything on this Richard?

bandlink.net - http://www.bandlink.net/
bandlink music forums - http://www.bandlink.net/forum/
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 November 2001 :  14:22:04  Show Profile
Try inserting the following on line #50 of pm_view.asp:

	Server.ScriptTimeout = 10000
Go to Top of Page
Page: of 4 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.15 seconds. Powered By: Snitz Forums 2000 Version 3.4.07