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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 after smiley addon
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

agrecojr
Starting Member

6 Posts

Posted - 09 January 2004 :  01:02:02  Show Profile
For the most part everything installed fine. I have a couple of mods running including Polls. The probelm is after installing this my table got whacked out and I can't figure out what to do to fix it, any thoughts? I his the smiley table and still nothing

laser
Advanced Member

Australia
3859 Posts

Posted - 09 January 2004 :  01:08:38  Show Profile
You've got too many td tags on there, review your changes just before the line that displays "Screensize"
Go to Top of Page

agrecojr
Starting Member

6 Posts

Posted - 09 January 2004 :  01:22:21  Show Profile
Hrm... I checked. :/

vbNewLine & _
" <input name=""CAT_ID"" type=""hidden"" value=""" & strRqCatID & """>" & vbNewLine & _
" <input name=""Refer"" type=""hidden"" value=""" & replace(strRefer,"#","#") & """>" & vbNewLine & _
" <input name=""cookies"" type=""hidden"" value=""yes"">" & vbNewLine
'################################# Poll Mod #####################################
if Request.QueryString("poll") = "1" then
Response.Write " <input name=""poll"" type=""hidden"" value=""1"">" & vbNewLine & _
" <input name=""count"" type=""hidden"" value=""" & nCount & """>" & vbNewLine
end if
'################################################################################

if strRqMethod = "Edit" or strRqMethod = "EditTopic" or strRqMethod = "Forum" or strRqMethod = "EditForum" or _
strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _
strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
Response.Write " <tr>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """ noWrap vAlign=""top"" align=""right""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>Screensize:</b></font></td>" & vbNewLine & _
" <td bgColor=""" & strPopUpTableColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
" <select name=""SelectSize"" size=""1"" tabindex=""-1""
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 09 January 2004 :  01:25:56  Show Profile
even above that, it's somewhere between the table tag and the code you've pasted.
Go to Top of Page
  Previous Topic Topic Next Topic  
 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 0.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07