Hi there,
We’ve been looking at the possibilities to have a visual editor for the groups.
We have been able to get a rich text editor working like the one used right here, but for end-users we need a more intuitive solution without html markup.
Does anyone know of a solution?
Thanx!
Hi all
Is there a way to filter the standard activity stream by an xprofile field?
For example – I have four locations that my users can select in their profile and I’d like to show all activity at one location.
Am using WordPress v4.4.2 and Buddypress v2.4.3
Many thanks
Ben
There are plugins that can do this. It isn’t necessarily a BuddyPress thing
Ref: https://en-gb.wordpress.org/plugins/wp-last-login/
Hi,
I have install: WordPress 4.4.2 , 3d party buddypress 2.4.3 and bbpress 2.5.8
I do not understand why in the forum are not seen avatar and emiticons.
This is a link my site page: http://www.videocrazy.it/groups/videogames/forum/topic/the-division-io-lho-prenotato-e-voi/
I tried to disable the plugin but the problem persists.
Can someone help me?
It’s because bp_displayed_user_id() is only applicable on member profile pages (eg. example.com/members/USERNAME).
You’re probably looking to use bp_loggedin_user_id(). Or if you just want to rely on WordPress functions, just use get_current_user_id() / get_user_by().
1. is_super_admin( $user_id )
https://codex.wordpress.org/Function_Reference/is_super_admin
2. bp_get_displayed_user_fullname()
But at-mention functionality only works with user names.
So @jino01 will work
But @LarryJino will not work.
Hi All,
I set up BuddyPress on my site, dogsyyc.ca, and I installed BuddyPress Registration Options to force the manual approval of memberships. I then noticed the “Manage Signups” button in the Users panel. This appears to do the same thing but I want to be absolutely sure.
Can I deactivate the Registration Options plugin?
I am on WordPress 4.4.2 and BuddyPress 2.4.3.
Thanks in advance,
Jim
Hello,
WordPress version? Last one
Theme activated? Customizr
Plugins dealing with media activated?
Browser used? Firefox, Chrome
Host ? o2switch
I’ve disable cache plugin, lazy load video plugin and clear the browser cache.
When changing image profile or image cover, the right sidebar goes down and {{data.filename}} text appears next to the profile content div area.
How can I send you admin access so you can have a close look at it if you have time of course ?
I do not agree , because WordPress 4.4.1 it worked fine . And why after register of member no name displayed on the user page
Anonymous UserInactive
Anonymous UserInactive
Hi all,
Thanks a lot for your feedback, but just saying “it’s not working for me” is not helping that much 🙂
Let’s share as much infos as possible..
WordPress version?
Theme activated?
Plugins dealing with media activated?
Browser used?
Host ?
I’m saying this because i was able to set my cover image on @christopherwayne website and set my avatar using the wp-admin/profile Extended profile area of his website.
Perhaps try to clean your browser’s cache…
Hello,
I’ve installed Twentysixteen Theme but the Twentysixteen Companion Styles is not working and I can’t get the left column sub nav as it shows here:
https://bpdevel.wordpress.com/2015/10/10/twentysixteen-companion-styles/
Can you please help ?
1. On a standard install, if somebody was able to log in as a subscriber, they can mainly be annoying: generating lots of Notices and maybe emails, inappropriate content, etc.
In general, read up on ‘wordpress hardening’.
Thanks for opening the ticket.
https://buddypress.trac.wordpress.org/ticket/6895
In the ticket, please add a reference to this thread and also paste your useful filter.
bp_core_validate_email_address uses the WP function email_exists.
So perhaps that WP function should check the signups table.
You can open a ticket here and a decision will be made as to whether it should actually be a WP ticket:
https://buddypress.trac.wordpress.org/newticket
Use the same suer / pw you use for these forums.
We’re having a pretty serious BP hiccup. This error message is appearing for all logged in users in the header and numerous times on their profile page.
Notice: Trying to get property of non-object in /www/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field.php on line 240 Notice: Trying to get property of non-object in /www/wp-content/plugins/buddypress/bp-xprofile/classes/class-bp-xprofile-field.php on line 240.
In addition, we’re unable to access the Media Library and have this additional error message in the WP Admin sidebar about using depreciated arguments.
Here are a few screenshots of the issues.
https://www.dropbox.com/s/vm6aoccd53xvrep/Screenshot%202016-02-11%2011.13.19.png?dl=0
https://www.dropbox.com/s/nxju828lsl3tzx8/Screenshot%202016-02-11%2011.15.12.png?dl=0
Wordpress 4.4.2
BuddyPress 2.4.3
We’re also running Membership 2 from wpmudev.
Thanks!
Does anyone know where I should be implementing the code that @imath has shared with me regarding the error message I have received?
Upload Failed! Error was: That photo is too big. Please upload one smaller than
This error message only happens when their is an upload of the profile photo within BuddyPress. The same profile photo can be uploaded into the media library within WordPress successfully. Unfortunately BuddyPress does not look for the media library to upload the profile image. It looks for the users hard drive.
Note: The upload of the profile image was working for the original install 2 months ago. I was able to upload 400 members profile images and then one day it stopped working. Not sure if there was an update that is causing the conflict.
Help would be appreciated as this is delaying the launch of this website.
you can make available certain contents for members only using one of the many wordpress membership plugins, just browse around to find one suitable for you.
https://wordpress.org/plugins/tags/members-only
Im using a updated wordpress, buddypress and bbpress. Currently we disabled friends and group functions since it was only exclusive for the company. We’re using the event manager plugin for the events. The question is, is it possible to make the events shows/display only for the members?
Plus being noindex each event so that google cant find it?
Thanks
By default, all BP pages are public.
Your feedback page is not a BP page, afaik.
Therefore something in your theme, plugins or custom code is setting that WordPress page to private.
I doubt it is related to .htacess
Anonymous UserInactive
i have the problem after migrating my wordpress installation from one server to another
Meaning this wasn’t happening before this migration?
In the meantime, you can temporarly fallback to the “old” Avatar UI by adding this filter:
// This will disable the Avatar UI and let you use the old UI
add_filter( 'bp_avatar_is_front_edit', '__return_false' );
// These will disable the cover image.
add_filter( 'bp_is_profile_cover_image_active', '__return_false' );
add_filter( 'bp_is_groups_cover_image_active', '__return_false' );
Wordpress Version: 4.3.1
Theme: Enfold
Plugins with media:
Better bbPress Signature
EWWW Image Optimizer
W3 Total Cache
There are more plugins but they are only for bbpress.
I also installed the Buddypress Beta, but the bug is still there.
And thank you already for your time 🙂
Anonymous UserInactive
Hi,
thanks everyone for reporting this issue. Could you give us details about your configs ?
WordPress version?
Theme activated?
Plugins dealing with media activated?