[REQ] Hit Counter for Links in Posts

i have not yet seen for links but for attachment always shows how many times, but u can add this code, if u like to see how many times been viewed..

in showtread
Code:
[b]<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>[/b]
Replace with..
Code:
[b]<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
<else />
$vbphrase[views]: $thread[views] - $vbphrase[replies]: $thread[replycount]</if>[/b]

This gives u a pretty good idea how many times yours or anyone post been viewed or replies...
 
Back
Top