Originally posted by freehtml
How did u managed to change the forum front page layout...with the sponsor and no Mod column?
How did u managed to change the forum front page layout...with the sponsor and no Mod column?
In the forumdisplay_forumbit_level1_post and in forumdisplay_forumbit_level2_post find and delte:
Code:
<td bgcolor="#F1F1F1"><smallfont>$forum[moderators]</smallfont></td>
Code:
<td bgcolor="#F1F1F1"><smallfont>$forum[moderators]</smallfont></td>
Code:
<td bgcolor="#8080A6" width="20%"><smallfont color="#EEEEFF"><b>Moderator</b></smallfont></td>
Code:
<td bgcolor="#8080A6" nowrap><smallfont color="#EEEEFF"><b>Last Post</b></smallfont></td>
Code:
<td bgcolor="#8080A6" nowrap width="40%"><smallfont color="#EEEEFF"><b>Last Post</b></smallfont></td>
Some other guy that works on the templates added the sponsored by thing. I personally don't like them.
Comment