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
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 23 November 2001 :  14:29:42  Show Profile  Visit MarkJH's Homepage
So it looks like this?

<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<%
if strDBNTUserName = "" then
Response.Redirect "default.asp"
Response.End
else
Server.ScriptTimeout = 10000
if Request.Cookies(strCookieURL & "paging")("outbox") = "" then
if strSetCookieToForum = 1 then
Response.Cookies(strCookieURL & "paging").Path = strCookieURL


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:41:06  Show Profile
Yes.
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 24 November 2001 :  13:16:38  Show Profile  Visit MarkJH's Homepage
Hmm, it still gives a 'Connection timed out' when trying to open the Outbox.

Would there be any problems removing the tables relevant to the PM mod from the database, then reinstalled the mod from admin_mod_dbsetup?

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 - 24 November 2001 :  13:32:07  Show Profile
No, you won't have any problems if you do that. You can use this:

Remove Private Messages MOD
[DROP]
PM
[END]
[ALTER]
MEMBERS
DROP#M_PMEMAIL###
DROP#M_PMRECEIVE###
[END]
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 24 November 2001 :  13:35:13  Show Profile  Visit MarkJH's Homepage
Cool. I'll try that little piece of code when I can logon to my forum. It keeps timing out on me. Don't worry Richard, I don't think it's anything to do with the database probably (hopefully) just a problem with my host.

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

aecio
Junior Member

Brazil
120 Posts

Posted - 06 December 2001 :  05:19:19  Show Profile  Visit aecio's Homepage
Where can I download the latest version of the MOD with all these changes?

by the way, it works fine in v40 b3.


Cheers!
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 December 2001 :  05:47:17  Show Profile
From the link in the first message.
Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 10 December 2001 :  07:13:29  Show Profile  Visit Ez4arab's Homepage
i want to display the PM link in the topic.asp i flow what in the readme.txt but the link apear for the admin not all users.


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

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 December 2001 :  07:57:35  Show Profile
It's only going to appear for those that have Private Messaging enabled. For example, if I didn't want to receive a Private Message, any post that I make will not have that icon. Also, for it to show, the person must be logged in as well.
Go to Top of Page

The Kid
Starting Member

28 Posts

Posted - 11 December 2001 :  22:34:56  Show Profile
AWESOME WORK RICHARD!

Great update and an awesome addition to our forums:

http://forums.therumble.com

KEEP UP THE GREAT WORK!

quote:

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.



Go to Top of Page

colleen
Starting Member

5 Posts

Posted - 07 January 2002 :  20:06:11  Show Profile
Hi all,

I had a default Snitz install that I wanted to add the PM mod and active users mod to.. Installation of both was successful, but I wanted to share something which I found for the PM mod.

Following the directions in the readme will put the PM bar after all the forum data (but before the statistics). I have more than 1 page of forums so you would have to scroll to see your PMs... After a bit of attempting to read the forum logic, I found what I think is the correct place to put it so that it is below the header (the line that reads Forum, Topics, Posts, etc) but above the actual category listings.

Find the lines that read:

end if 
Response.Write " </td>" & vbNewline
Response.Write " </tr>" & vbNewline
if rs.EOF or rs.BOF then
Response.Write " <tr>" & vbNewline & _


Change to read:

end if 
Response.Write " </td>" & vbNewline
Response.Write " </tr>" & vbNewline
%>
<!--#include file="privatemess.asp"-->
<%
if rs.EOF or rs.BOF then
Response.Write " <tr>" & vbNewline & _


Hope this helps someone. Don't forget to pull the include out of it's default location.

Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 11 January 2002 :  17:50:06  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
Richard, the link is down. You have another location where I can download it from? Its not in your briefcase.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 11 January 2002 :  19:11:49  Show Profile
link should be back up now.
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 12 January 2002 :  10:30:49  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
Thank you.

Go to Top of Page

mcse007
New Member

USA
66 Posts

Posted - 16 January 2002 :  13:53:47  Show Profile  Visit mcse007's Homepage
Will the "MOD Setup" do all the work, or do I need to also edit the files manually?
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page | 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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07