MyBB Community Forums

Full Version: ProStats (Professional statistics)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
Thanks for the constant updates on this plugin. It's one of my favorite due to statistics being awesome.
Is performance better in the newer version? I've got a request for it but the SQL queries it uses are daunting.
Hello, using the prosstats + spicefuse shoutbox, if one user click in "reload" button, a error shows up.
Cannot modify header information - headers already sent by (output started at /home/cguiao/multigames.com/forum/inc/plugins/prostats.php:1773)
Local:
Arquivo: inc/plugins/spicefuse_shoutbox.php
Linha: 225
Código:
222.     $lang->load("sf_shoutbox");
223.     
224.     // Send our headers.
225.     header("Content-type: text/html; charset={$charset}");
226.     
227.     switch ($mybb->input['action'])
228.     { 

any ideia?

thx
(2011-07-20, 02:11 AM)koz Wrote: [ -> ]Thanks for the constant updates on this plugin. It's one of my favorite due to statistics being awesome.

You're very welcome! ;-)

(2011-07-20, 02:17 AM)lucasbytegenius Wrote: [ -> ]Is performance better in the newer version? I've got a request for it but the SQL queries it uses are daunting.

Those queries are essential but you can control the number of essential queries by choosing the right settings. The more data you wanna have in ProStats table, the more queries it'll run.

I can decrease its database queries using some methods (e.g. caching) but it'll decrease its accuracy as well.

If you have it in the "index" or "portal" page, and the option "Hide from search bots" is on, then it wouldn't be a big deal.

(2011-07-20, 05:55 AM)Vecchine Wrote: [ -> ]Hello, using the prosstats + spicefuse shoutbox, if one user click in "reload" button, a error shows up.
Cannot modify header information - headers already sent by (output started at /home/cguiao/multigames.com/forum/inc/plugins/prostats.php:1773)
Local:
Arquivo: inc/plugins/spicefuse_shoutbox.php
Linha: 225
Código:
222.     $lang->load("sf_shoutbox");
223.     
224.     // Send our headers.
225.     header("Content-type: text/html; charset={$charset}");
226.     
227.     switch ($mybb->input['action'])
228.     { 

any ideia?

thx

Solution: http://community.mybb.com/thread-48686-p...#pid502140
So i recently moved hosts and backed up my databases. Moved all my files over and uploaded the databases to the new host and now i can get prostats to show.
I even deleted them and uploaded it again, and it won't let me uninstall the plugin from the CP
Any help?
I use the 1.77 version and it works really great! I have 2 questions:

1)In section "newest post", before date and time, there is a small triangle. What's de reason for that? If I click on it it brings me to the latest post; if I click on the link left of it it brings me also to the latest post. Should'nt bring me one of them to the beginning of that tread?

2) Is it possible to get the number of postings by a member next to his/hers name?
For example: John(3) 21-07, 21.34

Thanks in advance,

Ger
(2011-07-21, 04:53 AM)CharlieCraft.com Wrote: [ -> ]So i recently moved hosts and backed up my databases. Moved all my files over and uploaded the databases to the new host and now i can get prostats to show.
I even deleted them and uploaded it again, and it won't let me uninstall the plugin from the CP
Any help?

What do you mean by "it won't let me"? Do you get any errors?
Did you try the latest version (1.9 Beta)?

(2011-07-21, 05:50 AM)wageral Wrote: [ -> ]I use the 1.77 version and it works really great! I have 2 questions:

1)In section "newest post", before date and time, there is a small triangle. What's de reason for that? If I click on it it brings me to the latest post; if I click on the link left of it it brings me also to the latest post. Should'nt bring me one of them to the beginning of that tread?

I think in VBulletin there's a difference between subject's link and triangle's link! But it seems not to be a good idea to insert a link to the first page of each topic. The first page is static and once you read it, you wouldn't probably want to read it again.

(2011-07-21, 05:50 AM)wageral Wrote: [ -> ]2) Is it possible to get the number of postings by a member next to his/hers name?
For example: John(3) 21-07, 21.34

It's not impossible but I'm afraid it's kind of a waste of space. Compare these tow lines:

Thread_Subject UserName1 UserName2 ▼ 07-21, 21:54
Thread_Subject UserName1(1643) UserName2(2781) ▼ 07-21, 21:54

In many forums it's not important because if visitor is interested in "Thread_Subject", he/she would click on it and then would be able to see more details like number of author's posts. But at first glance, those numbers don't make much sense IMO.
(2011-07-21, 09:06 AM)SaeedGh Wrote: [ -> ][
(2011-07-21, 05:50 AM)wageral Wrote: [ -> ]1)In section "newest post", before date and time, there is a small triangle. What's de reason for that? If I click on it it brings me to the latest post; if I click on the link left of it it brings me also to the latest post. Should'nt bring me one of them to the beginning of that tread?

I think in VBulletin there's a difference between subject's link and triangle's link! But it seems not to be a good idea to insert a link to the first page of each topic. The first page is static and once you read it, you wouldn't probably want to read it again.

Maybe you're right SaeedGh but anyway, can I try it for a while? Where can I find the script that I need to change the link into a link to the first page of that particulair topic?

Thanks in advance Smile

Ger




Error, please remove
error, please remove
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42