Search Results for 'buddypress'
-
AuthorSearch Results
-
June 2, 2018 at 2:09 am #273944
In reply to: Upload Cover Image Option Missing?
ethanstein
ParticipantLooks like this setting within the class-bp-admin file controls whether it’s seen or not:
// Cover images. if ( bp_is_active( 'xprofile', 'cover_image' ) ) { add_settings_field( 'bp-disable-cover-image-uploads', __( 'Cover Image Uploads', 'buddypress' ), 'bp_admin_setting_callback_cover_image_uploads', 'buddypress', 'bp_xprofile' ); register_setting( 'buddypress', 'bp-disable-cover-image-uploads', 'intval' ); }Why would profile cover_image be disabled in nouveau template?
June 1, 2018 at 5:48 pm #273919In reply to: Activation key field don’t auto fill
Venutius
ModeratorHi there,
What theme are you using and is there a chance that you edited any theme files?
June 1, 2018 at 5:33 pm #273915In reply to: No Notifications Bubble
Venutius
ModeratorI’m afraid I don’t offhand, I agree it would be a useful feature. Maybe you could add it as a feature request?
Then the boffins could look at it.
June 1, 2018 at 5:29 pm #273913In reply to: Activation Email
Venutius
ModeratorDid you look at this? https://buddypress.org/support/topic/activation-emails-are-not-being-sent/
June 1, 2018 at 4:25 pm #273903In reply to: GDPR compliance
Venutius
ModeratorHave you looked at the BuddyPress GDPR plugin just released by BuddyBoss?
June 1, 2018 at 4:18 pm #273901In reply to: Upload Cover Image Option Missing?
ethanstein
ParticipantDid as requested. Disabled all but BP. Even still, when I switch to “nouveau” template and click “Save” the options disappear from the buddypress settings. If I switch back to legacy and click “save”, then it reappears. Is there logic in admin code that controls the appearance of those features?
June 1, 2018 at 4:09 pm #273900In reply to: GDPR compliance
HDcms
ParticipantHi,
The data export is a big complex project with the other plugins.
I do not see again in the next version BP4, 2 more simple points:
a) consent box on the registration form (native buddypress)
b) delete storage of members who have not come for more than x yearsI do not see plugin for this deletion. In the meantime, is it possible to have a function that I will run once a day with a cron to delete members and their associated content?
Preferably (with the TOS) delete after a date following the role (period1 to subscribe for example and period2 to subscribe for others)June 1, 2018 at 3:47 pm #273897In reply to: Upload Cover Image Option Missing?
ethanstein
ParticipantI agree it should, but it did not. It simply vanished when I have buddypress nouveau template. “Group Cover Image Uploads” also disappeared with the nouveau template.
June 1, 2018 at 3:34 pm #273894In reply to: BuddyPress Developer needed
Venutius
ModeratorThis might be better posted in https://buddypress.org/support/forum/plugin-forums/bp-jobs-board/ don’t forget to leave contact details.
June 1, 2018 at 1:11 pm #273882In reply to: Comment button in activity stream (no groups)
Varun Dubey
ParticipantJune 1, 2018 at 12:28 pm #273878In reply to: None Admins cannot comment on group posts
Varun Dubey
ParticipantJune 1, 2018 at 8:35 am #273859In reply to: Upload Cover Image Option Missing?
ethanstein
ParticipantLooks like it was because I selected the “buddypress nouveau” template instead of legacy template. Once I chose legacy then I was able to see my cover art.
Is there a particular reason this feature was removed from the nouveau template?
June 1, 2018 at 6:49 am #273853In reply to: Can’t delete the menu for logged out users
Varun Dubey
ParticipantJune 1, 2018 at 6:22 am #273851In reply to: Upload Cover Image Option Missing?
Venutius
ModeratorThe first thing to check is that you have them enabled in Dashboard>>Settings>>BuddyPress>>Options
June 1, 2018 at 6:06 am #273849In reply to: Blank Notifications
Varun Dubey
Participant@bossmanuk try to debug with default WordPress theme (2017) with BuddyPress plugin only it might be possible some theme code is creating an issue.
June 1, 2018 at 6:03 am #273847In reply to: Activity Load More Not Working
Varun Dubey
Participant@aronprins if that’s issue with default theme as well You can submit at https://buddypress.trac.wordpress.org/report
June 1, 2018 at 6:01 am #273846In reply to: Buddypress activity plus pludin issues
Varun Dubey
ParticipantKeep eye on https://wordpress.org/support/topic/buddypress-activity-plus-plugin-issues/ thread. That’s all you have to do
June 1, 2018 at 5:58 am #273845Varun Dubey
Participant@sjregan then it must be theme specific error, We had also got similar reports for Kleo users. You can consult with their support.
As per my understanding up to now, a theme can not have inbuilt support for both sets of BuddyPress template files, they have to make their choice and define inside theme code for which template set they have added dedicated support.June 1, 2018 at 4:03 am #273838In reply to: Activation emails not being sent
frangdelsolar
ParticipantThank you! I tried that, but still not working, though. Is it a theme issue? Host provider? What could it be? I’m running Twenty Twelve theme. And it is a shame since Buddypress is exactly what I need, since it has compatibility with the rest of the plugins.
May 31, 2018 at 10:39 pm #273827In reply to: Activation emails not being sent
r-a-y
KeymasterMay 31, 2018 at 10:37 pm #273826r-a-y
KeymasterThe next release is scheduled for next week.
In the meantime, replace
bp-core/bp-core-functions.phpwith the following:
https://raw.githubusercontent.com/buddypress/BuddyPress/master/src/bp-core/bp-core-functions.phpThen, go to the admin dashboard and navigate to “Tools > BuddyPress” and check the “Reinstall emails” option and the activation email template should be installed.
May 31, 2018 at 5:15 pm #273819In reply to: Username is on the registration form twice!
bassibabes1
ParticipantSolved this!
Used the code from this topic
May 31, 2018 at 2:38 pm #273810onions2578
Participantthe above just output buddypress group fields values anywhere I like [bpps_profile_field field=Life tab=LifeColors] but no edit values anywhere i like
Thank paul, I will check some survey plugins and sort some integration myself.
ultimate members plugin has shortcode to add profile fields editing areas I think but only works with registration and base profile fields and not buddypress group fields
any example of code (for editing profile group fields) on homepage or best buddypress survey plugins I can customize would help
May 31, 2018 at 2:21 pm #273808Boone Gorges
KeymasterThe simplest way to disable, at the moment, is to squelch the
update_user_meta()call. Untested, but something like this should work:add_filter( 'update_user_metadata', function( $should_update, $object_id, $meta_key ) { if ( 'last_activity' === $meta_key ) { return false; } return $should_update; }, 10, 3 );I’ve opened a ticket to discuss disabling the backward compatibility feature in BP. https://buddypress.trac.wordpress.org/ticket/7882#ticket
May 31, 2018 at 11:52 am #273806onions2578
ParticipantTHis is what I was looking for
I am installing now, and may post updates if not what I want.
I found these by searching “wordpress profile fields shortcodes” and there are heap more that I can use with buddypress
Took over 10 hours researching before I tried this search term -
AuthorSearch Results