Plugin Directory

Changeset 1643037


Ignore:
Timestamp:
04/22/2017 04:24:45 PM (9 years ago)
Author:
er.viveksharma2008
Message:

Upload assets and minor fixes on plugin

Location:
bp-group-analytics
Files:
7 added
4 edited

Legend:

Unmodified
Added
Removed
  • bp-group-analytics/trunk/buddypress-group-analytics.php

    r1640380 r1643037  
    132132        }
    133133
    134         function create_screen() { }
     134        function create_screen($group_id = null) { }
    135135
    136         function create_screen_save() { }
     136        function create_screen_save($group_id = null) { }
    137137
    138         function edit_screen() { }
     138        function edit_screen($group_id = null) { }
    139139
    140         function edit_screen_save() {   }
     140        function edit_screen_save($group_id = null) {   }
    141141
    142142        /**
     
    145145         * @author Vivek Sharma
    146146         */
    147         function display() {
     147        function display($group_id = null) {
    148148            do_action('bp_group_analytics_display');
    149149            $this->bp_group_analytics_display_from_saved_meta();
  • bp-group-analytics/trunk/css/style.css

    r1640380 r1643037  
    77    min-height: 300px;
    88}
     9
     10/*
     11 * Google Chart tooltip flickers on hover issue
     12 * http://stackoverflow.com/questions/37902708/google-charts-tooltip-flickering#39775254
     13 */
     14svg > g > g:last-child { pointer-events: none }
  • bp-group-analytics/trunk/history.txt

    r1640380 r1643037  
    11- Initial Release.
    22Get chart by xprofile fields.
     3
  • bp-group-analytics/trunk/readme.txt

    r1640380 r1643037  
    88License:  GNU General Public License 3.0 or newer (GPL) http://www.gnu.org/licenses/gpl.html
    99Author: Vivek Sharma
     10Author URI: http://ProvisTechnologies.com
    1011Website: http://ProvisTechnologies.com
    1112Stable tag: trunk
    12 Description: BuddyPress group analytics is a WordPress plugin providing stats in form of pie charts
    13              for the profile fields of group members.
     13Description: Providing stats in form of pie charts for the profile fields of group members.
     14
     15Step 1:- Install the plugin and go to plugin settings in wordpress dashboard.
     16
     17Step 2:- All xprofile fields are listed in the admin settings page. Select the xprofile fields for which chart is required and save settings
     18
     19Step 3:- A new analytics tab will be added on groups single page, with pie charts by the profile fields selected in admin settings.
     20
    1421
    1522== Notes ==
     
    2633
    2734https://github.com/erviveksharma/bp-group-analytics
     35
     36== Screenshots ==
     37Admin settings page
     38Analytics tab in group single page
Note: See TracChangeset for help on using the changeset viewer.