Quote:
Originally Posted by Fireproof
Oh - okay - I thought if I disabled that, then it wouldn't count them at all. But are you saying it just won't display them? And as long as I manually add that code somewhere, then it will show their counts?
Also - how does that codebit work - I thought <!-- was for comments and nothing after it does anything? (Told you I'm a newbie).
My site is at http://www.clutchfitness.com/forums if you want to have a look.. Haven't figured out the postbit part yet.
|
ok just add this under your post count div:
HTML Code:
<div class="postdata">
Diggs: <!-- diggTopic_userdiggcount -->
</div>
and leave it on.
also I'm just using the <!-- --> as a marker, when the template is processed it looks for <!-- diggTopic_userdiggcount --> and replaces it with the code.