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.
Could more colors be added to our list of colors i.e. CRIMSON?
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
نوشته شده در
You're better off using hex - #DC143C
http://cloford.com/resources/colours/500col.htm
http://cloford.com/resources/colours/500col.htm
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
نوشته شده در
But that only works if HTML is enabled, correct?
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
نوشته شده در
نوشته شده در
Are there other ways to use the hex?
Should be red text
Should be red text
Should be red text
Should be red text
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
نوشته شده در
I was talking about using colors in the admin area in admin config colors. I don't know of a way to include hex in a forum post.
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
نوشته شده در
You have to modify 2 files. Just repeat the added line for any color you want to include.
"inc_func_common.asp"
"inc_post_buttons.asp"
"inc_func_common.asp"
Code:
Look for the following lines (appx 403-419):
fString = doCode(fString, "", "", "<font color=""red"">", "</font id=""red"">")
fString = doCode(fString, "", "", "<font color=""green"">", "</font id=""green"">")
fString = doCode(fString, "", "", "<font color=""blue"">", "</font id=""blue"">")
fString = doCode(fString, "", "", "<font color=""white"">", "</font id=""white"">")
fString = doCode(fString, "", "", "<font color=""purple"">", "</font id=""purple"">")
fString = doCode(fString, "", "", "<font color=""yellow"">", "</font id=""yellow"">")
fString = doCode(fString, "", "", "<font color=""violet"">", "</font id=""violet"">")
fString = doCode(fString, "", "", "<font color=""brown"">", "</font id=""brown"">")
fString = doCode(fString, "", "", "<font color=""black"">", "</font id=""black"">")
fString = doCode(fString, "", "", "<font color=""pink"">", "</font id=""pink"">")
fString = doCode(fString, "", "", "<font color=""orange"">", "</font id=""orange"">")
fString = doCode(fString, "", "", "<font color=""gold"">", "</font id=""gold"">")
fString = doCode(fString, "[beige]", "[/beige]", "<font color=""beige"">", "</font id=""beige"">")
fString = doCode(fString, "", "", "<font color=""teal"">", "</font id=""teal"">")
fString = doCode(fString, "", "", "<font color=""navy"">", "</font id=""navy"">")
fString = doCode(fString, "", "", "<font color=""maroon"">", "</font id=""maroon"">")
fString = doCode(fString, "", "", "<font color=""limegreen"">", "</font id=""limegreen"">")
Below those, insert the following:
fString = doCode(fString, "[crimson]", "[/crimson]", "<font color=""crimson"">", "</font id=""crimson"">")
Code:
Look for the following lines (appx 75-88):
" <option style=""color:black"" value=""black"">Black</option>" & vbNewLine & _
" <option style=""color:red"" value=""red"">Red</option>" & vbNewLine & _
" <option style=""color:yellow"" value=""yellow"">Yellow</option>" & vbNewLine & _
" <option style=""color:pink"" value=""pink"">Pink</option>" & vbNewLine & _
" <option style=""color:green"" value=""green"">Green</option>" & vbNewLine & _
" <option style=""color:orange"" value=""orange"">Orange</option>" & vbNewLine & _
" <option style=""color:purple"" value=""purple"">Purple</option>" & vbNewLine & _
" <option style=""color:blue"" value=""blue"">Blue</option>" & vbNewLine & _
" <option style=""color:beige"" value=""beige"">Beige</option>" & vbNewLine & _
" <option style=""color:brown"" value=""brown"">Brown</option>" & vbNewLine & _
" <option style=""color:teal"" value=""teal"">Teal</option>" & vbNewLine & _
" <option style=""color:navy"" value=""navy"">Navy</option>" & vbNewLine & _
" <option style=""color:maroon"" value=""maroon"">Maroon</option>" & vbNewLine & _
" <option style=""color:limegreen"" value=""limegreen"">LimeGreen</option>" & vbNewLine & _
Below those, insert the following:
" <option style=""color:crimson"" value=""crimson"">Crimson</option>" & vbNewLine & _
نوشته شده در
OH MY! You are simply WONDERFUL!!!
Thank you SO MUCH!!! I can hardly wait to try it!!
I'll let you know as soon as I do though.
Thank you SO MUCH!!! I can hardly wait to try it!!
I'll let you know as soon as I do though.
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
نوشته شده در
I'm about to begin this add-on with the colors and I have a question, if there's anyone out there.
Okay, when you're in 'reply to topic' and you click on the little drop-down arrow to choose a color. . .is there a way I could make just that small amount of background a different color? Maybe a gray or something that would just make the colors show up a little better? Just the area behind the colors. . .
Okay, when you're in 'reply to topic' and you click on the little drop-down arrow to choose a color. . .is there a way I could make just that small amount of background a different color? Maybe a gray or something that would just make the colors show up a little better? Just the area behind the colors. . .
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
نوشته شده در
You could probably do it with a little CSS, but it would be hard to find a colour that doesn't make one or more of the names hard to read. That's one of the problems with putting the colour name in it's colour.
نوشته شده در
I played around with admin_config_colors.asp the other day and thought I had found a way of doing this, but alas my efforts were in vain!
Just a FYI with the image above. Near the bottom of that is actually a graphic I created to make it CLEAR to the members just where they needed to click in order to upload a pic. That's just another reason why it bugs me that I can't figure out how to change the background of the little color drop-down menu! I can usually do this!! (lol)
Just a FYI with the image above. Near the bottom of that is actually a graphic I created to make it CLEAR to the members just where they needed to click in order to upload a pic. That's just another reason why it bugs me that I can't figure out how to change the background of the little color drop-down menu! I can usually do this!! (lol)
"Do all the good you can, by all the means you can, in all the ways you can, at all the times you can, to all the people you can, as long as ever you can." - John Wesley
Email Member
Message Member
Post Moderation
بارگزاری فایل
If you're having problems uploading, try choosing a smaller image.
پیشنمایش مطلب
Send Topic
Loading...