Search Results for 'buddypress'
-
AuthorSearch Results
-
December 5, 2018 at 11:16 pm #282499
In reply to: Where is the BP Plugin repository?
Venutius
ModeratorIt’s here, see the bottom of the page:
December 5, 2018 at 12:09 pm #282482In reply to: User page redirecting to home
shanebp
ModeratorBuddyPress does not require a user to be logged in order to view a profile.
You have some code on your site ( in a plugin, your theme or some custom code ), that is doing the redirect. You’ll need to find and remove or adjust that code.
December 5, 2018 at 11:27 am #282479In reply to: Tạo mã giảm giá trên buddypress
Venutius
ModeratorIt looks like your request is for forums, BuddyPress uses bbPress forums so you should place your request there – https://bbpress.org/forums/
December 4, 2018 at 4:25 pm #282467In reply to: Like a wiki forum
shanebp
ModeratorIf that is all you need, then BuddyPress is probably overkill.
Look at the various ‘wiki’ plugins for WP.December 4, 2018 at 12:57 am #282454shanebp
Moderatorafaik,
bp_activity_add()is the call always used in BuddyPress – there may be exceptions that you’ll have to track down.But other plugins, like bbPress, may use their own methods, or use
bp_activity_add().December 3, 2018 at 10:31 pm #282451shanebp
Moderatorafaik, you’re looking in the wrong place – easy to do.
Look in the bbPress plugin:
...wp-content\plugins\bbpress\includes\extend\buddypress\activity.phpDecember 2, 2018 at 10:09 pm #282430In reply to: Logged in user link to Inbox
hammeri1
ParticipantThanks Venutius, I’ll take a look at shortcodes. Just reading the link one question I do have is can I enable to user id attribute to dynamically select the logged in user?
@Shanebp: I need to present the logged in user with their inbox. Effectively just showing the Buddypress default members page for that user. All I’ve found available is a default URL of site/members/user. I need this to operate dynamically, detecting the logged in user and revealing their specific inbox. I then want to add this to a page. The end result is that a logged in user can access their inbox from a menu option.December 2, 2018 at 4:05 pm #282429Venutius
ModeratorThere’s a setting for that in Settings>BuddyPress>Options – Show Toolbar to logged out users.
December 1, 2018 at 5:52 am #282406In reply to: Error in adding members to groups
Brajesh Singh
ParticipantHi,
It is a bug in BuddyPress 4.0.BuddyPress 4.1 is coming soon and will have it fixed.
Please see the ticket for more details.
https://buddypress.trac.wordpress.org/ticket/8012Regards
BrajeshNovember 30, 2018 at 10:30 pm #282399In reply to: Can’t add users to a group
shanebp
ModeratorAdd users manually is easy.
Go to.../wp-admin/users.phpon your website and click on the button at the top that says ‘Add New‘.Re add users to group in wp-admin:
Please see this sticky topic.To narrow down problems, use a default WP theme like 2016.
Deactivate other plugins.
After everything is working, then start using your preferred assets.November 30, 2018 at 4:15 pm #282390In reply to: New version installed but problem
Venutius
ModeratorThis one has been reported – https://buddypress.org/support/topic/wp_is_large_network-error-after-4-0-update/
November 29, 2018 at 10:32 pm #282379thafley
ParticipantYeah, Apache seems to be the way to go with WordPress? My boss just likes IIS… I have researched and debugged various things and done fresh installs a few times but I have not tried using buddypress with a different theme and manual user creation. I will try that and report back. Thank you for the tip!
November 29, 2018 at 9:06 pm #282370shanebp
ModeratorIt’s a known bug and there is a ticket.
For now, see this fix.November 29, 2018 at 7:16 pm #282364Henry Wright
ModeratorBuddyPress is easily extended. If you look through the code you will see a lot of action and filter hooks. Also the template hierarchy will let you override core templates. It is a very developer friendly and support here in the forum is the best 😀
November 29, 2018 at 12:13 pm #282316In reply to: Add Group Member form in backend is empty
shanebp
ModeratorIt’s a known bug.
For now, see this fix.November 29, 2018 at 11:12 am #282314In reply to: Avatar Upload ‘Wrong Size’ Message Is Wrong
mongol7
ParticipantHello dsnic. Sorry to bother you but it’s important. You and I had the same problem with a “Buddypress who clicked at my profile” plugin. You said to see a page with “fatal error” errors. Have you found a solution since? I asked for help but I do not have an answer and unfortunately I miss the time.
cordially
November 29, 2018 at 11:12 am #282311Topic: Add Group Member form in backend is empty
in forum How-to & Troubleshootingfrosttho
ParticipantHey All!
It’s me again. I upgraded from BuddyPress 3.2.0 to 4.0.0. After the Upgrade the “Add Members” Form on the Group Page in the Backend was empty. I only got the title “Add new member”.
Is there any workaround?
Thanks in Advance
frostthoWordPress Version 4.9.8
BuddyPress Version 4.0.0
BuddyPress Plugin: LH Private BuddyPress 1.0.8
Running on Apache / Ubuntu 18.04November 29, 2018 at 10:18 am #282310In reply to: PHP fatal error in debug.log
alriknijdam
ParticipantSaw you guys released 4.0.0 so I deinstalled the old version, did some repairs on the database and installed the new version of buddypress. So far so good, in 24 hours this fatal error has not popped up again. Let’s hope it stays that way 🙂
November 29, 2018 at 5:56 am #282305iamdev
ParticipantAre you the same user who ask buddypress cloud be use as songlyrics site first make it clear what do you want to achieve , buddypress can be used for a lot of thing
November 29, 2018 at 3:33 am #282297In reply to: Delete users via mySQL
a608237
Participanti deleted that user’s rows from wp_usermeta also and it still says that user’s name is already taken during registration. I think I may have learned my lesson.. you wouldn’t happen to know where else I need to delete data to finally rid the user would you?
Would you recommend testing the login/reg system by deleting accounts from the buddypress interface?
November 28, 2018 at 10:47 pm #282293In reply to: Buddypress group
webmasterfreya
ParticipantIn bp-groups-admin.php function bp_groups_admin_edit_metabox_add_new_members lacks
is_multisite() &&wp_is_large_network is only loaded for multisites.
function bp_groups_admin_edit_metabox_add_new_members( $item ) { if (<strong> is_multisite() &&</strong> wp_is_large_network( 'users' ) ) { $class = ''; $notice = __( 'Enter a comma-separated list of user logins.', 'buddypress' ); } else { $class = 'bp-suggest-user'; $notice = ''; }November 28, 2018 at 9:10 pm #282286In reply to: Member profiles not showing
shanebp
ModeratorIt seems you have deactivated BuddyPress.
If you decide to reactivate it and if we need to be logged-in, please provide a user name and password.November 28, 2018 at 6:40 pm #282280In reply to: Export data or gdpr related problem
shanebp
ModeratorYou should follow this ticket.
November 28, 2018 at 3:40 pm #282275In reply to: Setting up Forums and Sub Forums
shanebp
ModeratorBuddyPress uses bbpress.org for all forums.
Please use their support, bbpress.org/forums, for questions specific to forums.November 28, 2018 at 1:51 pm #282266In reply to: SHOW GROUPS ADMINS
shanebp
ModeratorWP no longer allows you to add code in the editor unless it can test the code first – otherwise it throws that error.
You should not be adding the code in that location.
You should add it to bp-custom.php or to the functions.php file in your theme or child theme.
-
AuthorSearch Results