First class, this should help us a lot...
Thanks for your time Dave |
As of today's date, is this article accurate to include 4.2 ?
|
best post i've read so far....great job! Thank you for this informative post! :up:
|
Quote:
|
no probs with vb4.2.0 PL3 regarding these instructions that i've personally encountered so far
|
Quote:
|
hi TheLastSuperman,
I tried changing the min-height in the .doc_header of vbulletin-chrome.css but it dos not reflect the changes after saving . any idea as to why? |
Hey Supes,
your thread has been invaluable and I thank you HUGE for it!, I was wondering thou.. if you take a look at my forum www.autismfamilyforums.com you will notice the crowd in my header, and the space between the bottom of them... I would like to know why that is there?, and how can I get the crowd to sit on the nav bar? Thanks in advance.. Don PS: I am a HUGEEEE Superman fan myself... and work in comics... look me up on facebook. https://www.facebook.com/JediColourist |
[IMG]http://i117.photobucket.com/albums/o...ps4ebb1a5d.png[/IMG]
Where do I change the Text colour I have circled and with happy face, I have looked everywhere and I can't seem to find where it is :) Thanks Don |
Quote:
Code:
#welcomemessage { Code:
#pagetitle h1, #welcomemessage { It's the top half i.e. the page title that is the issue, if you modify that via css per the bottom example above it changes on all pages not simply forumhome (which we will assume you do not want to do, only make the change on forumhome naturally) so you can at this point either: 1) Modify the template and specify the css via style="css here;" example: Edit the FORUMHOME template and find: Code:
<div id="pagetitle"> Change to: Code:
<div id="pagetitle" style="color:#ff4400 !important;"> OR 2) Make a plugin for this: AdminCP > Plugins & Products > Add New Plugin Product: vBulletin Hook location: parse_templates Title: Custom Style Changes Execution Order: 5 PHP Code:
Change the STYLEID == 1 i.e. change the 1 to the styleid # of the style you are changing this in otherwise it will change in all styles not just the one in question you're working on ;). So it's either option 1 or 2, option one means one less plugin on your site, option two is not technically css correct in a sense i.e. they say its best to use id="cssid" or class="cssclass" instead of style="css code here directly" but imho that's better than a plugin parsing/checking etc but the choice is up to you ;). |
All times are GMT. The time now is 08:10 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|