MyBB Community Forums

Full Version: Remove Column Replies in forumdisplay
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Remove Column Replies in forumdisplay

Need Remove the column Replies in forumdisplay-

1. the template: forumdisplay_threadlist

line next 20:
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>

Replace with:
<td class="tcat" align="center" width="2%"><span class="smalltext"></span></td>

Find and remove option:
<option value="replies"{$sortsel['replies']}>{$lang->sort_by_replies}</option>


2. the template: forumdisplay_thread
line next 12: Find and Remove:
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>

But the Table its outline...  Undecided ,
check the picture:
[Image: Captura_de_pantalla_2016_11_06_a_las_9_25_27_p_m.png]


Note: With that code, the table its ok, but Lines Display of table  Undecided
<td align="center" class="{$bgcolor}{$thread_type_class}"></td>

[Image: Captura_de_pantalla_2016_11_06_a_las_9_21_19_p_m.png]

Any help in that issue Please...

How Can Remove the Column Replies in forumdisplay?

Thanks In Advance!
In forumdisplay_threadlist:

Find and remove:

<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&amp;sortby=replies&amp;order=desc">{$lang->replies}</a> {$orderarrow['replies']}</strong></span></td>

In forumdisplay_thread:

Find and remove:

<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>

In forumdisplay_announcements_announcement:

Find and remove: (the first instance of)

<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>
Thank You So much Ashley1, Work Perfect!

Now the Column Replies not display in the forums Big Grin

Thanks In Advance!

Big Grin