Changeset 1643037
- Timestamp:
- 04/22/2017 04:24:45 PM (9 years ago)
- Location:
- bp-group-analytics
- Files:
-
- 7 added
- 4 edited
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (added)
-
assets/icon-128x128.jpg (added)
-
assets/icon-256x256.jpg (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
trunk/README.md (added)
-
trunk/buddypress-group-analytics.php (modified) (2 diffs)
-
trunk/css/style.css (modified) (1 diff)
-
trunk/history.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-group-analytics/trunk/buddypress-group-analytics.php
r1640380 r1643037 132 132 } 133 133 134 function create_screen( ) { }134 function create_screen($group_id = null) { } 135 135 136 function create_screen_save( ) { }136 function create_screen_save($group_id = null) { } 137 137 138 function edit_screen( ) { }138 function edit_screen($group_id = null) { } 139 139 140 function edit_screen_save( ) { }140 function edit_screen_save($group_id = null) { } 141 141 142 142 /** … … 145 145 * @author Vivek Sharma 146 146 */ 147 function display( ) {147 function display($group_id = null) { 148 148 do_action('bp_group_analytics_display'); 149 149 $this->bp_group_analytics_display_from_saved_meta(); -
bp-group-analytics/trunk/css/style.css
r1640380 r1643037 7 7 min-height: 300px; 8 8 } 9 10 /* 11 * Google Chart tooltip flickers on hover issue 12 * http://stackoverflow.com/questions/37902708/google-charts-tooltip-flickering#39775254 13 */ 14 svg > g > g:last-child { pointer-events: none } -
bp-group-analytics/trunk/history.txt
r1640380 r1643037 1 1 - Initial Release. 2 2 Get chart by xprofile fields. 3 -
bp-group-analytics/trunk/readme.txt
r1640380 r1643037 8 8 License: GNU General Public License 3.0 or newer (GPL) http://www.gnu.org/licenses/gpl.html 9 9 Author: Vivek Sharma 10 Author URI: http://ProvisTechnologies.com 10 11 Website: http://ProvisTechnologies.com 11 12 Stable 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. 13 Description: Providing stats in form of pie charts for the profile fields of group members. 14 15 Step 1:- Install the plugin and go to plugin settings in wordpress dashboard. 16 17 Step 2:- All xprofile fields are listed in the admin settings page. Select the xprofile fields for which chart is required and save settings 18 19 Step 3:- A new analytics tab will be added on groups single page, with pie charts by the profile fields selected in admin settings. 20 14 21 15 22 == Notes == … … 26 33 27 34 https://github.com/erviveksharma/bp-group-analytics 35 36 == Screenshots == 37 Admin settings page 38 Analytics tab in group single page
Note: See TracChangeset
for help on using the changeset viewer.