hmmyou need to add in forum home :
after
Code:
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
and under :
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">
and replaye colspan="6" with colspan="7"
------------------
in forumhome_forumbit_level2_nopost
find
Code:
<td bgcolor="{categorybackcolor}"><smallfont> </smallfont></td>
<td bgcolor="{categorybackcolor}" colspan="5">
and replace colspan="6" with colspan"7"
------
in
forumhome_forumbit_level1_post
find
Code:
<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td>
and add after :
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>
and add after :
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