vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   vBulletin Blog - Blog Statistics Forum Home + Latest Blogs (https://vborg.vbsupport.ru/showthread.php?t=184169)

Atakan KOC 07-01-2008 10:00 PM

Blog Statistics Forum Home + Latest Blogs
 
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

Atakan KOC 07-02-2008 12:50 PM

Reserved.

F0xy 07-02-2008 01:18 PM

thanks, needed this

1Turk 07-02-2008 04:01 PM

thank you :)

vuiveclub 07-02-2008 07:49 PM

Hi, I see this code in your script
Quote:

if (THIS_SCRIPT == "index")
{
$blogstats = $vbulletin->blogstats;
foreach ($blogstats AS $key => $value)
{
$blogstats["$key"] = vb_number_format($value);

}
$blogsatir = $vbulletin->options['blog_stat_latestblogs'];
can you tell me how it works? thank you for your great hack

htscpl 07-02-2008 08:50 PM

Tried installing and got this error notice:

Quote:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
  • Bitfield Collision: prefixrequired = credits_cantearn

Any suggestions as to the problem ?
Thanks in advance for your help

Hornstar 07-02-2008 10:57 PM

How many queries does this add? Looks good tho. Thanks for sharing.

Q-v-n-s-Q 07-04-2008 04:30 AM

cool, i been looking for this mod

KURTZ 07-04-2008 07:44 AM

great mod Atakan, but i need to decrease the font size of the blog's titles ... how can i do this?

thx

KURTZ 07-04-2008 09:17 AM

OK i found myself the solution :)

open the plugin and find:

PHP Code:

<strong>$vbphrase[blog_stat_latestblogs]: </strong><br /> 

before add

PHP Code:

<div class="smallfont"

and after add

PHP Code:

</div


RedTrinity 07-09-2008 06:31 AM

How would I go about hiding this block from guests? :)

accord2nrz 07-15-2008 10:59 PM

my site shows a total blogs 0 when in fact their are five. Did this happen to anyone else?

mystic10 07-16-2008 03:51 PM

i have this unusaly problem..i dont know how to explain it properly so i am posting a pic...at the botton i dont see the icon next to latest blog...this is in whats going on box...kindly help

carrlos 07-21-2008 03:20 AM

clicked "Installed"!!!

PoetJA-1975 07-31-2008 07:15 AM

Works just fine on 3.7.2 PL1
Thanx for share ATAKAN

Jacquii.

mark|3 08-04-2008 03:34 AM

how do i place my blog stats so that it's being displayed just after "What's going on"
thanks

samiro 08-10-2008 01:12 PM

how can i put this statistics in my front page... not vbulletin page?
thank you

ekantnl 10-27-2008 07:15 AM

Quote:

Originally Posted by accord2nrz (Post 1576371)
my site shows a total blogs 0 when in fact their are five. Did this happen to anyone else?

Yes it happens to me as well. It shows this: Total Blogs: 0, Total Entries: , Today's Entries:


I dont know how to fix it :(

abhimation 10-28-2008 09:45 AM

Quote:

Originally Posted by accord2nrz (Post 1576371)
my site shows a total blogs 0 when in fact their are five. Did this happen to anyone else?

I am facing the same issue..

Any help please ??

praveenbv 11-01-2008 01:19 AM

I have tried to install this. after importing i am unable to view my index page.
it says database problem...

can anyone help me?

Jawa Lunk 11-07-2008 09:24 AM

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 11-08-2008 02:24 AM

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

Bounce 11-11-2008 03:56 PM

Quote:

Originally Posted by Jawa Lunk (Post 1661059)
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 (Post 1661596)
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

v12kid 11-11-2008 04:01 PM

is it possible to get this info to display in the column on my forums?

halkum 11-11-2008 11:26 PM

Quote:

Originally Posted by hIBEES (Post 1663619)
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

fourat 11-14-2008 01:44 AM

Atakan koc thank you
can you help me here
https://vborg.vbsupport.ru/showpost....3&postcount=36

DawnsWebDesigns 11-19-2008 02:28 AM

Quote:

Originally Posted by hIBEES (Post 1663619)
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. :)

momo2 11-25-2008 06:41 PM

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

Dr.H 12-01-2008 10:52 PM

What code can I take from this to install it into a module template for vBadvanced CMPS?

redlabour 12-18-2008 10:45 AM

Any fix to the Bugs?

thedudleys 01-23-2009 02:38 PM

ok i got the problem fixed for the:

Quote:

Total Blogs: 0, Total Entries: , ??:
you need to get into style manager and go to your current skin and then go to

Quote:

blog_stat_forum_home
and then find:

Quote:

$vbphrase[todays_blog_entries]
and you can replace this with what ever you want.

i did:
Quote:

Last 24 Hour blog posts
this will fix the last spot missing where i put the ?? at.

hope this helps anyone, as i would like to thank Nixpeiler for the index.php file edit help.

khalid 02-16-2009 05:14 PM

Thanks for the nice stats.
*Installed*

popowich 03-13-2009 05:02 PM

Hello,

I do not have this installed yet. I'm wondering if I install it, is there a varliable that I can manually place in my forumhome template under $navbar to get this block to display there instead of in the WOL area near the bottom of the forum home page.

Is this possible? Thanks!

-Raymond

students_forum 04-04-2009 02:36 PM

It shows the pending blog entries too :s
is there a way to only show the 'public' ones?


All times are GMT. The time now is 04:48 AM.

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.01228 seconds
  • Memory Usage 1,796KB
  • 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_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete