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

Bassman
Junior Member

Netherlands
256 Posts

Posted - 01 November 2004 :  10:39:40  Show Profile  Visit Bassman's Homepage  Reply with Quote
quote:
Originally posted by Jake 18

I have read through about 14 pages on this topic, and was wondering (maybe I missed it) if it is possible to have a popup when a new PM is recieved??



Jake, I riped it out of my code and here is the PM pager:

Download: pager.zip
5.18 KB

Hope you and some people can use it. Note: its not my code and I have no idea where its from. Its some years old and still works nice, so credits are not mine.<
Go to Top of Page

FarmGalTN
Starting Member

3 Posts

Posted - 01 November 2004 :  13:00:56  Show Profile  Reply with Quote
I followed all the directions and am getting this error:
Syntax error

/forums/inc_header.asp, line 277

' Get Private Message count for display
^

What did I do wrong?

Patti
<
Go to Top of Page

FarmGalTN
Starting Member

3 Posts

Posted - 01 November 2004 :  13:09:17  Show Profile  Reply with Quote
Nevermind. It was a duh-huh error on my part. I entered the code twice.

Patti<
Go to Top of Page

cshurley
Starting Member

USA
10 Posts

Posted - 01 November 2004 :  15:56:49  Show Profile  Reply with Quote
Jake, thanks that solved the problem<
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 01 November 2004 :  18:19:16  Show Profile  Reply with Quote
I have just updated the mod to version 3.5.05. In this version I have added the ability for members to send a private message 'to all moderators and admin'. This could be helpfull for a member to alert moderators of a disruptive post. (code changes in privatesend.asp and privatesend_info.asp)

thanks!<
Go to Top of Page

Trefenwyd
Starting Member

Italy
31 Posts

Posted - 01 November 2004 :  19:08:35  Show Profile  Visit Trefenwyd's Homepage  Reply with Quote
quote:
Originally posted by GarethMoore1979
any problems yolu cant figure out, just let me know!



Well, i did as u said and it seems to work but when i modify inc_header.asp (to have the link to new PM) i got this syntax error:

/forum/inc_header.asp, line 543

if strPMStatus = "1" then
^

where am i wrong?<
Go to Top of Page

Trefenwyd
Starting Member

Italy
31 Posts

Posted - 01 November 2004 :  19:55:06  Show Profile  Visit Trefenwyd's Homepage  Reply with Quote
here is the exact code...where is the error?

If strPMStatus = "1" then
Response.Write " <a href=""pm_view.asp""" & dWStatus("Check Your Private Messages...") & " tabindex=""-1""><acronym title=""Check Your Private Messages..."">Private Messages"
if pmcount > 0 then
Response.Write "(<font color=""" & strActiveLinkColor & """><b>" & pmcount & " New</b></font>)"
Response.Write "</acronym></a>" & vbNewline & _
" |" & vbNewline
end if
Response.Write " <a href=""search.asp"
end if<

Edited by - Trefenwyd on 01 November 2004 20:01:01
Go to Top of Page

Jake 18
New Member

99 Posts

Posted - 01 November 2004 :  20:30:25  Show Profile  Reply with Quote
quote:
Originally posted by Bassman

quote:
Originally posted by Jake 18

I have read through about 14 pages on this topic, and was wondering (maybe I missed it) if it is possible to have a popup when a new PM is recieved??



Jake, I riped it out of my code and here is the PM pager:

Download: pager.zip
5.18 KB

Hope you and some people can use it. Note: its not my code and I have no idea where its from. Its some years old and still works nice, so credits are not mine.



Cool, Thanks!!<
Go to Top of Page

Trefenwyd
Starting Member

Italy
31 Posts

Posted - 02 November 2004 :  04:37:02  Show Profile  Visit Trefenwyd's Homepage  Reply with Quote
i did it on my own! now it seems to work fine!

thanks again!

2 things i suggest to add to this great mod...

1) ability to insert user signature when composing PM
2) popup when new PM is received<
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 02 November 2004 :  05:43:37  Show Profile  Reply with Quote
<
Go to Top of Page

FarmGalTN
Starting Member

3 Posts

Posted - 02 November 2004 :  10:37:18  Show Profile  Reply with Quote
When I go to Private Messages - members inbox, it is directing me to the file: admin_membersinbox.asp - which doesn't exist. I downloaded the mod again and can't find it. Where is it? Thanks.

Patti<
Go to Top of Page

Jake 18
New Member

99 Posts

Posted - 03 November 2004 :  22:26:12  Show Profile  Reply with Quote
Hmmm, it takes me to PM_view.asp....<
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 06 November 2004 :  08:07:29  Show Profile  Reply with Quote
quote:
Originally posted by FarmGalTN

When I go to Private Messages - members inbox, it is directing me to the file: admin_membersinbox.asp - which doesn't exist. I downloaded the mod again and can't find it. Where is it? Thanks.

Patti




ah....you have uploaded the 'admin_home.asp' page from my EXAMPLES folder.
go into 'admin_home.asp' and change the link 'admin_membersinbox.asp' to 'admin_pmmaint_index.asp'

and that will work!<
Go to Top of Page

Saberfang
Starting Member

5 Posts

Posted - 24 November 2004 :  16:13:08  Show Profile  Reply with Quote
hello I fixed my previous error a little while back but now I have some more.
_______________________________________________________________
when trying to read a topic:

Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/TheKhalaiislesForum/topic.asp, line 113



when going into the admin section:

Microsoft VBScript compilation error '800a0400'

Expected statement

/TheKhalaiislesForum/admin_home.asp, line 141

" <LI><span class=""spnMessageText""><a href=""admin_pmmaint.asp"">Private Messages: Maintenance</a></span></LI>" & vbNewLine & _
^
_____________________________________________________________

Also I downloaded Snitz Forum 2000 a little while ago and was wondering if I already had the active user mod because I didn't install the mod myself so I didn't do any of the stuff for it in the PM read me file. So I don't know if I need to do it or not any help would be nice thanks.<
Go to Top of Page

Neilr
Junior Member

Australia
107 Posts

Posted - 27 November 2004 :  18:41:55  Show Profile  Visit Neilr's Homepage  Reply with Quote

quote:
Originally posted by GarethMoore1979

I have just updated the mod to version 3.5.05. In this version I have added the ability for members to send a private message 'to all moderators and admin'. This could be helpfull for a member to alert moderators of a disruptive post. (code changes in privatesend.asp and privatesend_info.asp)

thanks!



Hi,

I have already installed 3.5.04 but now would like the above feature.

Do I need to re-install or can I just update the two files above?

Cause I did this (updated the two files)and nothing happened? If you could point me in the right direction I would be grateful.

Cheers

Neil.
<

Edited by - Neilr on 27 November 2004 19:29:05
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.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07