When i add the line
{vb:cssfile forumbits.css,forumhome.css,widgets.css,sidebar.cs s,options.css,tagcloud.css}
to WIKIFORUMHOME I get an error:
Quote:
Fatal error: Uncaught exception 'Exception' with message 'Unable to find a class to validate: vB_TemplateParser_Curlycssfile' in /home/sylithr/public_html/GALACTICCONTROL.COM/includes/class_template_parser.php:1083 Stack trace: #0 /home/sylithr/public_html/GALACTICCONTROL.COM/includes/class_template_parser.php(1019): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array) #1 /home/sylithr/public_html/GALACTICCONTROL.COM/includes/adminfunctions_template.php(2863): vB_TemplateParser->validate(Array) #2 /home/sylithr/public_html/GALACTICCONTROL.COM/admincp/template.php(2121): compile_template('??{vb:stylevar ...') #3 {main} thrown in /home/sylithr/public_html/GALACTICCONTROL.COM/includes/class_template_parser.php on line 1083
|
The other CSS elements in additional.css work fine though.
EDIT: I used the following code and it fixed the problem with the sidebar:
Quote:
<vb:if condition="$vboptions['storecssasfile']">
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}forumhome-rollup.css" />
<vb:else />
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}forumbits.css,forumhome.css,tagcloud.css " />
</vb:if>
|
Now i just need ot get it working with VBa