The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problem with changing colors in posts
Guys, not sure what my problem is so hopefully someone can help me here. On our site when you do a new post, we can't change the color of the font. When we select the A pull down, it won't pull down and shows as blank.
Any ideas why or how to fix this? Thanks! |
#2
|
||||
|
||||
Sounds like a template issue maybe... try using the default style and see if you still have the problem.
|
#3
|
|||
|
|||
Hmm I can't seem to change the template. As it won't go to defaults to resolve it. Any more help would be great? Here are two screen shots on what I am seeing.
|
#4
|
|||
|
|||
Okay update. It is somewhere in the headinclude that somehow is making my text editor box not working properly. Anyone see anything in here that would cause it.
It's only in the headinclude that does it. Here is a new copy and paste of it. <meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" /> <meta name="generator" content="vBulletin $vboptions[templateversion]" /> <if condition="$show['threadinfo']"> <meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" /> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" /> <else /> <if condition="$show['foruminfo']"> <meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" /> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" /> <else /> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" /> </if> </if> <!-- CSS Stylesheet --> $style[css] <if condition="is_browser('opera') AND !is_browser('opera', '8.0.1')"> <style type="text/css"> ul, ol { padding-left:20px; } </style> </if> <!-- / CSS Stylesheet --> <script type="text/javascript" src="$stylevar[yuipath]/yahoo-dom-event/yahoo-dom-event.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript" src="$stylevar[yuipath]/connection/connection-min.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript"> <!-- var SESSIONURL = "$session[sessionurl_js]"; var SECURITYTOKEN = "$bbuserinfo[securitytoken]"; var IMGDIR_MISC = "$stylevar[imgdir_misc]"; var vb_disable_ajax = parseInt("$vboptions[disable_ajax]", 10); // --> </script> <script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script> <if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if> <if condition="$vboptions['externalrss']"> <link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" /> <if condition="$show['foruminfo'] OR $show['threadinfo']"> <link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$forumin fo[forumid]" /> </if> </if> <link rel="shortcut icon" href="http://www.zsport.org/favicon.ico" /> |
#5
|
||||
|
||||
Please use the code tags when posting code.
Go to edit your template and hit View History > Compare. You should then be able to compare your template to the default template and find the problem. |
#6
|
|||
|
|||
I am sorry but I am unfamiliar with what you mean by using the code tags? I am not real good with the code and wanted some assistance on figuring out why this is happening. I have compared them side by side but dunno what part of the extra code would cause this.
|
#7
|
||||
|
||||
She means you should post code snippets in between [code] and[/code] BB Codes, or press the # sign button on the editor and paste code between the tags, it makes it much easier for others to read- just something to know in the future if asking for help.
Code:
It makes your text look like this. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|