Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Anony posting by Dora Moon
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 3

golfmann
Junior Member

United States
450 Posts

Posted - 10 June 2003 :  10:17:15  Show Profile  Visit golfmann's Homepage
Showers of blessings on you!!

Thank you very much!!!

(seems fine now)
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 12 June 2003 :  00:28:25  Show Profile  Visit golfmann's Homepage
ONe more problem...
I have the following mod in my ACTIVE.ASP file:
'### Start modified 'Mark All Read' code
If recActiveTopicsCount <> "" and (mLev > 0) then
Response.Write " <form name=""MarkRead"" action=""active.asp"" method=""post"">" & vbNewline & _
" <table border=""0"" width=""100%"" cellspacing=""0"" cellpadding=""0"" align=""center"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td valign=""bottom"">" & vbNewline & _
" <input type=""hidden"" name=""AllRead"" value=""Y"">" & vbNewline & _
" <input type=""hidden"" name=""BuildTime"" value=""" & DateToStr(strForumTimeAdjust) & """>" & vbNewline & _
" <input type=""hidden"" name=""Cookie"" value=""2"">" & vbNewLine
if strGfxButtons = "1" then
Response.Write "   <acronym title=""Mark all topics as read""><input type=""image"" src=""" & strImageUrl & "images/button_mark_all_read.gif"" value=""Mark all read"" id=""submit1"" name=""Mark all topics as read"" border=""0""" & dWStatus("Mark all topics as read") & " tabindex=""-1""></acronym></td>" & vbNewLine
else
Response.Write " <input type=""submit"" value=""Mark all read"" id=""submit1"" name=""Mark all topics as read"" tabindex=""-1""></td>" & vbNewLine
end if
Response.Write " </tr>" & vbNewLine & _
" </table>" & vbNewLine & _
" </form>" & vbNewline
End if
'### End modified 'Mark All Read' code


the
& "images/button_mark_all_read.gif"" shows as a red x now...

do you see anything that could be doing this?
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 12 June 2003 :  07:37:16  Show Profile
hi~ golfmann,
if the icon/image become to a red X.. usually it just mean a wrong image URL reference.

<input type=""image"" src=""" & strImageUrl & "images/button_mark_all_read.gif"" value=""Mark all read"" id=""submit1"" name=""Mark all topics as read"" border=""0""" & dWStatus("Mark all topics as read") & " tabindex=""-1"">

i think you should remove above line images/
we've already defined the default images directory strImageUrl on Admin Section.

unless you've moved all icon images to /images sub-folder by yourself, otherwise the default images folder should be the same with other .asp files by default Snitz setting.
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 12 June 2003 :  09:43:54  Show Profile  Visit golfmann's Homepage
hmmmmmmm
Well, I of course, knew all that, but the thing is, it was WORKING before I did your mods... (So I blamed you)

I tried what you said and of course, it works! lol
(but HOW was it working before)???

hmmmmmmmm

Thanks again!
Go to Top of Page

golfmann
Junior Member

United States
450 Posts

Posted - 26 June 2003 :  09:18:01  Show Profile  Visit golfmann's Homepage
You might want to mention altering the FAQ.asp page also if so inclined...
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.09 seconds. Powered By: Snitz Forums 2000 Version 3.4.07