Search Results for 'buddypress'
-
AuthorSearch Results
-
June 2, 2018 at 7:08 pm #273977
In reply to: Document Management Support
Venutius
ModeratorI think you are looking at a few plugins and probably a bit of custom code. One part to your potential solution is that sharing of posts to groups etc. I’ve written a plugin called BP Post Status that allows posts to be displayed only to specific groups. You could couple this with Co-Authors Plus to allow more than one team member to be able to edit and update the post.
That’s one option. Another option is to use BuddyPress Group Documents, this allows documents to be created and edited by the group, it’s another approach to the problem.
Not sure about statement of account, you mean like a paid membership model? Paid Membership Pro maybe, something like that?
Venutius
ModeratorIt’s because you have overloaded the template file in
themes/kleo.buddypress/members/single/home.phpit’s trying to load an obsolete function `bp_is_user_forums() on line 102. If you did not create this file you need to speak to your theme support to fix it, otherwise the solution is to remove that function basically, it’s usually in an if function.June 2, 2018 at 6:46 pm #273974In reply to: Author box as widget in side bar
Venutius
ModeratorHave you tried – https://buddydev.com/plugins/blog-author-profile-for-buddypress/
stevenseagal
Participant[02-Jun-2018 18:09:52 UTC] PHP Notice: Trying to get property ‘ID’ of non-object in /www/energy_498/public/wp-content/themes/kleo/lib/plugin-pmpro/config.php on line 377
[02-Jun-2018 18:09:52 UTC] PHP Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /www/energy_498/public/wp-content/themes/kleo/buddypress/members/single/home.php:102
Stack trace:
#0 /www/energy_498/public/wp-includes/template.php(690): require()
#1 /www/energy_498/public/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/www/energy_498…’, false)
#2 /www/energy_498/public/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false)
#3 /www/energy_498/public/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part(‘members/single/…’, NULL)
#4 /www/energy_498/public/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part(‘members/single/…’, NULL, false)
#5 /www/energy_498/public/wp-includes/class-wp-hook.php(286): BP_Members_Theme_Compat->single_dummy_content(”)
#6 /www/energy_498/public/wp-includes/plugin.php(20 in /www/energy_498/public/wp-content/themes/kleo/buddypress/members/single/home.php on line 102June 2, 2018 at 5:16 pm #273971Topic: Author box as widget in side bar
in forum How-to & Troubleshootingnomadplayground
ParticipantI’m looking for an Author Box that works with Buddypress and am coming up blank.
The best I’ve been able to find is a post with a bunch of code to add the author bio underneath a post. But what about in a widget in the sidebar? Has any progress been made on this/ I have I missed something? Would looove to integrate an Author Box with Buddypress.
June 2, 2018 at 1:41 pm #273962thegoodnamesweretaken
ParticipantThank you for the quick reply. Unfortunately, changing this setting did nothing. I removed/replaced buddypress (with no other plugins active) and still get the same results.
June 2, 2018 at 7:06 am #273949In reply to: Activation key field don’t auto fill
Radzio125
ParticipantI use my own theme. @venutius thanks for link. I edit this file and all works well:
June 2, 2018 at 6:05 am #273948In reply to: You do not have access to this activity
blenderitalia
ParticipantJune 2, 2018 at 6:00 am #273947In reply to: BuddyPress activity link is broken
blenderitalia
ParticipantSame but buddypress 3
June 2, 2018 at 2:09 am #273944In 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
-
AuthorSearch Results