PDA

View Full Version : postbit legacy problem


gsmph
01-06-2010, 02:09 AM
https://vborg.vbsupport.ru/attachment.php?attachmentid=109269&stc=1&d=1262750866


please tell me how to put or show post counts of a user that everyone can see....

that looks like below:

https://vborg.vbsupport.ru/attachment.php?attachmentid=109272&stc=1&d=1262752563

thanks

br
gsmph

gsmph
01-06-2010, 02:53 AM
never mind already done it. using the codes below

<vb:if condition="$post['posts']">
<dt>
{vb:rawphrase posts}
</dt>
<dd>
{vb:raw post.posts}
</dd>
</vb:if>

if this codes helps you just give a rep..

thanks

br
gsmph

Lynne
01-06-2010, 02:56 AM
It looks to me like you've modified your postbit and perhaps removed it. Go to edit your template and click View History and then compare it to the default template and you should find the code to add back in.