******* - Modern Statistics [Paid] [Deleted]

Status
Not open for further replies.
Any luck today with the new version?

Please try to open file \library\*******\ModernStatistic\Installer.php and replace all function getAlters() with
Code:
    public function getAlters()
    {
        $alters = array();
        $alters['xf_*******_modern_statistic'] = array(
            'style_settings'    =>    " BLOB NOT NULL ",
            'allow_user_setting'    =>    " TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT  '1'",
        );
        $alters['xf_user'] = array(
            'brms_statistic_perferences'    =>    " BLOB NULL",
        );
        return $alters;
    }

Or you can download the latest version at https://*******.com/resources/modern-statistics.28/ again to solve your issue.

Regards
 
Has anyone been able to install the latest version successfully? Past experience has shown that each ******* update brings about more issues so little hesitant.
 
Please try to open file \library\*******\ModernStatistic\Installer.php and replace all function getAlters() with
Code:
    public function getAlters()
    {
        $alters = array();
        $alters['xf_*******_modern_statistic'] = array(
            'style_settings'    =>    " BLOB NOT NULL ",
            'allow_user_setting'    =>    " TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT  '1'",
        );
        $alters['xf_user'] = array(
            'brms_statistic_perferences'    =>    " BLOB NULL",
        );
        return $alters;
    }

Or you can download the latest version at https://*******.com/resources/modern-statistics.28/ again to solve your issue.

Regards

The replace function did the trick. Thank you sir. Looks good.
 
Does the way you coded the styles only limit us to the two choices 'light' or 'dark' regardless of how many styles we have on our forum?
 
Is anyone using this addon with featured threads? Id like it to be listed underneath the slider in the portal page? Any ideas?
 
Just add a hook on portal template and place hook name into modern statistics.
Tried it, didnt work.

used the following code :
<xen:include template="BRMS_ModernStatistic" />

Also put the position to 'Other' in the addon options.
 
We recommend you to upgrade to the latest version to have better experience and easy to control modern statistics.

Regards,
 
******* updated ******* - Modern Statistics with a new update entry:

29/11/2014: Version 2.2.2

- Fixed bug on Statistics automatically refresh.
- Minor bug fixes.

Read the rest of this update entry...
 
not sure if its been reported already or not but i seem to have discovered a bug where excluding a node or nodes will completely hide the plugin..
Capture_54 Dec. 10 09.02 AM.webp
 
There's no option for thread starters there.
That's why your question was answer as:
But also gave you all other options:
screen-shot-2015-01-12-at-23-34-19-png.94640
screen-shot-2015-01-12-at-23-34-31-png.94641
 
Status
Not open for further replies.
Top Bottom