PDA

View Full Version : Add A New Column To Your Forum Home Page HELP


imported_PiotrasG
10-25-2002, 07:20 AM
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.

LoRDsTaR
10-25-2002, 07:33 AM
hmmyou need to add in forum home :

after

<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>

and under :
a new column :

<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">


and replaye colspan="6" with colspan="7"

------------------

in forumhome_forumbit_level2_nopost
find

<td bgcolor="{categorybackcolor}"><smallfont>&nbsp;</smallfont></td>
<td bgcolor="{categorybackcolor}" colspan="5">


and replace colspan="6" with colspan"7"

------

in

forumhome_forumbit_level1_post

find

<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td>


and add after :


<td bgcolor="{firstaltcolor}"><smallfont> What should be shown in column</smallfont></td>


----

and in forumhome_forumbit_level2_post
find


<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td>

and add after :

<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

Tony G
10-25-2002, 09:28 AM
Your second colspan replace, the code has 5 instead of 6.

imported_PiotrasG
10-25-2002, 02:28 PM
is this for adding a column to your forumhome page.???

i meant about this code

http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=495&highlight=statistics

Tony G
10-25-2002, 11:43 PM
Yep, thats it. :)