Author |
Topic |
Bassman
Junior Member
Netherlands
256 Posts |
Posted - 01 November 2004 : 10:39:40
|
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.< |
|
|
FarmGalTN
Starting Member
3 Posts |
Posted - 01 November 2004 : 13:00:56
|
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 < |
|
|
FarmGalTN
Starting Member
3 Posts |
Posted - 01 November 2004 : 13:09:17
|
Nevermind. It was a duh-huh error on my part. I entered the code twice.
Patti< |
|
|
cshurley
Starting Member
USA
10 Posts |
Posted - 01 November 2004 : 15:56:49
|
Jake, thanks that solved the problem< |
|
|
GarethMoore1979
Junior Member
United Kingdom
220 Posts |
Posted - 01 November 2004 : 18:19:16
|
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!< |
|
|
Trefenwyd
Starting Member
Italy
31 Posts |
Posted - 01 November 2004 : 19:08:35
|
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?< |
|
|
Trefenwyd
Starting Member
Italy
31 Posts |
Posted - 01 November 2004 : 19:55:06
|
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 |
|
|
Jake 18
New Member
99 Posts |
Posted - 01 November 2004 : 20:30:25
|
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!!< |
|
|
Trefenwyd
Starting Member
Italy
31 Posts |
Posted - 02 November 2004 : 04:37:02
|
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< |
|
|
GarethMoore1979
Junior Member
United Kingdom
220 Posts |
Posted - 02 November 2004 : 05:43:37
|
< |
|
|
FarmGalTN
Starting Member
3 Posts |
Posted - 02 November 2004 : 10:37:18
|
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< |
|
|
Jake 18
New Member
99 Posts |
Posted - 03 November 2004 : 22:26:12
|
Hmmm, it takes me to PM_view.asp....< |
|
|
GarethMoore1979
Junior Member
United Kingdom
220 Posts |
Posted - 06 November 2004 : 08:07:29
|
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!< |
|
|
Saberfang
Starting Member
5 Posts |
Posted - 24 November 2004 : 16:13:08
|
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.< |
|
|
Neilr
Junior Member
Australia
107 Posts |
Posted - 27 November 2004 : 18:41:55
|
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 |
|
|
Topic |
|