Replies
- Jaume Aragay on September 15, 2016 at 2:11 pm in reply to: [Resolved] Any way to set Gallery ON by default for Groups? #5616
The code is from mediapress/modules/buddypress/groups/mpp-bp-groups-functions.php
- Jaume Aragay on September 15, 2016 at 2:10 pm in reply to: [Resolved] Any way to set Gallery ON by default for Groups? #5615
I see mpp_group_is_gallery_enabled() checks for the _mpp_is_enabled group meta… Is it set by default on group creation if the checkbox is checked? Or does it count on it to be empty by default so this code gets the value:
if ( empty( $is_enabled ) ) {
$is_enabled = mpp_get_option( ‘enable_group_galleries_default’, ‘yes’ );
} If you can change the topic for me, please, then this post may help someone else in the future too! 😉
Did I say hidden?! My mistake! PRIVATE Groups! 😉
Has anyone tried joining a private group? Do you have the same problem? Please try it! Thanks in advance! 😉
Resolved!
There was a problem with the proper characters: instead of ‘ they had to be ‘.
BTW, the WordPress site is in Spanish. (For if it affects the resulting URL…)
- Jaume Aragay on August 22, 2016 at 7:54 pm in reply to: [Resolved] How do you get all the available values for a xprofile field (checkbox or select #5229
Thank you! It does solve it! 😉
- Jaume Aragay on March 31, 2016 at 8:50 am in reply to: [Resolved] is "Enable group galleries by default" working? #3274
Just found how to edit/add an image to a previously created group in the group admin section! 😉
Is there a way to set the enable Gallery checkbox from code or should the code be tweaked?
TIA,
Jaume.
- Jaume Aragay on March 31, 2016 at 8:06 am in reply to: [Resolved] is "Enable group galleries by default" working? #3273
Hi Brajesh, 🙂
I added galleries to a group after creation manually. No problem there! 😉
After adding the code to auto-create the galleries for the groups on group creation I think it would make sense to check the enable Galleries button by default for new groups.
Just curious… How do you get to that “enable gallery” page after the group has been created? When I edit a group I don’t go through those 5 pages again… By the way (sort-of-out-topic-here) do you know how to add a group avatar to a previously created group?
Thank you,
Jaume.