The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add A New Column To Your Forum Home Page HELP
for some reason I cant get the mod to work. Anyone has a working file on the home page template??? I get a column on the botton of my page. it divides my pm in 2 columns, but not the whole page like i would like it to. Thx for your help, I appresiate it.
|
#2
|
|||
|
|||
hmmyou need to add in forum home :
after Code:
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> a new column : [code] <td bgcolor="{tableheadbgcolor}"><smallfont color="{tablehaeadtextcolor}"><b>Every what you want</b></smallfont></td> --------- then in forumhome_forumbit_level1_nopost : find Code:
<td bgcolor="{categorybackcolor}" colspan="6"> ------------------ in forumhome_forumbit_level2_nopost find Code:
<td bgcolor="{categorybackcolor}"><smallfont> </smallfont></td> <td bgcolor="{categorybackcolor}" colspan="5"> ------ in forumhome_forumbit_level1_post find Code:
<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td> Code:
<td bgcolor="{firstaltcolor}"><smallfont> What should be shown in column</smallfont></td> and in forumhome_forumbit_level2_post find Code:
<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td> Code:
<td bgcolor="{firstaltcolor}"><smallfont>[b]What should be shown in forum</smallfont></td> end --- i hope i could help you ... pls ask for questions or problems |
#3
|
||||
|
||||
Your second colspan replace, the code has 5 instead of 6.
|
#4
|
|||
|
|||
is this for adding a column to your forumhome page.???
i meant about this code http://www.vbulletintemplates.com/mo...ght=statistics |
#5
|
||||
|
||||
Yep, thats it.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|