2020-03-10, 03:59 AM
2020-03-10, 05:07 AM
Does this forum has topics? If it doesn't, you may change it to a "Category" type forum, rather than a "Forum" type one.
2020-03-10, 05:31 AM
In forumdisplay_threadlist template, remove:
&
Is this what u are asking about ? (some code may be different depending on your template)
<tr><td class="thead" colspan="{$colspan}">
<div class="float_right">
<span class="smalltext"><strong><a href="misc.php?action=markread&fid={$fid}{$post_code_string}">{$lang->markforum_read}</a>{$addremovesubscription}{$clearstoredpass}</strong></span>
</div>
<div>
<strong>{$foruminfo['name']}</strong>
</div>
</td></tr>
&
<tr>
<td class="tcat" colspan="3" width="66%"><span class="smalltext"><strong><a href="{$sorturl}&sortby=subject&order=asc">{$lang->thread}</a> {$orderarrow['subject']} / <a href="{$sorturl}&sortby=starter&order=asc">{$lang->author}</a> {$orderarrow['starter']}</strong></span></td>
<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>
<td class="tcat" align="center" width="7%"><span class="smalltext"><strong><a href="{$sorturl}&sortby=views&order=desc">{$lang->views}</a> {$orderarrow['views']}</strong></span></td>
{$ratingcol}
<td class="tcat" align="right" width="20%"><span class="smalltext"><strong><a href="{$sorturl}&sortby=lastpost&order=desc">{$lang->lastpost}</a> {$orderarrow['lastpost']}</strong></span></td>
{$inlinemodcol}
</tr>
Is this what u are asking about ? (some code may be different depending on your template)
2020-03-10, 10:11 AM
Thank you friends.
It helped me a lot.
I turned the forums into categories and got what I wanted.
![[Image: 1583835041_Screenshot_2.png]](https://camo.mybb.com/0f2a17af4d56bcb743ff075e29cb462f0c5ca292/687474703a2f2f7777772e67616d656f73742e636f6d2e62722f75706c6f6164732f696d616765732f313538333833353034315f53637265656e73686f745f322e706e67)
It helped me a lot.
I turned the forums into categories and got what I wanted.