Helpful Information
 
 
Category: vBulletin 4.x Template Modifications
Profile Enhancements - Total posts on the first page to profile

This mod add total posts to user on the first page to profile :)

In the "memberinfo_block_ministats" template, find: <dl class="stats">
<dt>{vb:rawphrase join_date}</dt>
<dd> {vb:raw prepared.joindate}</dd>
</dl>
Add above: <dl class="stats">
<dt>{vb:rawphrase messages}</dt>
<dd> {vb:raw prepared.posts}</dd>
</dl>

Thank you, installed. :D

thanxxx Allan

installed
________
SILVER SURFER VAPORIZERS (http://www.vaporshop.com)

yeah I like it there, was annoying having to click an extra tab.

Thank you, installed...

Installed good job allan

Hey great mod. One question though. This installed perfectly for me but instead of "posts" it says "messages". The post count is correct, it just says "messages". Do you know how I can fix this? Thank you again.

I just installed this and same problem as above user, it says Messages but it also shows the wrong postcount. It shows I have 1 post when my count is 200+.

Doesn't look like this is supported. Ah well.

Edit: Disregard, I was looking at wrong profile. Yeah it works. I also changed Messages to Posts by simply replacing

<dt>{vb:rawphrase messages}</dt> with

<dt>{vb:rawphrase posts}</dt>

Allan, I just found out that the Total Posts is already in that template. It has just been commented out, for some reason.

Find:

<vb:comment> <dl class="stats">
<dt>{vb:rawphrase total_posts}</dt>
<dd> {vb:raw prepared.posts}</dd>
</dl></vb:comment>


and take the "vb: comment" tags out and the total posts show up above the Blog Entries.

Thanks, works with vB 4.1.4 :)










privacy (GDPR)