News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

disabling post count completly

Started by Pinto, March 22, 2005, 06:14:23 PM

Previous topic - Next topic

Pinto

So Im stuck in editing my files alittle bit. First off I cant see mto get rid of the column for Posts in memberlist...

Secondly In profiles I get stucky with newarray where post count should be.

Links are posted below to show you

Thanks!

hxxp:smalltimerivalry.com/alkboard/index.php?action=profile;u=1 [nonactive]


[Unknown]

Well... remove this from the Profile template:

<td><b>', $txt[86], ': </b></td>
<td>', $context['member']['posts'], ' (', $context['member']['posts_per_day'], ' ', $txt['posts_per_day'], ')</td>
</tr><tr>


Then remove this from the Memberlist.php file:

'posts' => array(
'label' => $txt[21],
'width' => '115',
'colspan' => '2'
)


How do I modify files?

-[Unknown]

Advertisement: