The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
x<
Last edited by havvoc on 04 February 2003, 22:09
Posted
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
<
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
Posted
Link for download is not working.<
Posted
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.<
Posted
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<
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<
Posted
Wee tweak: Alphabetically order the member's names in the pager window
pm_pop_pager2.asp
line 73-75
How about a toggle/cookie for the sound notification/auto-open of new message and the window refresh time?<
pm_pop_pager2.asp
line 73-75
Code:
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?<
Posted
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<
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<
Last edited by Chuck McB on 27 January 2003, 12:12
Posted
Renaming the cookie seems to fix it:
Edit: that's in pm_pop_pager2.asp line 22 - 38<
Code:
<%
'## 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<
Last edited by Chuck McB on 27 January 2003, 19:29
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...
