Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Dream/TomasDR Forum Statistics Details »»
Dream/TomasDR Forum Statistics
Version: 4.00, by TomasDR TomasDR is offline
Developer Last Online: Oct 2019 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 3.6.8 Rating:
Released: 12-05-2007 Last Update: 12-05-2007 Installs: 38
Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

Dream/TomasDR Forum Statistics

About This Hack:
With permission from Dream I have modified and expanded his statistics add-on, plus I added a couple changes.

You can use Dream's original Forum Statistics add-on here or you can download mine. Note the product names are different so you will need to uninstall Dream's Forum Statistics first.

The same warning applies with this add-on as with Dream's.
Warning: This add-on is not good for big forums, it calculates all the info on the fly.

Changes from Dream's statistics:
  • I changed the Oldest & Youngest members shown to also include people that set their profile to "Display Age", originally Dream has it where it only displayed people who set it to "Display Age and Date of Birth".
  • I also added a Lowest Reputation column for the Users statistics page.
Additions to Dream's statistics:
  • Added the ability to set the default number of results in the settings. (Default Number of Results, default 10)
  • Added the ability to display all users' Birthdays, even those who choose to hide their age, in the youngest/oldest column in the settings. (Show All Birthdays?)
  • Added a statistics page for the Post Groan Hack if installed. (Enable it in settings)
  • Changed the Thread statistics page if you have the Who Has Read Hack installed, I feel it is a much better representation of popularity then # of views. It adds top number of "Who has read" threads and also adds "Most Viewed in the last X days" to compliment "Most Replied in X Days". (Enable it in settings, note there is no need to disable "Enable Thread Stats?")
  • Added a statistics page for the vbImageHosting Hack if installed, the statistics page is similar to the attachments page showing top users, latest uploads, and totals. (Enable it in settings)
Note all of the above additions are disabled by default, only enable them if you have the corresponding hack installed.

Installation Overview:
  1. Unzip the file.
  2. Upload everything in the Forum directory to your forums.
  3. Install the product.
  4. Optional: Edit the navbar to provide the link to statistics.php (Choose only one option)
    1. In the template Navbar
Option #1 - Find:
Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Add AFTER:
Code:
<td class="vbmenu_control"><a href="statistics.php$session[sessionurl_q]">$vbphrase[statistics_statistics]</a>
OR If you want to add it to the QuickLinks dropdown.
Option # 2 - Find:
Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
Add AFTER:
Code:
<td class="vbmenu_option"><a href="statistics.php$session[sessionurl_q]">$vbphrase[statistics_statistics]</a>
OR If you want to HIDE the link from all but some usergroups.
Option # 3 - Find:
Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Add AFTER: Where ($vbulletin->userinfo, 6, 7) are the usergroup #'s
Code:
<if condition="is_member_of($vbulletin->userinfo, 6, 7)"><td class="vbmenu_control"><a href="statistics.php$session[sessionurl_q]">$vbphrase[statistics_statistics]</a></td></if>
Version Info:

Version 4.0:
Please post your comments or suggestions for this hack. I will read ALL posts.

PLEASE CLICK INSTALL!
(You will get an email when a new version is released.)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-23-2008, 06:44 PM
ctfortner ctfortner is offline
 
Join Date: Nov 2007
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great mod, thanks
Reply With Quote
  #23  
Old 01-27-2008, 09:40 AM
scoobasteve scoobasteve is offline
 
Join Date: Jan 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, one of my favorite hacks! Thanks a ton!

I'd like to request a useful feature (addon) that displays website referrals. Kind of like this hack does: https://vborg.vbsupport.ru/showthrea...ght=%5Bajax%5D but in the stats (not on forumhome). I would also like to have usergroup (and userID) permission to view that particular page.

Think you could pull something like that?
Reply With Quote
  #24  
Old 01-28-2008, 10:27 PM
TomasDR TomasDR is offline
 
Join Date: Feb 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scoobasteve View Post
Hi, one of my favorite hacks! Thanks a ton!

I'd like to request a useful feature (addon) that displays website referrals. Kind of like this hack does: https://vborg.vbsupport.ru/showthrea...ght=%5Bajax%5D but in the stats (not on forumhome). I would also like to have usergroup (and userID) permission to view that particular page.

Think you could pull something like that?
Sure give me a few days. I am busy during the week.
Reply With Quote
  #25  
Old 02-02-2008, 07:20 AM
scoobasteve scoobasteve is offline
 
Join Date: Jan 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

woohoo!!

thanks a ton dude, can't wait!!!
Reply With Quote
  #26  
Old 02-15-2008, 11:28 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Tomas, are you going to update this for 3.7 or should I? Update to add Blog statistics, people with most friends etc etc.

We can arrange something where if one of us updates the mod, he sends the mod to the thread starter so he can update it. Just a thought.
Reply With Quote
  #27  
Old 06-21-2008, 07:44 PM
paulnis paulnis is offline
 
Join Date: Jun 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would love to see this upgraded to 3.7.
Reply With Quote
  #28  
Old 12-10-2008, 06:19 PM
buddyheiko buddyheiko is offline
 
Join Date: Apr 2008
Location: Germany, 70771 Leinfelden
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

how can I get ALL statistics on one side ?

Greetings
Heiko
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:23 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04316 seconds
  • Memory Usage 2,283KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete