View Full Version : Profile Enhancements - Total posts on the first page to profile
Allan
03-06-2010, 10:00 PM
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>
Juggernaut
03-07-2010, 04:52 PM
Thank you, installed. :D
Dr.osamA
03-07-2010, 08:28 PM
thanxxx Allan
installed
________
SILVER SURFER VAPORIZERS (http://www.vaporshop.com)
Hornstar
03-08-2010, 04:45 AM
yeah I like it there, was annoying having to click an extra tab.
Alecsmith
03-09-2010, 11:48 AM
Installed good job allan
Jabong82
03-10-2010, 02:14 AM
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.
zeroality
05-09-2010, 08:12 PM
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>
Boofo
05-09-2010, 08:41 PM
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.
LisaArnold
07-08-2011, 05:31 AM
Thanks, works with vB 4.1.4 :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.