The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Im amazed and find that hard to believe to be honest. Im not saying your not correct but it seems like a simple edit in the StyleVars or something.
Considering how customizable VB is , this seems like a very small edit. So if i wanted to do it your way , where do i find these files : the css style for class ".foruminfo" Thx |
#12
|
|||
|
|||
Thats the problem, not all of the vars are IN stylevars (yet), therefor not changeable without manual editing.
The only way I know how to change ALL style attributes is to: 1) in admincp, options, style and language settings: change "store stylesheets as files" to YES. Assuming that directory it mentions is writable, it will dump all of the css into files which are located in: /clientscript/vbulletin_css/style00001l (look at all of the thousands of style definitions in those files...not ALL of those are accessible via their built in stylevars manager) Its just easiest to add something like this to additional.css (which will be empty to start): .foruminfo {min-height:40px !important} rather than messing with their css files which will get overwritten with upgrades. change the height to whatever works. If someone has a simpler explanation I would love to hear it as well. |
#13
|
|||
|
|||
Thx CroNiX , that seemed to work with making the margins bigger , but not smaller. Thx for trying anyway I think were in the ball park.
Thx. |
#14
|
|||
|
|||
try doing the same thing to the parent container, which is ".forumrow". It also has a min-height set.
Are you using firefox with the firebug extension? You can edit this stuff in real time within your browser to try tweaks. It also makes it a million times faster to find the style rules because it will show them as you mouseover your screen. |
#15
|
|||
|
|||
How do i find the parent container, which is ".forumrow" ?
Thx CroN |
#16
|
|||
|
|||
Its hard to explain unless you know html.
In general: Code:
<div id="parent"> <div id="child1">This is child one because it is contained WITHIN parent</div> </div><!-- This is end of parent element --> Code:
<div class="forumrow table"> <div class="foruminfo td"> .... </div> </div> I hope that helps. (firebug also makes this very easy to find without looking at the raw html) |
#17
|
|||
|
|||
I know a little HTML , but where do i find these files your editing ? Through FTP , Admin Panel ? I really don't know what file your editing there
Thx. |
#18
|
|||
|
|||
I am using firebug and looking at the raw html output that your forum is producing. I am then finding the style rules (also with firebug) associated with those html elements so you can alter them in your custom.css file. I'm not editing any files. Your browser probably also has a "view page source" or similar so you can view the raw output if you don't want to use firebug, but then you will have to manually find what you are looking for in that huge page of code. Firebug highlights the html code and css code when you mouse over your page making it VERY easy and fast to find what you are looking for. Not to mention you can manipulate your webpage DIRECTLY in real time from within firebug to try different tweaks instead of trying something, saving it, refreshing browser to see if it worked...no? Wash and repeat until you do... This eliminates all of that. Once you tweak it live in the browser, you just copy the rules that worked to your additional.css file.
But, if your interested, the thing that is actually generating that html in vbulletin are the templates. They are located in admincp -> Styles and Templates -> Style Manager From there you can 1) "search in templates" or 2a) Click on Style Manager 2b) On right hand side, for your style (default style if you haven't added any others), in the dropdown on the right, select "edit templates". Now it will list all templates and you find the one you want and edit it the way you want. I'd be very careful in there and be sure to "save in template history" so you can undo it if you need to. However, all style information is contained in the stylesheets...but the templates will tell you the element id's and classnames which are referenced in the css. You having fun yet? Make your life easier. Watch this. http://getfirebug.com/video/Intro2FB.htm then get it http://getfirebug.com |
#19
|
|||
|
|||
Yeah ive done this before using Firebug but never really found anything that changed the values im looking for. Im gonna just leave it for now. I thought it would be a case of changing 1 or 2 values.
Thx for all your support & trying to resolve the issue Maybe someone will create a mod lol Thx again CroNiX |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|