Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Blog Statistics Forum Home + Latest Blogs Details »»
Blog Statistics Forum Home + Latest Blogs
Version: 1.10, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: vBulletin Blog - Version: 3.7.2 Rating:
Released: 07-01-2008 Last Update: Never Installs: 105
Uses Plugins Template Edits
 
No support by the author.

Blog Statistics Forum Home + Latest Blogs [NO FILE EDIT]

This hack uses only 1 query and monitors all statistics and latest blogs. You can choose to show the number of blogs and to which user group.

install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-blogstatistics.xml' from your computer then press 'Import'

Modifications Info

Plugin : 2
Phrases : 9
Template : 2
Setting : 3

Versions:
v1.0 - 04 November 2007
-First release

v1.1 - 04 November 2007
- vb3.7 release

Show Your Support

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

Comments
  #22  
Old 11-07-2008, 09:24 AM
Jawa Lunk Jawa Lunk is offline
 
Join Date: Apr 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I put the latest update to vBulletin on my system, and now the total blogs says 0, and the total entries says nothing.

the links to the latest blogs still show up, but none of the stats.

I uninstalled the product and re-installed it, but nothing changed.

Anyone else having this problem or know of a workaround or fix?

THANKS
Reply With Quote
  #23  
Old 11-08-2008, 02:24 AM
Nixpeiler's Avatar
Nixpeiler Nixpeiler is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Problems since update?
search in index.php

PHP Code:
$specialtemplates = array(
    
'userstats',
    
'birthdaycache',
    
'maxloggedin',
    
'iconcache',
    
'eventcache',
    
'mailqueue'
and change it to

PHP Code:
$specialtemplates = array(
    
'userstats',
    
'birthdaycache',
    
'maxloggedin',
    
'iconcache',
    
'eventcache',
    
'mailqueue',
    
'blogstats',
    
'blogcategorycache'
works on my site

regards
Reply With Quote
  #24  
Old 11-11-2008, 03:56 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jawa Lunk View Post
I put the latest update to vBulletin on my system, and now the total blogs says 0, and the total entries says nothing.

the links to the latest blogs still show up, but none of the stats.

I uninstalled the product and re-installed it, but nothing changed.

Anyone else having this problem or know of a workaround or fix?

THANKS
Nixpeiler fixes it,I was the same

Quote:
Originally Posted by Nixpeiler View Post
search in index.php

PHP Code:
$specialtemplates = array(
    
'userstats',
    
'birthdaycache',
    
'maxloggedin',
    
'iconcache',
    
'eventcache',
    
'mailqueue'
and change it to

PHP Code:
$specialtemplates = array(
    
'userstats',
    
'birthdaycache',
    
'maxloggedin',
    
'iconcache',
    
'eventcache',
    
'mailqueue',
    
'blogstats',
    
'blogcategorycache'
works on my site

regards
Thanks.....

Mine is still still missing the last phrase

Total Blogs: 7 , Total Entries: 30, : 0
Reply With Quote
  #25  
Old 11-11-2008, 04:01 PM
v12kid's Avatar
v12kid v12kid is offline
 
Join Date: Feb 2006
Location: Washington D.C.
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to get this info to display in the column on my forums?
Reply With Quote
  #26  
Old 11-11-2008, 11:26 PM
halkum halkum is offline
 
Join Date: Feb 2006
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES View Post
Nixpeiler fixes it,I was the same



Thanks.....

Mine is still still missing the last phrase

Total Blogs: 7 , Total Entries: 30, : 0
I uninstalled this hack and just did the change suggested and it shows up in my forum stats. GREAT WORK
Reply With Quote
  #27  
Old 11-14-2008, 01:44 AM
fourat fourat is offline
 
Join Date: Mar 2008
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Atakan koc thank you
can you help me here
https://vborg.vbsupport.ru/showpost....3&postcount=36
Reply With Quote
  #28  
Old 11-19-2008, 02:28 AM
DawnsWebDesigns DawnsWebDesigns is offline
 
Join Date: Feb 2008
Location: Tulsa, OK
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES View Post
Nixpeiler fixes it,I was the same



Thanks.....

Mine is still still missing the last phrase

Total Blogs: 7 , Total Entries: 30, : 0
This worked for me too. Thanks a bundle.
Reply With Quote
  #29  
Old 11-25-2008, 06:41 PM
momo2 momo2 is offline
 
Join Date: Feb 2007
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, everything works great, but look at this, for the header part of statics.
how ever it does show the 5 posts..

Total Blogs: 0, Total Entries: , :
Reply With Quote
  #30  
Old 12-01-2008, 10:52 PM
Dr.H Dr.H is offline
 
Join Date: Sep 2006
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What code can I take from this to install it into a module template for vBadvanced CMPS?
Reply With Quote
  #31  
Old 12-18-2008, 10:45 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any fix to the Bugs?
Reply With Quote
Reply

Thread Tools

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 04:21 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.05990 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_php
  • (5)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
  • (3)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