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
(2011-07-19, 12:42 PM)lexy Wrote: [ -> ]why you not just install mybb and try it yourself

LOL
Not all the servers are equal and you can't find all the bugs yourself.
---
I can't test it because I don't have a test forum now... Confused
Is possible to add the module of "New Threads"? Smile
(2011-07-21, 01:03 PM)wageral Wrote: [ -> ]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?

1. Open "inc/plugins/prostats.php".

2. Find this line:
$threadlink = get_thread_link($tid,NULL,"lastpost");

3. Replace it with this:
$threadlink = get_thread_link($tid,NULL);
$threadlink_first = get_thread_link($tid,NULL,"lastpost");

4. Go to AdminCP -> Templates & Styles -> Template Sets -> Global Templates

5. Open the template "prostats_newestposts_specialchar".

6. Replace {$threadlink} with {$threadlink_first}
Well i tried the 1.9 and still not showing up or letting uninstall the plugin. For the 1.9 i can't get to the setting even if its active.
Is there a way to uninstall the plugin? (without deleting the files)
(2011-07-21, 01:09 PM)alv4 Wrote: [ -> ]Is possible to add the module of "New Threads"? Smile

Yes, I can add it as an Extra Cell.
I'll review this thread and would try to apply whatever is suggested for the new version (Maybe not all of them, but those which are possible... and useful for the majority of users... and easy to apply for me!).

(2011-07-22, 12:51 AM)CharlieCraft.com Wrote: [ -> ]Well i tried the 1.9 and still not showing up or letting uninstall the plugin. For the 1.9 i can't get to the setting even if its active.
Is there a way to uninstall the plugin? (without deleting the files)

Please check the file "inc/settings.php" for proper CHMOD.
Settings File  	./inc/settings.php 	   Writable
still nothing...hhmm
1.9 the settings does not show up and with 1.8 it shows up. but with both of them (they are active) the prostats still does not show up.
I have no idea what is wrong. Other plugins old plugins do work...
Thanks a lot Saeedgh, it works fine. I've got just one complain from my users:
Is it possible to create some more space between the lines?

Ger


(2011-07-21, 02:01 PM)SaeedGh Wrote: [ -> ]
(2011-07-21, 01:03 PM)wageral Wrote: [ -> ]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?

1. Open "inc/plugins/prostats.php".

2. Find this line:
$threadlink = get_thread_link($tid,NULL,"lastpost");

3. Replace it with this:
$threadlink = get_thread_link($tid,NULL);
$threadlink_first = get_thread_link($tid,NULL,"lastpost");

4. Go to AdminCP -> Templates & Styles -> Template Sets -> Global Templates

5. Open the template "prostats_newestposts_specialchar".

6. Replace {$threadlink} with {$threadlink_first}

@CharlieCraft.com: Neither do I. Sorry.

@wageral:

Yes!
CSS code:

#prostats_table tr {
   line-height: 20px;
}

P.s. At the moment MyBB quote parser has a problem. It's why I didn't quote your posts.
What is this?!

[attachment=23564]

That's ProStats 1.9.1! The first stable version in 1.9 series. And now it's released. ;-)

Subscribe to ProStats' blog and you'll not miss next updates.
Thaaaanks !!!!
Big Grin
(2011-07-29, 02:11 PM)SaeedGh Wrote: [ -> ]What is this?!



That's ProStats 1.9.1! The first stable version in 1.9 series. And now it's released. ;-)

Subscribe to ProStats' blog and you'll not miss next updates.

is it available on the mods site.
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