Author |
Topic |
Tmpj
Junior Member
Denmark
467 Posts |
Posted - 02 November 2002 : 13:08:51
|
quote: Originally posted by terryp
Nice easy instal, works fine; just one comment, the pager itself isn't finding the images?
You can have a look here if you like....... http://mainplace.co.uk/forum
Hey Nice Forum!!! < |
|
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 03 November 2002 : 05:01:51
|
Blimey havvoc, don't stop! This is how we all learn and you've done a grand job of fixing what's been found to be wrong. You've taken something and made it work for all us poor code na na's who wouldn't have the pager back at all, so thank you for your work and sharing it with us the same as the rest of this terrific community.
Tmpj, thank you. It's a new one and will take a time to get out there but I hope it's a concept that's needed. < |
|
|
|
randykirkpatrick
New Member
73 Posts |
Posted - 03 November 2002 : 08:18:18
|
One question is there any readme Doc. How do you add the PM PAGER link?< |
Thank you Randy K |
Edited by - randykirkpatrick on 03 November 2002 08:20:18 |
|
|
terryp
Junior Member
United Kingdom
174 Posts |
|
terryp
Junior Member
United Kingdom
174 Posts |
Posted - 03 November 2002 : 18:36:39
|
You'll have to get the missus one of her own, it's how we survive in this house. You must let us try out your mods havvoc, it's how things get developed and one thing I've learnt using snitz is the willingness of others to help out, it's what makes the product so great.< |
|
|
|
jkmcgrath
Junior Member
USA
145 Posts |
Posted - 07 November 2002 : 22:07:29
|
I would love to have it havvoc. Where can I get it at?
You can e-mail it to me if you like. or upload it at my forum. Whatever you prefer is great by me.
Thanks for all the mods and work you do for us coding challenged individuals < |
Delta Force Seals |
|
|
Komarowsky
Starting Member
9 Posts |
Posted - 29 December 2002 : 08:21:16
|
Link for download is not working.< |
|
|
shaft
Starting Member
United Kingdom
42 Posts |
Posted - 24 January 2003 : 04:03:36
|
Do I have to have Private messages mod by @tomic installed to use this or is it something different and if so which version should I have installed.< |
|
|
Jeepers Ron
New Member
USA
95 Posts |
Posted - 26 January 2003 : 11:01:36
|
Thanks for the Mod Havvoc I added it to my Serverhacker molded forum so I made a change.
Files reworked were; inc_header.asp & privatemess.asp
I downloaded your PM Pager files from here Zipped_files
I added this to your instructions, I hope you don't mind. PM_Pager_instructions.txt< |
Jeeper from Michigan
|
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 27 January 2003 : 11:54:33
|
Wee tweak: Alphabetically order the member's names in the pager window pm_pop_pager2.asp line 73-75
strSql = "SELECT ME.MEMBER_ID, ME.M_NAME, ME.M_AUHIDE, ME.M_LEVEL " & _
"FROM " & strTablePrefix & "ACTIVE_USERS AU, " & strMemberTablePrefix & "MEMBERS ME " & _
"WHERE AU.MEMBER_ID = ME.MEMBER_ID ORDER BY ME.M_NAME"
How about a toggle/cookie for the sound notification/auto-open of new message and the window refresh time?< |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 27 January 2003 : 12:10:47
|
hmm...seems to be a bit of a problem:
Step to replicate: open the pager, set it to 30 seconds refresh, head to your active.asp (set to something like 5 minute refresh). Click 'mark all messages read' on active.asp then the page refresh time re-sets to 'never refresh'.
Close down the pager window then active.asp remembers the page refresh time no problem.
(same cookie being re-used?)
Edit: I'm using Serverhacker's site v7< |
Edited by - Chuck McB on 27 January 2003 12:12:46 |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 27 January 2003 : 19:28:37
|
Renaming the cookie seems to fix it:
<%
'## Do Cookie stuffs with reload
nRefreshTime = Request.Cookies(strCookieURL & "PMReload")
if Request.form("cookie") = "1" then
if strSetCookieToForum = 1 then
Response.Cookies(strCookieURL & "PMReload").Path = strCookieURL
end if
Response.Cookies(strCookieURL & "PMReload") = Request.Form("RefreshTime")
Response.Cookies(strCookieURL & "PMReload").expires = strForumTimeAdjust + 365
nRefreshTime = Request.Form("RefreshTime")
end if
if nRefreshTime = "" then
nRefreshTime = 6
end if
%>
Edit: that's in pm_pop_pager2.asp line 22 - 38< |
Edited by - Chuck McB on 27 January 2003 19:29:29 |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 27 January 2003 : 22:23:04
|
2.1 Seems to have been made by mvaughn< |
|
|
Topic |
|