![]() |
1 Attachment(s)
Hi
On this style below I cant get a simple border around the header or navbar using the style vars any help? http://www.lostoppos.co.uk/testvb/ |
Quote:
Edit vbulletin-chrome.css and find: Code:
.above_body { Code:
.above_body { |
Thats perfect.
Thank you for your help. |
I have managed to change something that u cant seem to recitify.i have revereted all file taht i can find that have been altered (wasnt much) and it still doing this even after clearning cache.
It only does it to threads that have attachments https://vborg.vbsupport.ru/external/2012/01/38.png and it seems to have affected the boxes when i do a "New Posts" search. https://vborg.vbsupport.ru/external/2012/01/39.png |
Quote:
|
1 Attachment(s)
Hi
Great write up helped a lot, I've found the stylevars to be much easier to use then editing templates, as I know nothing about editing templates or css etc. I have one last thing to do on our test site before we move, I would like to insert this image below into the forumhome on vb4 like it is on vb3 is this possible? Regards, Dave |
Quote:
|
Hi
Thanks for the reply, I would like to add the fish logo plus the rounded corners. I couldn't get the colour to be the same for some reason using the stylevars. Is it possible to use the original css templates for this? We have no web designer now he's gone AWOL. Dave |
Quote:
Regards, Dave |
1 Attachment(s)
Quote:
Edit additional.css and try something along the lines of: Code:
.forumhead { Another method is editing the templates themselves that contain the forumhead <div> tags i.e. Edit forumhome_forumbit_level1_nopost and find: Code:
<li class="forumbit_nopost {vb:raw forum.statusicon} L1" id="cat{vb:raw forum.forumid}"> Code:
<li class="forumbit_nopost {vb:raw forum.statusicon} L1" id="cat{vb:raw forum.forumid}"> Code:
.forumimage { https://vborg.vbsupport.ru/attachmen...hmentid=136968 |
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 ;). |
Thanks, this thread should be stickied.
|
Wow! Great tutorial. This should prove an invaluable resource in the coming weeks.
Thanks so much for the info share! J. |
wow great post , thanks for all ur effort mate :)
|
Really helpful thread! Thanks dude!
|
Quote:
|
OK, I know this is an old(er) thread. But I had to post a big fat Thank You for the original post and the rest of this thread. It's inclusive and the only thing I could find that had so much information on creating/editing vBulleting Styles. So...
Thank you!! |
After few years I think this article is a reference. Time won't get rid of the content. Still helpful. Thank You.
|
I am going nuts and losing so much sleep over this issue.
We have 2 logos so rather than using a logo at all we are trying to make the header background image an image map. There are 2 places in this image I'd like to make hot links if you will. How exactly would I go about this and where? Is it even possible? Well actually I know it is because I sort of did it but it covered the toplinks. Your help would be GREATLY appreciated. I have included the locations of each and our url in case you need it. Thank you! Code:
<AREA SHAPE=rect COORDS="155,126,704,250" HREF="http://www.nolimitreef.com/index.php" ALT="Reef Aquarium Forum"> |
I would use a fluid three part div area... example:
Code:
<div class="placeholder"> |
Quote:
In Advertising; header1 and header2 locations do not work. The other locations do work for the same code. I used a JS simple banner rotator script in header2 and it didn't show. but when I tried it in other other locations it worked perfect. We'd really like header2 to work for our advertisers. Actually we'd love to have header1 and header2 stacked on the right and have seen it but can't find the code. If you could help with this issue or point me in the right direction I would appreciate it |
^ Try this - https://vborg.vbsupport.ru/showthread.php?t=228319
I forgot to find that link yesterday and share so here it is today lol! Needless to say.. tinker with that three part header until you get the gist of how it works then you can adjust it to make your logos appear :D. You can position them using css only UNLESS one little part of the banner is clickable OR for example if you had a banner ad... it was for advertising a repair shop and only the wrench in the mechanics hand was clickable then you would use an image map or another way to go about it but if the entire rectangular banner is supposed to be a link to their site or a page in question then its easier to make the entire banner clickable and you can position them where you want using css only and not even mess with all that map stuff or even need to open your program. *Don't forget, you can make a "child" style of another, then make changes there so the main style is not affected. |
Thank you, much appreciated!
|
very very useful thanks for share this all information
|
Thank you.
|
Still a fantastic article.
Unfortunately never seen before. Thank you :) |
1 Attachment(s)
I want to expand the width of some elements (to 100%), how would I go about doing this for the following areas?
Also, I want to expand the width of those general locations in the forumhome, showthread & showforum areas. Basically, (almost) everything that is in a table in these areas, should be set to %100 so that they resize to fit when someone zooms in & out on a mobile device. |
Quote:
|
Alright I've set
doc_width doc_midWidth & MaxWidth to %100 Seems alot better with that change. |
All times are GMT. The time now is 11:05 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|