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
  #12  
Old 12-07-2007, 05:36 AM
TomasDR TomasDR is offline
 
Join Date: Feb 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

While I understand everyone's need to see a demo, I (and vBulletin.org) have a problem with that.

I run a hardcore, adults only forum! I cannot link to my forum.

There are several demo sites listed with the original hack by Dream and I clearly spelt out the changes/additions I did to Dream's hack.

If someone wishes to "advertise" a demo for my hack I will gladly mention it in the description like Dream did for his original hack.
Reply With Quote
  #13  
Old 12-07-2007, 06:36 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit: I thought it was shown on the forumhome but I did not know you needed to add a link to get to the mod.
Reply With Quote
  #14  
Old 12-07-2007, 08:16 AM
TomasDR TomasDR is offline
 
Join Date: Feb 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Warden-B- View Post
Edit: I thought it was shown on the forumhome but I did not know you needed to add a link to get to the mod.
Sorry about that I "assumed" that everyone has navbar edits and it was a given. I have edited my instructions now to include 3 optional navbar edits.
Reply With Quote
  #15  
Old 12-08-2007, 12:28 PM
tirol07 tirol07 is offline
 
Join Date: Mar 2007
Location: Austria
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

demo?
Reply With Quote
  #16  
Old 12-08-2007, 03:45 PM
ovnnet ovnnet is offline
 
Join Date: Nov 2007
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If statistic unit in cash mod, this mod is perfect
Reply With Quote
  #17  
Old 12-09-2007, 04:10 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TomasDR View Post
While I understand everyone's need to see a demo, I (and vBulletin.org) have a problem with that.

I run a hardcore, adults only forum! I cannot link to my forum.

There are several demo sites listed with the original hack by Dream and I clearly spelt out the changes/additions I did to Dream's hack.

If someone wishes to "advertise" a demo for my hack I will gladly mention it in the description like Dream did for his original hack.
mind pming me your link

anyway, thanks for updating this, there are some nice new features added
Reply With Quote
  #18  
Old 12-09-2007, 05:54 AM
TomasDR TomasDR is offline
 
Join Date: Feb 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ovnnet View Post
If statistic unit in cash mod, this mod is perfect
Can you link to the cash mod you mentioned, I will look into adding a statistics page for it.
Reply With Quote
  #19  
Old 12-09-2007, 06:31 AM
Magnumutz's Avatar
Magnumutz Magnumutz is offline
 
Join Date: Feb 2006
Location: Romania
Posts: 731
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then at least show a screenshot dude... geez, that can't harm anyone, can it?
Reply With Quote
  #20  
Old 12-11-2007, 04:26 AM
TomasDR TomasDR is offline
 
Join Date: Feb 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Magnumutz View Post
Then at least show a screenshot dude... geez, that can't harm anyone, can it?
Actually yes it could, even the usernames of my more prolific posters are quite offensive, and of course thread titles are completely off limits, not to mention attachment names, etc..

But I did go back to Dream's original hack.

And chose one of the live demo sites listed, Yaxley Village which you don't even have to register to demo.

And posted a screenshot of the "Top Posters" stats from there.

If anyone would like to see more, again there are live demos, as I mentioned in the original add-on description, listed on Dream's original hack.

PS. If the owner of Yaxley Villiage would like me to remove the screen shot I will gladly do it but since they still had their site listed for a live demo I figure they won't mind a simple screenshot.
Reply With Quote
  #21  
Old 01-04-2008, 12:27 PM
softvnzla's Avatar
softvnzla softvnzla is offline
 
Join Date: Jan 2008
Location: Venezuela
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed thanks very good!
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:11 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.05399 seconds
  • Memory Usage 2,316KB
  • Queries Executed 26 (?)
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
  • (4)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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