The Arcive of vBulletin Modifications Site. |
|
Details »»
|
|||||||||||||||||||||||||
I would like a space seperating each catagory on the front page. Can somebody give me the info I need to do this?
Any help will be greatly appreciated. Thanks. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
This what ya looking for? It was in another thread.
. Do not know who posted it. .In order to split the categories from eachother: Forum Home Page Templates >> forumhome_forumbit_level1_nopost at the top Code:
</table>
</td></tr></table><br>
<table cellpadding="{ tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" { tableouterextra} width="{ contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{ tableinnerborderwidth}" border="0" { tableinnerextra} width="100%">
And this one is a fix, so the 'currently active users' aren't sticky to the last categorie: Forum Home Page Templates >> forumhome Just after $forumbits add: Code:
</table>
</td></tr></table><br>
<table cellpadding="{ tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{ tablebordercolor}" { tableouterextra} width="{ contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{ tableinnerborderwidth}" border="0" { tableinnerextra} width="100%">
|
|
#3
|
|||
|
|||
|
how do you get the Forum, Posts, Threads, Last Post, Moderatorthing under the category like on this forum? :?:
|
|
#4
|
|||
|
|||
|
BUMP! goes the thread!
|
|
#5
|
||||
|
||||
|
Open your forumhome template.
Look for: Code:
<tr align="center">
<td bgcolor="{ tableheadbgcolor}"><smallfont> </smallfont></td>
<td bgcolor="{ tableheadbgcolor}" width="80%" align="left"><smallfont color="{ tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{ tableheadbgcolor}"><smallfont color="{ tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{ tableheadbgcolor}"><smallfont color="{ tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{ tableheadbgcolor}" nowrap><smallfont color="{ tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{ tableheadbgcolor}" width="20%"><smallfont color="{ tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>
Note that there is a space between { and tableheadbgcolor}, but otherwise it will be parsed.. Cut that code and 'save' the template. Now open the forumhome_forumbit_level1_nopost template. Paste the code you cut from the other template below the last line of what is currently there. Save it Now do the same for the forumhome_forumbit_level2_nopost template. Save it. And thats it. All done This was from the same person, but I do not know his name.
|
![]() |
|
|