No luck on marquee or swf stuff yet.
Originally posted by Heynow777Done and the zip file has been updated! Just redownload and replace the inc_func_pager.asp file. I tested almost all the text formatting and smiles and they are working ok now
It's a nice mod, just hope to get the emoticons working.
You must have replied with a quote, I just found that bug, I updated the zip and just redownload and replace all the asp files. You cure one thing and it causes another! This all works except if you reply<
with a quote that contains images it will disply the html to the other
person.
Originally posted by terrypHey Nice Forum!!!
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
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"
<%
'## 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
%>