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
 Little problem with colors
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jgs
New Member

Netherlands
95 Posts

Posted - 29 January 2009 :  17:14:43  Show Profile
I've a little problem with colors. I have a color setup I like (and since these are our colors, little choice).
The bug reporter has this peace of code:
Response.Write  "<table width=""50%"" border=""1"" align=""center"">" & vbNewLine & _
        "   <tr>" & vbNewLine & _
        "       <td align=""center"" bgcolor=""" & strHeadCellColor & """ width=""100%"">" & vbNewLine & _
        "           <font color=""" & strDefaultFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>Bedankt voor uw foutmelding!" & vbNewLine & _
        "           </font>" & vbNewLine & _
        "       </td>" & vbNewLine & _
        "   </tr>" & vbNewLine & _
        "   <tr>" & vbNewLine & _
        "       <td align=""center"" bgcolor=""" & strForumCellColor & """ width=""100%"">" & vbNewLine & _
        "           <font color=""" & strForumFontColor & """ face=""" & strForumFontFace & """ size=""" & strForumFontSize & "" & str_err_Msg & """>" & vbNewLine & _
        "           </font>" & vbNewLine & _
        "       </td>" & vbNewLine & _
        "   </tr>" & vbNewLine & _
        "   <tr>" & vbNewLine & _
        "       <td align=""center"" bgcolor=""" & strCColor & """ width=""100%"">" & vbNewLine & _
        "           <a href=""JavaScript:history.go(-2);"">Bedankt voor uw melding. Klik hier als U niet automatisch terug gaat naar de startpagina." & vbNewLine & _
        "           </a>" & vbNewLine & _
        "           <meta http-equiv=""Refresh"" content=""3; URL=default.asp"">" & vbNewLine & _
        "       </td" & vbNewLine & _
        "   </tr>" & vbNewLine & _
        "</table>" & vbNewLine


Unfortunately this means that the first line of text output gets the same color, so no text. (That's why I repeat the sentence)
I would like to change the colorsceme into the same as the category header. Which variables should I use?

<moved from="Help: General / Current Version (v3.4.xx)" by="Shaggy" /><

Info about my forum: http://www.govvd.nl/forumsoftware.htm list of Mods included.
Most of userinterface translated into Dutch.

Edited by - Shaggy on 30 January 2009 05:14:14

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 29 January 2009 :  18:29:29  Show Profile
Change this line:

        "           <font color=""" & strForumFontColor & """ face=""" & strForumFontFace & """ size=""" & strForumFontSize & "" & str_err_Msg & """>" & vbNewLine & _
to say:
		"			<font color=""" & strForumFontColor & """ face=""" & strForumFontFace & """ size=""" & strForumFontSize & """>"  & str_err_Msg & vbNewLine & _


That will fix your missing error message issue. As for the colors, you can experiment. Try these variables for the backgrounds:
strTableBorderColor
strHeadCellColor
strCategoryCellColor
strForumCellColor
strForumFirstCellColor
strSiteBGColor
CColor

Try these variables for the fonts:
strCategoryFontColor
strHeadFontColor
strForumFontColor
strAltForumCellColor
strDefaultFontColor

<
Go to Top of Page

jgs
New Member

Netherlands
95 Posts

Posted - 30 January 2009 :  00:15:09  Show Profile
Ok, thanks. Again. ;-)<

Info about my forum: http://www.govvd.nl/forumsoftware.htm list of Mods included.
Most of userinterface translated into Dutch.
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 30 January 2009 :  01:15:39  Show Profile
Any time.<
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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07