Search Results for 'buddypress'
-
Search Results
-
I’m simply just trying to use xprofile_get_field_data with no success inside a child theme.
I have tried so many different things. I’ve tried…
- adding global $bp;
- creating a new instance: $bp = buddypress();
- echo $bp->loggedin_user->id (returns nothing);
- hardcoding data for xprofile such as: xprofile_get_field_data(4,3053)
- include_once to the plugins page that contains the function
- using add_action(“bp_loaded”, “my_function”). (Didn’t fire my function)
- I get “TRUE” if testing if (function_exists(‘xprofile_get_field_data’))
What else can I be doing? Seems simple enough, yet, doesn’t want to work.
Hello, I have an issue, whenever I try uploading profile picture using a phone like android it’s impossible to crop or see the other half of the picture without a landscape view. This makes it impossible to crop. Tried reducing the size or the jcroper when then the crop floats about. Any solution to this please.
Using wordpress 5.2.4
Buddypress 5.0.0I don’t understand how is it possible to have such a bad navigation system on buddypress. It’s basic but the ajax system is completly anti-ergonomic. When you click on page 2 then click on a profile and click the return button you go back on page 1. This made me crazy that nobody correct this.
Demo on video : https://my.pcloud.com/publink/show?code=XZuMtYkZklWTJl4GVYzXhDpOiGFMAzceyTc7
Somebody have to correct this because now buddypress it really anoying because of this pagination system.
Using @mentions in any text box (posts, replies, messages, etc) completely fails to pop up an auto-complete box with member suggestions. From what I’ve seen, this is supposed to be an automatic feature of BuddyPress, but I ain’t got it.
I can only assume that one of my plugins or theme customizations has disabled the feature? Can anyone help me out? It would be an extremely useful feature to have in the community I manage.
Thanks!
Hi! I’ve been searching without success.
I am importing information from a form to the buddypress profile.
But a field is an array (cities of the world that you chose) and when i trying to add it as checkbox it is not possible if it has not been loaded before, is there any way to do it?For example as it is imported in text line:
Paris, Francia, Buenos Aires, Argentina (these are google places)
like i need in check boxParis, Francia
Buenos Aires, Argentinathanks!!
Trying to change the layout from 3 columns currently (The social login from Super Socializer created the 3rd column) to 2 columns or even one column, please refer here…
In Chrome Dev Tools I saw <div class=”entry content”> is from plugins/buddypress/bp-templates/bp-nouveau/css/buddypress.min.css but nothing change after I modifying “flex-flow:” from row wrap to column wrap.
Any suggestion that Where should I look into?
Thanks
WP 4.9 BP 5.0WP 3.5
Buddypress 5.0.0.
BP legacy
php 7.3.11They don’t seem to like each other anymore.
Warning: usort() expects parameter 1 to be array, string given in …/httpdocs/wp-content/plugins/buddypress/bp-activity/classes/class-bp-akismet.php on line 660
also
Illegal string offset ‘time’ in …/httpdocs/wp-content/plugins/akismet/class.akismet.php on line 1044
Pff. For now Akismet deactivated, but maybe it’s wiser to deactivate Buddypress Activity?
Hello, we’re using WordPress version Version 5.3, BuddyPress version 5.0.0 and our website is https://www.lightstalking.us. The theme we’re using is called Performag (Version: 1.409).
Two days ago we suddenly started to have this issue regarding posting images in forum threads – our forum participants can’t post images. They can upload them and hit the send button, but the images simply won’t show up in the thread.
The issue is not due to plugin incompatibility because it’s still there even when I disable all the plugins we have.
Let me know if there’s anything we can do to solve this.
Best,
JasenkaHello,
I have created several private buddyPress groups and each group has a private bbPress forum.
1) As the group is private do I also have to put the forum inside group as private?
2) If so, do I also have to make private the sub-forums of a main forum that is already marked as private?Thank you
bVHello,
I have several different (private) BuddyPress groups with each their specific bbPress forum (private) and I try to give each forum a different look.Is there a way to use or wrap the pages of a BuddyPress group forum with a div # ID to write CSS styles for each forum based on the page #ID?
Thank You
bVTopic: Error showing members list
Hi,
I’m using woffice + buddypress.
When trying to show the members directory I get this error:
Notice: Trying to get property ‘member’ of non-object in ../wp-content/themes/woffice/inc/buddypress.php on line 1360Any fix?
Thanks.Hello,
I hope you can give me input on this scenario.
Diane has a image. She wants to share it with a potential user outside of Buddypress, Jack.
I need Diane to be able to send some sort of message to the Jack who is not a member. Jack would get the message, probably an email, and need to register on the BuddyPress site and join as a member to see this new image, blog post, etc. Then once inside the site. Jack can see the image and operate as a member, because then he has signed up.Can you tell me how I can get there from here?
Very grateful. RossHi
When I upload a profile picture it will upload the picture but will not allow me to crop it. The is a tiny black box in the top left corner which when hovered over gives the ‘change size’ arrows, but when clicked it gets even smaller and the arrows do not appear.
I am using the latest versions of WordPress and Buddypress.
I have tried the following:
* Used default 2017 theme
* Disabled all plugins except buddypress
* Used different browsers: Firefox, Chrome, Edge, SafariWhen searching this forum I have seen that this is a known problem but have been unable to find any solution.
Any assistance would be greatly appreciated.
WP 5.3
Buddypress 5.0.0
BP LegacyI think since the update to bp 5.0.0 the comments (group-request-membership-comments) when requesting a group membership are disappearing. The added text cannot be found in the database tables, and there are no sql errors. It simply isn’t stored anymore (it used to be in the comments column of bp_groups_members).
Does anyone has the same problem?