Search Results for 'buddypress'
-
AuthorSearch Results
-
December 2, 2018 at 10:09 pm #282430
In 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.
November 28, 2018 at 1:44 pm #282264shanebp
ModeratorAre you using BuddyPress 4.0 ?
If so, you can file a ticket here.
Be sure to state the BP version and the steps needed to reproduce your issue.
November 28, 2018 at 1:41 pm #282263In reply to: Buddypress group
shanebp
ModeratorIf you are referring to BP 4.0, and the Fatal Error re add new members in wp-admin > Groups > Group > Edit, then you are correct.
A bug report has been filed.November 28, 2018 at 11:47 am #282255In reply to: Peepso vs Buddypress
EricTracz
ParticipantWell… let me add just my 2 cents here…
PeepSo isn’t really expensive if you consider the level of support we provide, continuous and frequent updates etc. WPML compatibility is on our list, we still have a lot of other things to do before we can get to that.
As we provide plugins for most functionality ourselves, updates won’t break anything. We test PeepSo with latest php, WordPress etc. to ensure it’s ready for whatever comes next. We’re already PHP 7.3 compatible. We have automated testing suite, dedicated server and an engineer to make sure everything always works.
On the other hand there’s BuddyPress… to get all the functionality PeepSo provides with the bundle, you need to pay actually more… not only that but the need to go to multiple vendors, which don’t have the same development rate. You can update one thing and then the others don’t get updated and you’re stuck with outdated code. Or you upgrade something and break your site because it won’t play well with others. If you want to spend time one maintenance and making sure everything plays well together, sure. Go with BP.
But just to touch base on customizations, when they are done properly with plugins, css, template or assets overrides they will not ‘break’ your custom code. Hacking plugins directly is NEVER a good idea. If you need advice on adding functionality or how to go about it, we can give pointers.
November 27, 2018 at 10:55 pm #282244In reply to: Missing Member and Group Navigation
shanebp
ModeratorDid you try to narrow down the issue ?
For example:
Did you try deactivating LH Private BuddyPress ?
If the menus return, then you should follow up with the creators of the LH Private BuddyPress plugin.Did you try switching from Nouveau to the other template pack – BuddyPress Legacy ?
November 27, 2018 at 7:54 pm #282225In reply to: Not Working For MultiSite Install
shanebp
ModeratorI assume you meant bbPress 2.5.14
Are you on BuddyPress 3.2.0 ?Iām able to see bbpress and buddypress on the admin site…
By ‘see’ you mean in the Network Admin dashboard, you can see both plugins on the plugins page and they both say ‘Network Deactivate’ under the plugin name?
On the Network Admin Dashboard, I see tabs for ‘Activity’ and ‘Groups’, both are BP components.
Under ‘Settings’, I see BuddyPress, but not ‘Forums’.If I add a Group, it does so only on the primary site on the network – but all the Settings are only on the Network Admin screen.
I do not see any dashboard links re BuddyPress on any site within the network.
For ‘Forums’ ( bbPress ), I see a tab and a Settings link for all sites in the network.
This may be correct, although confusing.
I just want to confirm that we are seeing the same things.November 27, 2018 at 5:47 pm #282215In reply to: buddypress add images to article
darren1985
Participanti am using the feature within buddypress to bring the ability to add articles/groups.
it basically shows up like this site comment box, just basic text.
@Venutius, article as in any news site you read it has text and images in the article.im able to allow users to add an article, set feature image, assign to category but in the actual body text its like this site, basic text no feature to add media.
this can be done via the admin (backend) but i dont want users accessing my site via wordpress backend, id like them to do it via front end.
-
AuthorSearch Results