D Doctor.Salar New Member Dec 18, 2008 #1 Is there any addon for counting hits on posted links and attachments ?
W w5a New Member Dec 20, 2008 #2 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...
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...