Hi Slava Abakumov,
Your plugin is great, even a necessary addition but the plugin has not been updated for the last three years! So my question is do you plan to update this plugin?
]]>I note that there have been a few comments about this already, and also that this plugin is no longer supported… but just wondering if by any chance anyone managed to get it working with BuddyBoss and if so, would you be kind enough to share your method?
The differences between BuddyBoss and Buddypress really aren’t so great… surely it can’t be that difficult? ??
]]>Hello, I have created a home page for the groups but now I don’t know how I can edit it again?
Can I create a home page for each group or is it for all groups?
Thank you!
Hi, I’ve seen others having this issue as well but no response on how to fix/address this bug. When I select to enable rich text editing for fields and save my changes, the radio button resets to “Disabled” and the field still doesn’t allow rich text editing. Would love to know how to fix.
]]>i want to remove my activity page comments/reply threads want hide/show feature for it what is the best suitable option and also want to change the styling of my activity page
]]>Hi!
Is there a function or way to get custom fields with a piece of code? Couldn’t find it in the documentation and would love to know if it’s possible.
Thanks!
]]>I am trying to make the Group Description field a rich text field.
The option to enable ‘Rich Editor for Fields’ does not work – each time I enable this radio button and save the settings it reverts to being disabled.
]]>Hi
We are using the buddyboss and when we install the BP Group Extra plugin it does not show on the group menu. Any solution to help show BP Group Extra on group page?
Thanks in advance for your help.
Hi!
I am trying to set the visibility of a groups extras field for all groups. I am able to set the visibility of a field for a certain group, but not for all groups. How can I do this? On the Settings page I can only edit the Set of Fields and not the single field.
getting no response when clicked on add new page.
How to fix it?
]]>Today, I was trying to isolate some issues with my site, and I turned off the Buddypress plugin. This sent my site into panic mode, and I got an email saying that the Buddypress Groups Extras plugin was causing my site to crash. I don’t know for sure that your plugin was the problem, but renaming the folder for Groups Extras did bring my site back up.
I just wanted you to know so that you can build in a fallback state when Buddypress is not activated but Groups Extras is active.
]]>After an update to buddypress 7.2.1 I had to modify buddypress-groups-extras to fix a critical error that broke the site with this error.
PHP Fatal error: Uncaught Error: Call to undefined function bp_is_active() in wp-content/plugins/buddypress-groups-extras/bpge.php:257
I added lines 257 and 264 below.
function bpge_pre_load() {
256
257 if( function_exists('bp_is_active')){
258 if ( ! bp_is_active( 'groups' ) ) {
259 // Houston, we have a problem.
260 add_action( 'admin_init', 'bpge_deactivate' );
261 add_action( 'admin_notices', 'bpge_deactivate_msg_bp' );
262 return;
263 }
264 }
]]>
Hi,
Extra doesn’t show in groups with Buddyboss.
I have Latest versions of WordPress, Buddyboss & BP Groups Extra.
Extra doesn’t show in the group page.
Any help will be appreciated!
Tom
]]>Hello all,
it looks like this plugin is not compatible with the latest version of WordPress. Is there any chance to test and improve ? It looks like the only valid option of adding field to a group.
Thanks a lot in advance,
best
Alex
]]>Howdy,
I don’t know if its just not compatible with the newest version of wordpress or what. However, this plugin is not saving the setting to “show” the custom fields and pages on the backend. When I click save it just reloads the same screen with everything unchecked. It is also not generating any of the new information (i.e. fields, extras, pages) on the front-end.
]]>(Log in WP_DEBUG mode)
When I enter on group page/Manage/Extras, its apear these mesege :
Warning: Illegal string offset 'display_page' in C:\xampp\htdocs\PRUEBA_1\wp-content\plugins\buddypress-groups-extras\core\loader.php on line 456
Warning: Illegal string offset 'display_gpages' in C:\xampp\htdocs\PRUEBA_1\wp-content\plugins\buddypress-groups-extras\core\loader.php on line 459
Warning: Illegal string offset 'display_page_layout' in C:\xampp\htdocs\PRUEBA_1\wp-content\plugins\buddypress-groups-extras\core\loader.php on line 462
Then when i add a new page on “Extras” its apear these message on the top of the screem:
Warning: Illegal string offset 'gpage_id' in C:\xampp\htdocs\PRUEBA_1\wp-content\plugins\buddypress-groups-extras\core\loader.php on line 1079
Warning: Illegal string offset 'gpage_id' in C:\xampp\htdocs\PRUEBA_1\wp-content\plugins\buddypress-groups-extras\core\loader.php on line 1092
Warning: Illegal string offset 'display_page_layout' in C:\xampp\htdocs\PRUEBA_1\wp-content\plugins\buddypress-groups-extras\core\loader.php on line 80
WordPress 5.5.1
BuddyPress 6.3.0
BuddyPress Groups Extras 3.6.9.1
PHP Version 7.4.8
Can you help me please?
Thanks
Hi there
I am using BUDDYBOSS PLATFORM (latest version). I have checked with BB about your plugin compatibility and there is no issue about it.
But, after I installed and activated it, I could not get the EXTRA option on the GROUP PAGE (after clicked ADMIN or MANAGE)
I have allowed ALL GROUPS on SETTING -> BP GROUPS EXTRAS
Do I have to create something on the DEFAULT SETS OF FIELD ?
Thank you
]]>Getting an error when I activate. Thoughts?
Warning
: Illegal string offset ‘gpage_id’ in
/home/customer/www/connect12.org/public_html/wp-content/plugins/buddypress-groups-extras/core/loader.php
on line
1079
Warning
: Illegal string offset ‘display_page_layout’ in
/home/customer/www/connect12.org/public_html/wp-content/plugins/buddypress-groups-extras/core/loader.php
on line
80
Hello,
I love this plugin, but I really don’t want to ask the new members to go in and have to set all this up on their own. Is there anyway to set a “template” that is the new default template when a new group is made?
Thanks!
]]>Hi
Can I change the “Home” text that is preloaded in the label field when a user is creating a new page? I will like it to preload something else and not “Home”.
I attached a screenshot so us can see the page and screen with the text “Home”
https://soulofsoccer.com/wp-content/uploads/2019/10/Screen-Shot-2019-10-18-at-1.03.32-PM.png
Thank you for all your help.
]]>Quick fix for everybody that has issue with warning: Illegal string offset ‘gpage_id’ etc.
Change following rows in core/loader.php
115 $order = groups_get_groupmeta( $bp->groups->current_group->id, 'bpge_nav_order' );
to
115 $order = (array) groups_get_groupmeta( $bp->groups->current_group->id, 'bpge_nav_order' );
and
1077 $old_data = groups_get_groupmeta( $bp->groups->current_group->id, 'bpge' );
to
1077 $old_data = (array) groups_get_groupmeta( $bp->groups->current_group->id, 'bpge' );;
That worked for me with PHP 7.3
]]>Hello,
I would like to create a social network where users will be assigned in a city group based on where they live. I’m looking for a Buddypress addon to do that.
Does any this plugin support this feature?
Thanks
]]>Hi, is there a setting to follow activity within groups?
Thank you,
Sharon
]]>Hi, I’m not able to create pages anymore. Will there be an update soon?
]]>Warning: Illegal string offset ‘gpage_id’ in /srv/disk6/2117321/www/staticcolonies.com/staticacademy/wp-content/plugins/buddypress-groups-extras/core/loader.php on line 1079
Warning: Illegal string offset ‘gpage_id’ in /srv/disk6/2117321/www/staticcolonies.com/staticacademy/wp-content/plugins/buddypress-groups-extras/core/loader.php on line 1092
Warning: Illegal string offset ‘display_page_layout’ in /srv/disk6/2117321/www/staticcolonies.com/staticacademy/wp-content/plugins/buddypress-groups-extras/core/loader.php on line 80
]]>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?
]]>I had a website that used your plugin that was put on hold for a while. I came back to the site recently to revive it, only to discover that several of the group pages were missing, and that the links to them were not going anywhere.
In this link you’ll see that only one of the Group pages is listed (and the link to it still doesn’t work), and also the error message I’m receiving.
Does anyone know what it means, and is there any way to recover my Groups pages? Thanks
]]>Hi, I was so happy to find this plugin and thought this is just what is needed for displaying content in groups. However, if I click on groups pages and “add new” nothing happens. I cannot create a group page. Is it only me?
]]>Hi
I have a requirement where we need to apply all the fields and custom pages to all logged-in users of group(s), not only to admins/site admins (this is current behavior). Please advise/guide how to achieve this?
REF: BuddyPress Groups Extrasv3.6.9.1
Thanks in advance
Vy
Is this possible to auto-create group pages on group creation? Like I have 5 page to create for each group and I have to do it manually. So what I want is that it should auto-create those 5 pages for each new group on the creation of the group.
]]>