Ongoing support of the plugin
-
Hi Slava,
Not sure you are still wathcing this but in case you are I wanted to ask what you wanted to do about ongoing support of this plugin. There’s an issue with the current version which means it no longer works. I can’t claim to be an expert but I’ve managed to get it going by inserting a couple of checks on the saved settings:
buddypress-groups-extras/core/loader.php
insert below line 115:
115 - $order = groups_get_groupmeta( $bp->groups->current_group->id, 'bpge_nav_order' ); 116 - if ( !$order ) $order = array();
insert below line 1078:
1078 - $old_data = groups_get_groupmeta( $bp->groups->current_group->id, 'bpge' ); new line 1079 - if ( !$old_data || $old_data == '1' ) $old_data = array();
The check for $old_data == 1 is to fix any group settings that failed with the error this fixes.
So yep, wondering how these fixes can be applied to the plugin? Would you be able to update it or maybe give me the ability to upload?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Ongoing support of the plugin’ is closed to new replies.