Étiquette : plugin

  • psnCPGAdmin preview (psnGallery2 admin page)

    According the WordPress Support forum, several requests appeared..about having a way to found out the albumid, the pictureid, etc…

    So, my answer is :

    Here is a preview of the Administration page for psnGallery2 plugin.

    psnCPGAdmin Overview

    psnCPGAdmin Overview

    The new psnGallery2 will be out soon. In fact, I am reviewing the way of handling the « customized » tags and as you can imaigne in the preview above, a management of the plugin parameters is done now via another way (a configuration table). This is in test phase since yesterday.

    If I have enough time, the new release (including the admin page) will be available for download tomorrow night (GMT+2).

  • TFS Statistic in 3D PieCharts

    I have created a new plugin to TFS, it generates PieCharts for Top x Most used Operating Systems, Browsers and Countries. It is in fact an extension to the psnStat module.

    Samples of graphical 3D PieChart for TFS Statistic….(figures for those last 7 days)

    echo TFStatOSPie3D(‘thisweek’,5,1,400,200,true,’idaho_stat’); echo TFStatBrowserPie3D(‘thisweek’,5,1,400,200,true,’idaho_stat’); echo TFStatCountryPie3D(‘thisweek’,5,1,400,200,true,’idaho_stat’);

    It uses the fabulous « jpgraph » library.

    Three functions have been created for this :

    • TFStatOSPie3D($Frequency = « today », $nMax = 5, $Header=2, $Width=400, $Height=200, $Legend=true, $dbname =  » )
    • TFStatBrowserPie3D($Frequency = « today », $nMax = 5, $Header=2, $Width=400, $Height=200, $Legend=true,$dbname =  » )
    • TFStatCountryPie3D($Frequency = « today », $nMax = 5, $Header=2, $Width=400, $Height=200, $Legend=true,$dbname =  » )

    I will package and document those new functions and they will be available for download very soon.