Recent Topics

1 Nov 14, 2006 18:31    

Add some statistics to your blog sidebar, including total number of posts, comments, words and views. Also includes lists of posts with the most comments, views and words.

[url=http://b2evo.astonishme.co.uk/index.php?title=mini_stats]Download and install instructions at AstonishMe.co.uk[/url]
[url=http://plugins.b2evolution.net/index.php/2006/11/14/mini_stats_1]Listing and rating at plugins.b2evolution.net[/url]

2 Dec 15, 2006 06:32

astonishme.co.uk link is broken

4 May 07, 2007 18:18

Hi,

Having problems with the plugin when I am not using all the default param for stats as:


'words', 'views', 'comments', 'mini'

It works fine if I use all four, but if I use less than four, nothing shows up.

Regards,
JCuneta.

5 May 08, 2007 11:17

Can you post the plugin call you're using ?

It should look something like :

	  <?php $Plugins->call_by_code( 'ministats', array(
	    'stats' => array( 'comments', 'mini'), // Change the order of stat types
	  ) ); ?>

¥

6 May 08, 2007 15:09

¥åßßå wrote:

Can you post the plugin call you're using ?

It should look something like :

	  <?php $Plugins->call_by_code( 'ministats', array(
	    'stats' => array( 'comments', 'mini'), // Change the order of stat types
	  ) ); ?>

¥


					$Plugins->call_by_code( 'ministats', array(
						'blog' => 2, // Show stats for all blogs
						'date_format' => 'F j, Y', // Specify a date format
						'limit' => 5, // Number of posts in list (default: 5)
						'morelink' => false, // Omit the more link
						'stats' => array('mini', 'views'), // Change the order of stat types
					) );

I change 'blog' value accordingly using switch.

Then I'm planning on separating the 'stats => .... mini' from the 'comments', 'view', 'words', so I can position them horizontally (footer content) ( http://gameshogun.ws ).

8 May 08, 2007 15:57

Ahh, found it...

The extra -- apparently turned-off everything.


<!-- Mini-Stats -- Stats-Only -->

I better switch to PHP's //

thanks..

9 May 25, 2007 09:14

personman wrote:

Add some statistics to your blog sidebar, including total number of posts, comments, words and views. Also includes lists of posts with the most comments, views and words.

[url=http://b2evo.astonishme.co.uk/index.php?title=mini_stats]Download and install instructions at AstonishMe.co.uk[/url]
[url=http://plugins.b2evolution.net/index.php/2006/11/14/mini_stats_1]Listing and rating at plugins.b2evolution.net[/url]

When I tried to show AstonishMe page mentioned above I got this message only:

An unexpected error has occured!
If this error persits, please report it to the administrator.
Go back to home page

Additional information about this error:
MySQL error!
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'(Errno=1267)

Your query: Blog::get_by_url()
SELECT * FROM evo_plus_blogs
WHERE (
( blog_siteurl REGEXP '^https?://'
AND 'http://b2evo.astonishme.co.uk/' LIKE CONCAT( blog_siteurl, '%' ) ) )

10 May 29, 2007 17:18

Damn, you broke our site :|

Unfortunately I can't replicate the error, does it happen for you on every page or just that one?

¥

11 Jun 02, 2007 23:27

¥åßßå wrote:

Damn, you broke our site :|

Unfortunately I can't replicate the error, does it happen for you on every page or just that one?

¥

Problem occured when visitor has other preferred language for webpages than english. Because I came from Czech republic my preferred language is Czech.

When I switch my Opera browser for English as default all was ok.

12 Jun 04, 2007 10:12

Thanks, I'll take a root round the code and see if I can work out what's causes it to trip

¥

13 Jul 11, 2007 13:52

I am glad to have this little plugin - thank you very much...

But in addition to what is possible now, showing the quantity of posts and the corresponding time period, would it be realizable as well to do a little bit math? Perhaps to show the average number of post a day and the average visitors a day?

Perhaps it would be even possible to add some stats already included in the backoffice: global hits (XML, robots, browser, unknown) for today and yesterday, last week, and last month?

IMO this would show a good and fast overview without checking the stats in the backoffice every time...

What do you think... is this possible?

Greetings,
Daniel

14 Jun 12, 2008 21:41

ministats causes several validation errors for me , i.e.

Line 118, Column 1153: document type does not allow element "h4" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.

…l news is <strong>107,318</strong><h4>Most viewed</h4><ul><li><a href="http:/

any idea?

15 Jun 12, 2008 23:51

I forget everything that was required, but yeah ministats breaks depending on what your skin assumes containers contain. Meaning if the sidebar container (or whatever) expects things to be in nested ULs or what. For example if the skin assumes the entire sidebar is a UL then adding an H4 tag inside that is not good. It took me forever to make ministats not throw up a ton of validation errors :(

17 Jun 13, 2008 05:03

Afwas wrote:

Can some one check if this cures the problem. I need some feedback.
There will be a new release but that's not this file. Some other minor issues want to be ironed out.

file: [url=http://www.blog.hemminga.net/media/blogs/plugins/ministats_plugin-2.2.4.zip]ministats_plugin-2.2.4.zip[/url]

Have a nice day.

yea that worked, thank you Afwas..

btw for the next release, displaying number of registered users and some other numbers would also be good

18 Jun 13, 2008 05:46

I've seen the post by Daniel on the other page :roll:

19 Mar 19, 2011 00:33

i was wondering if this plugin works on the latest b2evo version? i saw some replies that worried me.

i get about 2-3k hits a day on my site, and I don't really like any downtime.

www.stellamarie.com


Form is loading...