PDA

View Full Version : Statistics Modifications - Thread Count on Postbit for 4.x.x


KARUSB
07-27-2011, 10:00 PM
Hi,
Normally I dont make mods and I don't care but If I need something to do on my site I'll do whatever I can.
Nobody knows this issue in 4.x.x , only version you could do this on 3.6.x.

But now you CAN USE in 4.x.x

Usage :
FIND:

{vb:rawphrase 'posts'} : {vb:raw post.posts}
</div>

UNDER :
<div>
Threads: {vb:raw post.threads}</div>

If you are using additional css on you forum like I do,
UNDER
<div class="xxx">
Threads: {vb:raw post.threads}</div>

"xxx" should be your css name. If you don't know what am I talking about check my css name.
<div class="eti_postbit">
Konular: {vb:raw post.threads}</div>

rughis
07-28-2011, 08:14 PM
Really nice, thank you :)

JAFRI
07-29-2011, 03:54 AM
for 4.1.5

<dt>Threads</dt> <dd>{vb:raw post.threads}</dd>

Boofo
07-29-2011, 08:26 AM
You do realize this has already been done, right? And without adding a query to every post like this version does.

https://vborg.vbsupport.ru/showthread.php?t=243363

DNCL
07-29-2011, 03:12 PM
Thanks Boofo, i will use yours. :)

ptceuro
04-01-2012, 09:56 PM
Really nice, thank you