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
 PM Mod installed but unavailable
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

keng38
New Member

United Kingdom
80 Posts

Posted - 10 May 2005 :  15:46:40  Show Profile  Visit keng38's Homepage
I have switched the PM Mod on after installing it and when trying to PM a member get the message the page is unavailable.
example http://www.bacupbanter.co.uk/forum/privatesend.asp?method=Topic&mname=Farrow

I think it's to do with the Topic.asp file where I put
rM_PM = 24 instead of rM_PM = 5
If I put it in under 5 do I then shunt everything else down one?
A link to the text version is here
http://www.bacupbanter.co.uk/Games/topic.txt

Edited by - keng38 on 10 May 2005 15:47:36

Podge
Support Moderator

Ireland
3775 Posts

Posted - 10 May 2005 :  16:15:52  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Try this (untested)

rM_NAME = 0
rM_RECEIVE_EMAIL = 1
rM_AIM = 2
rM_ICQ = 3
rM_MSN = 4
rM_YAHOO = 5
rM_PM = 6
rM_TITLE = 7
rMEMBER_ID = 8
rM_HOMEPAGE = 9
rM_LEVEL = 10
rM_POSTS = 11
rM_COUNTRY = 12
rM_Avatar = 13
rREPLY_ID = 14
rFORUM_ID = 15
rR_AUTHOR = 16
rTOPIC_ID = 17
rR_MESSAGE = 18
rR_LAST_EDIT = 19
rR_LAST_EDITBY = 20
rR_SIG = 21
rR_STATUS = 22
rR_DATE = 23
if CanShowSignature = 1 then
rM_SIG = 24
end if

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.

Edited by - Podge on 10 May 2005 16:18:11
Go to Top of Page

keng38
New Member

United Kingdom
80 Posts

Posted - 10 May 2005 :  16:28:40  Show Profile  Visit keng38's Homepage
Nope tried that one already and it doesn't work.
However both options the site works fine everywhere else
Go to Top of Page

keng38
New Member

United Kingdom
80 Posts

Posted - 10 May 2005 :  16:31:36  Show Profile  Visit keng38's Homepage
Inc_privatesend.asp file has this in twice
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_func_posting.asp" -->
<!--#INCLUDE FILE="inc_func_posting.asp"-->
<!--#INCLUDE FILE="inc_code.asp" -->
Go to Top of Page

keng38
New Member

United Kingdom
80 Posts

Posted - 10 May 2005 :  16:33:46  Show Profile  Visit keng38's Homepage
Nope no different there either
Go to Top of Page

keng38
New Member

United Kingdom
80 Posts

Posted - 10 May 2005 :  16:50:23  Show Profile  Visit keng38's Homepage
I have no .asp file called inc_code but I do have a .js file
Anything to do with that?
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 10 May 2005 :  18:23:58  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
There is no inc_privatesend.asp but there is a privatesend.asp

I don't have a <!--#INCLUDE FILE="inc_code.asp" --> either, although it should be inc_code.js and is referenced later on in privatesend.asp.

I compared your topic.asp to mine and couldn't see any major differences (apart from not having the event calander mod installed).

I'm pretty sure that this will cause you problems

rR_LAST_EDITBY = 19
rR_SIG = 20
rR_STATUS = 21
rR_DATE = 22
if CanShowSignature = 1 then
rM_SIG = 23
end if
rM_PM = 24

You should move rM_PM = 24 up to sixth place. If a member has their sig turned off it should cause an error.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

keng38
New Member

United Kingdom
80 Posts

Posted - 11 May 2005 :  06:31:41  Show Profile  Visit keng38's Homepage
I get this error now

Active Server Pages error 'ASP 0126'

Include file not found

/forum/privatesend.asp, line 45

The include file 'inc_code.asp' was not found.
Go to Top of Page

keng38
New Member

United Kingdom
80 Posts

Posted - 11 May 2005 :  06:49:05  Show Profile  Visit keng38's Homepage
Right I've sussed it out.
I have removed, in the privatesend.asp file the
<!--#INCLUDE FILE="inc_func_posting.asp"-->
<!--#INCLUDE FILE="inc_code.asp" -->

It now seems to work ok.
As Podge very kindly suggested I have also changed the rM_PM = 6 as well

Hope this helps anyone else. It's driven me mad!!!!
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07