The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Couple of blank lines between categories
Hi boarders!
We've used vBulletin for about a year now and everything worked nicely, until we recently suffered from a complete database crash. Ok, now starting over with the all new (at least for us) vBulltin 3 and a bunch of problems. In our old board we had a couple of blank lines between each category - making the layout clearer and more easy to read - unfortunately I can't remember how I did that last time - all I know that I had found help here . Again? And then we had a feature (it was only a couple of lines of code) which managed the background colour of the forum tables to change when one moved the mouse cursor over it - again here same problem it worked fine and we'd like to have it back! And last, I'd like to ask why the "forum" table with the "posts" and "threads" and so on statistic is now only dispayed on the very top of the board and not in each category - we had that as well running. Is that a feature change in vb3? I recon that in vb2 the statistics were displayed below the category table an not on top of it... Ok, quite a lot of questions, but still hoping for help! We'd really appreciate it! CU Luke |
#2
|
|||
|
|||
Category Spaceing is what I think your looking for:
http://www.vbulletintemplates.com/mo...ead.php?t=3189 as for the forum table, etc., I didnt really like how it sat out there by itself so I changed mine around a little you can view it here: http://board.accordtuner.com hope that helps you out a little bit |
#3
|
|||
|
|||
Quote:
And I still have the "forum" table only on top of my board an not in every category... Looks nice on your board though - how can I do that?!? Your's Lukas |
#4
|
|||
|
|||
thanks, check this thread out for aligning your tables within your categoreys:
http://www.vbulletintemplates.com/mo...ead.php?t=3862 and im not that good at hacking and explaining it but I will try, just make sure you back everything up and also you cant hold me responsible if something goes wrong... i doubt its XHTML compliant and Im sure someone is going to correct me on my "grammar" but that should do what you want it to. That is in your FORUMHOME template which is located conveniently under you Forum Home Templates. Code:
<!-- main --> <table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> $forumbits <tr> <td class="tfoot" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>" align="center"> <a href="forumdisplay.php?$session[sessionurl]do=markread">Mark All Forums Read</a> | <a href="showgroups.php?$session[sessionurl]">View Forum Leaders</a> </td> </tr> </table> </td></tr></table> <!-- /main --> |
#5
|
|||
|
|||
thanks for that! works now!
|
#6
|
|||
|
|||
no problem, glad it worked!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|