Add additional_css.css to all your pages
Instead of finding the template.css file to edit the .css properties for your pages, just put them all in this additional_css.css template. The additional_css.css file is linked right before the </head> in your page. This is for use until this is made standard in the vb product (I put in a bug report requesting this be included - http://www.vbulletin.com/forum/project.php?issueid=32262).
Version History: 1.0 2009-11-22: - initial release by Lynne at vbulletin.org 1.1 2009-12-08: - fixed issue with style dateline not showing up. Fixed & issue (changes to &. added additional2_css.css file so the first additional_css file can be used in the parent style and then additional2_css used in the child styles. Notes - if you only want this included on certain pages, then you may open the plugin "Add addition_css.css file to pages" and put a condition around it, such as (this is for just the index page and the showthread page): PHP Code:
if (in_array(THIS_SCRIPT,array('index','showthread'))) {
. To install: 1. Import product-product-lynne_add_css.xml 2. Add any additional css you want to add to the page in your additional_css.css template. To uninstall: 1. Uninstall "Add additional css to your style" Please mark if you use this. Download
Add Additional CSS.zip (3.0 KB, 221 downloads) |
Similar Mods
GTCustom Pages - Create Custom Pages With Ease | vBulletin 3.5 Add-ons |
BB Code Enhancements Custom User Pages - Users make pages using html/bbcode on any template safely | vBulletin 3.8 Add-ons |
Password protect non vb pages (e.g. for admin pages) | vBulletin 3.0 Beta Releases |