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 3.5
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

NiteOwl
Junior Member

Canada
403 Posts

Posted - 04 May 2005 :  02:12:09  Show Profile  Visit NiteOwl's Homepage  Reply with Quote
quote:
Now.....there has always been a problem with this mod, let me explain.

The reason why members are getting sent PM's even when they have their function switched off is because THE PERSON SENDING the PM has theirs turned on!
Its a glitch. It shouldn't happen I know.


I was hoping that someone would jump in here on this.

Q. has anyone found a way to correct this function?

Q. if not, would someone be willing? :)

<

-=NiteOwl=-
Go to Top of Page

morbidpalooza
Starting Member

21 Posts

Posted - 04 May 2005 :  03:15:35  Show Profile  Reply with Quote
Why dont someone post a zip file of a fresh copy of the forum with the pm mod installed? or has someone done this yet?
<

www.morbidpalooza.com

Edited by - morbidpalooza on 04 May 2005 03:16:21
Go to Top of Page

jobryan26
Starting Member

10 Posts

Posted - 21 May 2005 :  17:20:51  Show Profile  Reply with Quote
I am having a weird problem that maybe someone could help me with. I am using the most current version of Snitz. Everything works great without problems with the exception of clicking a link to a topic that has reply's in the forum I get the following error.
--------------------------------------------------------------------
Technical Information (for support personnel)

* Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'cLng'
/Forum/inc_func_common.asp, line 652

* Browser Type:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4

* Page:
GET /Forum/topic.asp

* Time:
Saturday, May 21, 2005, 5:10:57 PM

--------------------------------------------------------------------
When I look at inc_func_common.asp this is what I see.
--------------------------------------------------------------------
647 function chkTime(fTime)
648 if fTime = "" or isNull(fTime) then
649 exit function
650 end if
651 if strTimeType = 12 then
652 if cLng(Mid(fTime, 9,2)) > 12 then
653 chkTime = ChkTime & " " & _
654 (cLng(Mid(fTime, 9,2)) -12) & ":" & _
655 Mid(fTime, 11,2) & ":" & _
656 Mid(fTime, 13,2) & " " & "PM"
657 elseif cLng(Mid(fTime, 9,2)) = 12 then
658 chkTime = ChkTime & " " & _
659 cLng(Mid(fTime, 9,2)) & ":" & _
660 Mid(fTime, 11,2) & ":" & _
661 Mid(fTime, 13,2) & " " & "PM"
662 elseif cLng(Mid(fTime, 9,2)) = 0 then
663 chkTime = ChkTime & " " & _
664 (cLng(Mid(fTime, 9,2)) +12) & ":" & _
665 Mid(fTime, 11,2) & ":" & _
666 Mid(fTime, 13,2) & " " & "AM"
667 else
668 chkTime = ChkTime & " " & _
669 Mid(fTime, 9,2) & ":" & _
670 Mid(fTime, 11,2) & ":" & _
671 Mid(fTime, 13,2) & " " & "AM"
672 end if
673
674 else
675 ChkTime = ChkTime & " " & _
676 Mid(fTime, 9,2) & ":" & _
677 Mid(fTime, 11,2) & ":" & _
678 Mid(fTime, 13,2)
679 end if
680 end function

--------------------------------------------------------------------
I'm guessing this is some language issue. I do have "Active Users Lite" installed but there is no "ACTIVE_USERS.ASP" file in order to modify per the Read Me if this is the problem.

Any help is appreciated and yes PM's work perfect,posting new messages works perfect with the exception of creating a new Topic and then trying to reply or clicking on a topic that has replies.

http://jobryan26.homedns.org/Forum/default.asp
<

Edited by - jobryan26 on 21 May 2005 17:27:06
Go to Top of Page

jobryan26
Starting Member

10 Posts

Posted - 21 May 2005 :  17:43:35  Show Profile  Reply with Quote
I just figured it out. I didn't change the counts in topic.asp.<
Go to Top of Page

Davecl
Junior Member

United Kingdom
105 Posts

Posted - 23 May 2005 :  14:15:09  Show Profile  Visit Davecl's Homepage  Reply with Quote
just installed this mod and it seems to be working apart from the edit i've done to inc_header.asp

i get this error
Microsoft VBScript compilation error '800a03ea'

Syntax error

/forum2/inc_header.asp, line 580

if strPMStatus = "1" then
^


here's a link to a text version
http://www.parrotlinks.com/inc_header.txt

any help much appreciated<

Dave
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 23 May 2005 :  15:27:38  Show Profile  Visit MarcelG's Homepage  Reply with Quote
Davecl ; you need to remove the &_ on line 579. (see red text below)
"          |" & vbNewline & _
<

portfolio - linkshrinker - oxle - twitter
Go to Top of Page

Davecl
Junior Member

United Kingdom
105 Posts

Posted - 23 May 2005 :  17:47:35  Show Profile  Visit Davecl's Homepage  Reply with Quote
thanks, will do <

Dave
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 22 June 2005 :  10:51:52  Show Profile  Visit NiteOwl's Homepage  Reply with Quote
Gareth - did I read this correctly? Have you made these changes in the last few days?

- Member adility to block other memers sending them PM's (taken from the block list MOD).
- Added a PM total into the header of every PM Page.
- Added extra admin options for admin to be able to read members PM's.


<

-=NiteOwl=-
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 09 July 2005 :  23:12:43  Show Profile  Visit golfmann's Homepage  Reply with Quote
Any chance of having the SAVE button and function added.
It was in Huw's older mod for past versions.

It's about perfect otherwise...<
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 20 July 2005 :  22:27:18  Show Profile  Visit golfmann's Homepage  Reply with Quote
I have members get logged out when they go to the pm inbox.

This happening to anyone else?<
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 31 July 2005 :  09:28:17  Show Profile  Visit golfmann's Homepage  Reply with Quote
Also have members reporting that while they are typing their message it disappears!
BUT it can be restored by hitting ctrl Z (Paste)
SO it seems at times it CUTS the message on its own!!

Anybody else experience this, and WTF?? lol

ANY help would be appreciated 1000 times over! <
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 03 August 2005 :  03:29:05  Show Profile  Visit NiteOwl's Homepage  Reply with Quote
Seems support for this MOD is now gone, unless someone wants to take it over. :( pity its pretty good. BTW, I have not been experiencing the problems you mentioned.
<

-=NiteOwl=-
Go to Top of Page

jamesdavis
Starting Member

USA
26 Posts

Posted - 15 August 2005 :  17:02:04  Show Profile  Visit jamesdavis's Homepage  Reply with Quote
A small problem exists with the existing PM code when reading Private Messages - the ICQ icon does not show. (I know, big deal!)

The problem is that the code goes to mirabalis each time to get the icon instead of using the one on the board and the mirabalis site is non-functional.

In privateread.asp at about line 206, the following:

<img src=""http://online.mirabilis.com/scripts/online.dll?icq=" & strMICQ & "&img=5"" height=""15"" width=""15"" alt=""Send " & strMName & " an ICQ Message"" border=""0"" align=""absmiddle"" hspace=""6"">


Should be replaced with:

" &getCurrentIcon(strIconICQ,"Send " & strMName & " an ICQ Message","align=""absmiddle"" hspace=""6""") &"
<
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 17 November 2005 :  13:32:37  Show Profile  Visit Doughnut's Homepage  Reply with Quote
quote:
Originally posted by GarethMoore1979
The reason why members are getting sent PM's even when they have their function switched off is because THE PERSON SENDING the PM has theirs turned on!
Its a glitch. It shouldnt happen I know.


Hello,
Just wondered if anyone has managed to make any headway with this problem?

Thanks..<
Go to Top of Page

Imperial Data
New Member

United Kingdom
92 Posts

Posted - 01 February 2006 :  18:50:10  Show Profile  Visit Imperial Data's Homepage  Reply with Quote
Interested too, it's too difficult for me but may be easy for a code guru!<
Go to Top of Page
Page: of 11 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07