2016-11-07, 02:47 AM
Remove Column Replies in forumdisplay
Need Remove the column Replies in forumdisplay-
1. the template: forumdisplay_threadlist
line next 20:
Replace with:
Find and remove option:
2. the template: forumdisplay_thread
line next 12: Find and Remove:
But the Table its outline...
,
check the picture:
![[Image: Captura_de_pantalla_2016_11_06_a_las_9_25_27_p_m.png]](https://camo.mybb.com/0306d6f3837ea91770b79ad839b9562afb1068f8/68747470733a2f2f7331382e706f7374696d672e6f72672f6d796a3375653969312f436170747572615f64655f70616e74616c6c615f323031365f31315f30365f615f6c61735f395f32355f32375f705f6d2e706e67)
Note: With that code, the table its ok, but Lines Display of table
![[Image: Captura_de_pantalla_2016_11_06_a_las_9_21_19_p_m.png]](https://camo.mybb.com/ad708f10985a7ff17124a82dd156b7f60c10cc25/68747470733a2f2f7331332e706f7374696d672e6f72672f347332716e6375636e2f436170747572615f64655f70616e74616c6c615f323031365f31315f30365f615f6c61735f395f32315f31395f705f6d2e706e67)
Any help in that issue Please...
How Can Remove the Column Replies in forumdisplay?
Thanks In Advance!
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}&sortby=replies&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...

check the picture:
Note: With that code, the table its ok, but Lines Display of table

<td align="center" class="{$bgcolor}{$thread_type_class}"></td>
Any help in that issue Please...
How Can Remove the Column Replies in forumdisplay?
Thanks In Advance!