Author |
Topic |
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 23 November 2001 : 14:29:42
|
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/ |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 November 2001 : 14:41:06
|
Yes. |
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 24 November 2001 : 13:16:38
|
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/ |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 24 November 2001 : 13:32:07
|
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] |
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
Posted - 24 November 2001 : 13:35:13
|
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/ |
|
|
aecio
Junior Member
Brazil
120 Posts |
Posted - 06 December 2001 : 05:19:19
|
Where can I download the latest version of the MOD with all these changes?
by the way, it works fine in v40 b3.
Cheers! |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 06 December 2001 : 05:47:17
|
From the link in the first message. |
|
|
Ez4arab
Junior Member
479 Posts |
Posted - 10 December 2001 : 07:13:29
|
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 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 10 December 2001 : 07:57:35
|
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. |
|
|
The Kid
Starting Member
28 Posts |
Posted - 11 December 2001 : 22:34:56
|
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.
|
|
|
colleen
Starting Member
5 Posts |
Posted - 07 January 2002 : 20:06:11
|
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.
|
|
|
snaayk
Senior Member
USA
1061 Posts |
Posted - 11 January 2002 : 17:50:06
|
Richard, the link is down. You have another location where I can download it from? Its not in your briefcase.
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 11 January 2002 : 19:11:49
|
link should be back up now. |
|
|
snaayk
Senior Member
USA
1061 Posts |
Posted - 12 January 2002 : 10:30:49
|
Thank you.
|
|
|
mcse007
New Member
USA
66 Posts |
Posted - 16 January 2002 : 13:53:47
|
Will the "MOD Setup" do all the work, or do I need to also edit the files manually? |
|
|
Topic |
|