Version 4.x of this template for vB4 uses no tables instead i decided to use CSS3 border-image, unfortunately Internet Explorer does not support border-image so the left and right border will not appear in IE, i added the top and bottom borders in IE with <!--[if IE]>
If you change the size of the logo (vbulletin4_logo.png) you will need to edit the header template and change the width to keep the logo centered perfectly:
In version 4.2.5 the border code was replaced to work with newer CSS3, with the older code the borders would not show in many browsers.
If anybody finds any bugs or needs support please post in this thread and not via private message. Thank you
ZIP Contents:
-Darkness image directory
-darkness.xml
-ButtonPSDs.zip
-readme_install.txt
Awesome glad u got it sorted mate
Dunno why sometimes the vB upgrader makes the ad templates red.
Quote:
Originally Posted by iyama
Sean, 1 warning in editor.css
Code:
Your Customized Value
}
.formcontrols .blockrow.texteditor textarea {
background-color: #000;
Old Default Value
New Default Value
background: {vb:stylevar editor_background};
}
Your Customized Value
.formcontrols .blockrow.texteditor textarea:focus {
background-color: #1a1a1a;
}
Old Default Value
.formcontrols .blockrow.texteditor textarea:focus {
background-color: #FFFFFF;
}
New Default Value
.editor_smiliebox {
float:{vb:stylevar right};
width:{vb:math {vb:raw vboptions.smcolumns} * ({vb:stylevar editor_smiliebox_smiliesize} + 5)};
height:200px;
_background-color:{vb:stylevar editor_background.backgroundColor};
_border:solid 1px {vb:stylevar mid_border.borderColor};
padding:0 3px 3px 3px;
}
AND:
}
Your Customized Value
Old Default Value
New Default Value
.cke_skin_kama .cke_dialog .smiley_page {
overflow:auto;
}
.cke_skin_kama .cke_dialog .smiley_category {
padding:5px;
}
Now that the editor uses more of the stylevars, it is fine to revert this template.
For some reason the editor toolbar isn't showing for the quick reply or advanced reply. I am using version 4.1.8. Thank you in advance for any support.
For some reason the editor toolbar isn't showing for the quick reply or advanced reply. I am using version 4.1.8. Thank you in advance for any support.
Do you have any template notices when you sign into your admincp mentioning out of date templates?
Do you have any template notices when you sign into your admincp mentioning out of date templates?
Yes. -
editor_contents.css
Code:
Your Customized Value
color: #fff;
background:{vb:stylevar editor_background};
Old Default Value
color: #222;
/* Remove the background color to make it transparent */
background-color: #fff;
/*background-color:{vb:stylevar wysiwyg_textbox_background.backgroundColor};*/
New Default Value
color: #222;
background:{vb:stylevar editor_background};
And
editor.css
Code:
Your Customized Value
}
.formcontrols .blockrow.texteditor textarea {
background-color: #000;
Old Default Value
New Default Value
background: {vb:stylevar editor_background};
}
Your Customized Value
.formcontrols .blockrow.texteditor textarea:focus {
background-color: #1a1a1a;
}
Old Default Value
.formcontrols .blockrow.texteditor textarea:focus {
background-color: #FFFFFF;
}
New Default Value
Your Customized Value
Old Default Value
New Default Value
.cke_skin_kama .cke_dialog .smiley_page {
overflow:auto;
}
Just going to try to attach some screenshots to show what happened. The picture with the ugly red "test domain" background is my test domain, after attempting to merge the blog and cms style files into the theme. The clean background is my live site still running 4.1.4, and this is what the 4.1.7 theme's layout looked like before the merge.
I get this same result on my test board with my custom grids only. Default grids are fine.
Where do I import the XML's for the Blog and CMS? It's stumping me. I run 4.1.8 and have hte 4.1.8 skin on my forum, but for some reason user profiles still show up a little strange with blue-colored text links and hard-to-read portions of the site. I'm hoping installing the blog/CMS things will fix them.