removing tpoics and post Counts from forum home, Help

hammad

New Member
helo i want to remove thread and psost counts on forum home as mentioned in attached images

any help ?

thx in advance
 
Go to

AdminCP > Styles & Templates > Style Manager > Edit Templates

In

Forumhome Templates > forumhome_forumbit_level2_post

Find and delete

Code:
<td class="alt1">$forum[threadcount]</td>

<td class="alt2">$forum[replycount]</td>


In

Forumhome Templates > FORUMHOME

Find and delete

Code:
<td class="thead">$vbphrase[threads]</td>

<td class="thead">$vbphrase[posts]</td>

Enjoy!
 
Back
Top