This Extension for Vbulletin 3.5.1 offers detailed statistics for forum members.
Current Features
Statistics Dashboard
Top posters on the bulletin board
Newest members on the bulletin board
Latest replies on the bulletin board
Most viewed threads
Most replied to threads
Top posters on the bulletin board including thread and post %
Your statistics on the bulletin board
Graphical posters chart
All stats include several calculations and additional fields
FAQ
Field list:
Member: shows the member name (link to the profiles page)
Posts: shows the number of posts
UP: links to the user page of that user
Joined (D): number of days that the user has been a member
Inactive: number of days that the user has been inactive
Joined: date the user joined
Last visit: date of the last visit
Last activity: date of the last real activity
Last post: date of the last post
Title: title the user has
Time zone: offset of time zone
Thread: thread title and link
Thread Starter: user that started a thread
Last Poster: last user to post as a reply to a thread
Views: number of times a thread has been viewed
Replies: number of replies
Posts per day: average number of post per day
Posts %: percentage of the users posts compared to the total of posts
threads: number of threads made by user
threads %: percentage of the users threads compared to the total of threads
TP Ratio: the thread/post ratio, a high number means a users has started a lot of threads compared to his posts
Installation
(also included in ZIP)
1. upload VBStatExtended.php to the forum root
2. Upload the libchart folder and all contents to the forum root
3. Create a new subfolder with name: generated in your forum root
################################################## ##############
IMPORTANT
Set the file permissions on the generated folder to 777
5. add product-VBStatExtended.xml(Plugin System / Manage Products / Add Import product)
6. add a link in the navbar template to VBStatExtended.php (depends if you want users to see it and when)
7. Enjoy
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
As an adition, if you want to protect the file vbstatextended.php from being read by anyone you can edit it and add the following:
Code:
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
if (!$vbulletin->userinfo['userid'] OR !($permissions['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']))
{
print_no_permission();
}
ps: I'm not programmer so if i did something wrong please correct me. In my case it worked fine and now only registered users can view the stats on my website.