Not Solved How can I move and Remove Forum, threads, post, last post.
#2
Not Solved
well the easiest way now, is to remove all the table's subheader

in template manager> forumbit template > forumbit_depth1_cat

find
<tr>
<td class="tcat" width="35">&nbsp;</td>
<td class="tcat" width="59%"><strong>$lang->forumbit_forum</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_threads</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_posts</strong></td>
<td class="tcat" width="200" align="center"><strong>$lang->forumbit_lastpost</strong></td>
</tr>
and remove it



then in index template, find $forums and add that code above it

<table width="100%" border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="tcat" width="35">&nbsp;</td>
<td class="tcat" width="59%"><strong>$lang->forumbit_forum</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_threads</strong></td>
<td class="tcat" width="65" align="center" nowrap="nowrap"><strong>$lang->forumbit_posts</strong></td>
<td class="tcat" width="200" align="center"><strong>$lang->forumbit_lastpost</strong></td>
</tr>
</table>

i didn't test the code(servers down) but it will work

regards
Reply


Messages In This Thread
RE: How can I move and Remove Forum, threads, post, last post. - by zaher1988 - 2006-03-29, 12:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)