How to display post number with this skin?

Hi,

i like this aqua-skin very much, but i have the following problem:

with my default vBulletin style i can see the number of posts that a member in my forum made, but if i switch to aqua-skin, it's gone.

It left only "register date" and "reputation" information to display under Rank Level.

I have default vBulletin installed, without any Plugins. I notice that in Aqua-Soft Forum people can also see the number of posts of a member.

So, is that my configeratioin problem or the forum need to install a plugin???

Thanks.

#447407

Hey Marc, you need to go into the postbit and postbit_legacy templates and uncomment the posts bit, all the info is there but its just hidden by default.

If you need help doing that let me know.

#447939

Hey Marc, you need to go into the postbit and postbit_legacy templates and uncomment the posts bit, all the info is there but its just hidden by default.

If you need help doing that let me know.

Yes, thanks. I've already solved.

#448025

Hi,

I found these codes on postbit but am confused if these are the correct codes need to uncomment to show posts ... can you please help me ?

 

<!-- <tr>

<td align="right" class="desc">$vbphrase[posts]:</td>

<td align="left">$post[posts]</td>

</tr>

<tr>

<td align="right" class="desc">Status:</td>

<td align="left">$post[onlinestatus] $post[iplogged]</td>

</tr> -->

#453068

remove the and it'll show it.

#453087

Hi,

From both postbit and postbit_legacy script?

#453088

Depends which you use, postbit legacy is if your posts look like they do here, regular postbit template is if you have the userinfo over the post.

#453091

Hi,

I'm using postbit_legacy and I understand what you said. Thanks.

#453111