Search Results for 'buddypress'
-
Search Results
-
Topic: Error in Group Docs
WP ver. 4.73
BP ver. 2.82
metro magazine pro themeI see this error when trying to view my group.
Warning: Creating default object from empty value in /home/wp_5cnhby/ntcep.org/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php on line 1170
After installing bbpress and attempting to access the topic in the group forum the following error occurs:
Fatal error</b>: Call to undefined function bb_get_id_from_slug() in <b>/home/parti081/public_html/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php</b> on line 301
Could someone help me?
Thank youI already have the site name as the “FROM” so there’s no need to duplicate it in the subject line. Is there a PHP function I can use to remove it? thank you
When a user signs up, they create their password (I’m using membership2 plugin for payment and registration, which integrates with buddypress).
My users then get a “create your password” email that looks like WordPress. I want to remove this. I want the user to choose their password when they register and not get the email with their login details
Hi,
I wish to create extended profiles for two different categories “corporate” and “Freelancers” using buddypress with users able to share info and communicate among both the sites.
i came across the link mentioned above, but do not understand where to copy paste the code to create seperate profile fields for both the categories
aprreciate any help on this…..thanks
Hi I hope you can help.
I just installed (then quickly deactivated) BuddyPress version 2.8.2 on my WordPress version 4.7.3
When I look at the public site the whole site is pushed down by about 20 repetitions of this error:
Warning: Missing argument 2 for bp_core_menu_highlight_nav_menu_item() in /home/ecoinsul/public_html/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 227How do I fix this?
Cher
I’m getting the following error message show up in the profile background image:
Fatal error: Call to undefined function bp_get_profile_field_data() in /home2/poolpros/public_html/staff/wp-content/themes/social-learner/buddypress/members/single/member-header.php on line 44
I’m guessing it’s looking for something that isn’t there but I don’t know how to tell or better yet, how to fix it.
Is there a way to reset something or can anyone help me figure this out? T
Howdy y’all,
I’ve done quite a bit of research into this and done some searching, but still haven’t found a good solution – or any solution really.
Basically have a directory of users setup and want to organize them by last name. However, it would be preferable to organize them by a bp_profile_field setup with their last name since some members have surnames or go by Jr. (ex: Van Doren, Gonzalez Jr.).
Basically looking to organize users alphabetically by a bp_profile_field.
WordPress 4.7.3
BuddyPress 2.7.4
(Using BP Profile search shortcode to create directory version 4.7.3)Topic: Resize member avatar error
When user upload user avatar the system offers to resize image.
If uploaded image filename contains cyrillic (not latin) characters, then appears error, meaning that error was occured on image resizing (При изменении размеров вашей картинки профиля произошла ошибка.).
If user upload image with filename containing only latic characters (not cyrillic) operation be done successfull.
I use the last version of WordPress and BuddyPress.
System language is russian.This has been happening for the past couple of months now, and I still can’t seem to find a solution.
The first time it happened it was one of my moderators, all of a sudden all of his posts just disappeared. The second time it was all of my posts, and just today it happened again to my buddy.
Is there some kind of limit to how much you can post? After a certain number of posts does it reset to zero in the database or something? Or could it be my server itself?
Another theory I had was a plugin conflict.. so here’s a list of my active plugins:
- bbpress
buddypress
buddypress activity shortcode
buddypress activity social share
buddypress edit activity
buddypress like
buddypress shortcodes
buddypress social connect
cloudwok
easy profile widget
embedly
facebook thumb fixer
google XML sitemaps
jetpack
regenerate thumnnails
the events calendar
under construction / maintenance mode
user role editor
widget shortcode
WP-recaptcha-bpWhile using the “Private Message” button, Buddypress is displaying my own name and profile photo (must be grabbing from members-loop, or something) at the top of the screen.
I’d like to make a modification to change this, so that it will display the recipient’s name/photo instead. This way, my users will be looking at the person they are contacting, while entering their message, instead of looking at themselves. It will serve as a reminder of who they are writing to. (Some people forget things very quickly!)
I’ve carefully reviewed the compose.php file, but am I even looking at the right file to make these changes?
Whether it’s the right file or not, does anyone know exactly how I should go about making this change?
If this sounds too complicated, then perhaps you can suggest how to add a line of text like this, right before the Subject field:
This message is to: (Recipient’s Name)
(That would be better than nothing!)
Topic: Hide username for security
Hi there,
We are building a community website using buddypress and Boss theme and I wanted to ask if you could help us hide the @username on the cover photo. Exposing the username brings up security issues especially for site admins so we want to hide it and only show the name which can be changed.
Your help will be greatly appreciated. Thank you!
Hi all!
I’ve set up a custom BP email using this instruction:
I have custom email tokens like e.g. {{user_update_table}} that contain HTML code and vary from user to user. Unfortunately, when I send out the email, the HTML code passed through the tokens gets escaped and the tables are not formatted correctly. Is there a way of disabling HTML escaping of some tokens or passing on HTML code in a different way?
Thanks so much!
Topic: Upload avatar for member
I use the last version of wordpress and buddypress.
Users on my site cannot upload their own profile picture and cover image.
when a user trys to upload and image, error i get is:
An error occurred. Please try again later.I have:
option is selected ‘registered members can change ….’
tried different image sizes attributes…etc
tried different image formatsIf i log in as Admin I can change it.
Wordpress version 4.7.3
Buddypress version 2.8.1I found an issue on a buddupress activity single post.
Step1:- UserA create an activity/post on group.
Step2:- UserB creates a replay on the UserA post.
Step3:- WP admin changes user status of UserB as spam.
Step4:- Then activity stream doesn’t display the replay that is created by the userB. But the single page of that activity/post shows the reply of spam(UserB) user post.Please help me to solve the issue.
Topic: Stop Autor Notifications
BuddyPress Notify Post Author on Blog Comment notifies the author of a blog post of any new comment on his/her post using the BuddyPress notification.
Is it possible to stop an to disable that?
- bbpress
First of all want to say a big thanks to all developers of that plugin! And my issue is:
Users of my site are able to post Custom Articles and they can comment them as well. But i want to display a notifications to the author of the Article JUST when a new comments appeared.
So do i need to change bp_activity_at_mention_add_notification() function? .What is the algorithm?