vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Statistics Modifications - Dream's Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=140812)

tomzx 07-01-2007 12:19 PM

You're correct I suppose. What I was actually asking was the oldest/youngest listing.

Dream 07-01-2007 12:29 PM

Ok I'll take a look at everything, thanks for the heads up.

Moscardini 07-01-2007 12:50 PM

Hi,

I've installed this, love it, nice work, however since I installed it our forums have slowed right down to a snails pace. I've unticked all the options to just so the generla settings now and the speed is ok again.

Any advice?

www.footballforums.net

Dream 07-01-2007 01:00 PM

Sorry this mod is heavy on big forums. You can restrict it only for admins.

fox3nova 07-02-2007 05:39 AM

I had use Extra Profile Fields Page mod.
Does anyone can let the statistics_user_profile display the Extra Profile Fields statistic ?

NaughtyStud 07-14-2007 06:12 PM

Hello Dream, I just wanted to ask if I missed something in my fresh install of this mod.I recently decided to use my forum on a different website and close the other one down.I love your mod, so it was one of the first ones I installed again.

My problem is that after I installed it, I got the Statistics Page.I just don't have the Statistics block on my index page like I did before.Did I leave something out when I installed it again.Thanks ;)

glorify 07-14-2007 09:56 PM

Great stuff. Installed :)

Dream 07-14-2007 10:12 PM

NaughtyStud, maybe you had Cyb's statistics installed? This mod doesn't add anything to the forumhome.

NaughtyStud 07-14-2007 10:40 PM

Oh o.k, sorry about that.I guess I had both installed over at the other one.lol.I still love this one to though. ;)

Edit: I didn't see anything else in my products over there.I guess I have a ghost Mod..haha

bada_bing 07-15-2007 03:00 AM

Wow this looks great anyone know if this will work on VB 3.5.x ?

PixelFx 07-28-2007 10:19 PM

thanks for making such an awesome hack dream :D

lasto 08-02-2007 05:37 PM

neat hack and works fine on 3.6.8

Zaiaku 08-02-2007 07:03 PM

Very nice mod. Is there anyway to set the display for all the stats on one page as in the first demo link?

Dream 08-04-2007 08:30 PM

Quote:

Originally Posted by Zaiaku (Post 1308316)
Very nice mod. Is there anyway to set the display for all the stats on one page as in the first demo link?

No sorry, that version was too heavy on the server.

Duvernoy 08-10-2007 02:55 PM

thanx

ninjashoes 08-11-2007 05:26 AM

hmm I like the registrations thing

stonner 09-21-2007 10:46 PM

i have installed it and it's great!

I just noticed a mistake. The top poster this month is not right. It shows 64 posts for the first place, but this user hast a total number of posts of 37. see attachment

How can I fix this?

thank you

Dream 09-21-2007 11:26 PM

It counts number of threads started as well.

stonner 09-21-2007 11:44 PM

but this user has not started any threads.

Dream 09-21-2007 11:51 PM

hmm, do you have any forums where posts aren't counted?

stonner 09-22-2007 12:01 AM

no, i dont..

Dream 09-22-2007 12:41 AM

any moderated threads?

stonner 09-22-2007 12:53 AM

no...

Dream 09-22-2007 01:12 AM

hmmm O_o

soft deleted threads?

stonner 09-22-2007 02:24 AM

noope...

Dream 09-22-2007 02:26 AM

this pulls from the database posts that are visible=1

not sure why it doesn't match your user's posts...

can you recount his posts?

stonner 09-22-2007 02:47 AM

your count was right.

there was one forum, that didn't count for number of posts.

sorry, perfect hack!

Dream 09-22-2007 02:48 AM

it would be if it didn't count those posts...

thanks

control1110 09-23-2007 09:06 PM

I have a forum that I have excluded from the stats but yet the oldest thread is still listed in that forum

TrikkeTalk 09-24-2007 09:56 PM

Hi,

Works great Dream. Just keep up the good work! Thanks.

admolot 09-28-2007 10:25 PM

Brilliant mod. Is there anyway to set the display for 'forum activity' to show forums with 0 posts?

chris.williams 09-29-2007 12:43 AM

The description states that you can set this so that only administrators can see the stats. How do you do this?

Merrillizer 09-29-2007 01:57 AM

Installed. Real nice. Thanks!

http://www.marshmarauders.org/forums/statistics.php

Dream 09-30-2007 02:39 PM

Quote:

Originally Posted by chris.williams (Post 1349289)
The description states that you can set this so that only administrators can see the stats. How do you do this?

In the options you can set that

vBulletin Options >> Statistics Options

Dream 09-30-2007 02:40 PM

Quote:

Originally Posted by admolot (Post 1349248)
Brilliant mod. Is there anyway to set the display for 'forum activity' to show forums with 0 posts?

I don't think so, I think they were left out willingly. Don't remember, it has been a while.

hnjco 10-10-2007 07:26 PM

I moved my forum to new server and then upgrade this mod and now getting this error when i click to view.

Quote:

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT COUNT(*) AS total
FROM vbull_post
WHERE visible = 1;

MySQL Error : Got error 127 from storage engine
Error Number : 1030
Date : Wednesday, October 10th 2007 @ 06:23:48 PM
Script : http://www.geopakistani.com/forums/statistics.php
Referrer : http://www.geopakistani.com/forums/index.php?
IP Address : *********
Username : *****
Classname : vB_Database

Nickbe 10-14-2007 02:20 PM

If you are an admin and want it so only you can see the statistics link on the navbar ad this code to the navbar template as opposed to the code shown in the text file. (add in the same location)

Quote:

<if condition="is_member_of($vbulletin->userinfo, 6)"><td class="vbmenu_control"><a href="statistics.php$session[sessionurl_q]">$vbphrase[statistics_statistics]</a></td></if>

If you want it so only the admin and mods can see use this code:

Quote:

<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>

This works with the default settings for mod and admin usergroup ID's. If you want to add additional usergroup id's just edit this part of the code

Quote:

($vbulletin->userinfo, 6, 7)

Just add the user group id's in this format 6, 7, 2, 3, 4

I figured I would write this since I myself used this code so only I could see statistics on the navbar. I did not want my members seeing them but I still wanted easy access through the navbar.

Note: I know you can restrict certain usergroups from viewing the statistics page itself but I though it would be annoying as a normal member to see statistics link in the navbar but be restricted from viewing the page.

sduckie2k5 10-15-2007 10:29 AM

Installed, everything seems to work but I get this error when viewing registrations although, it shows the stats for it as well. Heres the error and it appears at the top of the page:

Warning: Division by zero in \ statsmod \ statistics_registrations.php on line 57

any suggestions? Thanks

Dream 10-22-2007 09:42 PM

This mod has some bugs depending of what info you are missing on your forums.

This mod is now "Re-usable Code", meaning anyone can modify it and release his own version. I encourage someone doing that as I'm not updating this anymore for the time being.

Konstantinos 10-23-2007 05:24 AM

the average is wrong cause it sais 60 while i have an old average age stats which shows 33 . i think it caclulates people who have emplty birthday , and how do i make stats like this http://www.s10planet.com/forum/statistics.php meaning having not so many drop down menus. also in profile stats it doesnt display the N/A (there few people who have the mandatory custom fields unset cause they dont visit the forum before all fields became mandatory) + it doesnt display the percentages order from highest to lowest but with the order of the fields instead


All times are GMT. The time now is 08:32 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01502 seconds
  • Memory Usage 1,793KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete