Search Results for 'buddypress'
-
Search Results
-
Topic: Problem with messages
Topic: Groups Sort Not Working
feel like I’m about to punch a wall!
Groups sorting in buddypress is not working. I’m on generic 2020 theme. Buddypress installed. Everything else deactivated.
Normal all members search -> fine
Switch to NOUVEU, turn off groups homepage and go to members page search -> fineNOTHING else works.
I’m on kinsta. Anyone else having similar problems?
Hi There,
I’m using WordPress 5.5 and Buddypress 6.2 with Rtmedia 4.6.4.
I have recently reinstalled my website on a new server and it was previously running old versions of WordPress, Buddypress, Rtmedia (I can’t remember which versions exactly).
Everything seams to be running fine excepted that we can’t anymore upload pictures into a new activity post. We can drag and drop the picture and it displays as a miniature, and even its seams to be uploaded as the green bar growths when posting, but when the post is showing in the activity flow, it doesn’t display the picture, just the text of the post. Also the picture does not show in the media library. I don’t have any error and does not know how to debug the whole system (is there any log ?). I can’t see anything relevant into the Apache error.log.
The only strange thing I can see is that some recommended modules are not presents, such as GD and Imagick. I don’t know where the problem is coming from : Buddypress or Rtmedia. If you have any experience and may advise.
The issue is the same with a standard theme.Thanks a lot !
Alan.I can’t edit any user in my site. Whenever I click on edit profile, it says “503 Service Unavailable”.
Even my users also can’t access to profile.php.
I am facing problems in two pages of buddypress. One is profile.php and another one is user-edit.php.My site link : Writers Lawn, Your Writing Platform.
Hello friends,
i am using this code to direct users after login to a page:
<?php /** * Redirect users to custom URL based on their role after login * * @param string $redirect * @param object $user * @return string */ function wc_custom_user_redirect( $redirect, $user ) { // Get the first of all the roles assigned to the user $role = $user->roles[0]; $dashboard = admin_url(); <strong>$myaccount = 'https://elearningathome.de/mitglieder/';</strong> if( $role == 'administrator' ) { //Redirect administrators to the dashboard $redirect = $dashboard; } elseif ( $role == 'shop-manager' ) { //Redirect shop managers to the dashboard $redirect = $dashboard; } elseif ( $role == 'editor' ) { //Redirect editors to the dashboard $redirect = $dashboard; } elseif ( $role == 'author' ) { //Redirect authors to the dashboard $redirect = $dashboard; } elseif ( $role == 'customer' || $role == 'subscriber' ) { //Redirect customers and subscribers to the "My Account" page $redirect = $myaccount; } else { //Redirect any other role to the previous visited page or, if not available, to the home $redirect = wp_get_referer() ? wp_get_referer() : home_url(); } return $redirect; } add_filter( 'woocommerce_login_redirect', 'wc_custom_user_redirect', 10, 2 ); ?>Now i want to redirect to a page with the specific username in the url, e.g.
$myaccount = 'https://elearningathome.de/mitglieder/username/shop';i tried bp_displayed_user_username() but don’t know how to put it into the url
doesn’t work
please help! thank you very much in advance!
Topic: 404 Error in Wp Admin
Hi there
This is an issue that has been plaguing us for some months now and we finally manage to get some time to investigate what is causing it. We get these random 404 errors when working in the wp-admin. For instance, setting up users, installing plugins etc. Every minute or so a 404 error occurs and we need to refresh.
After deactivating all the plugins and activation each plugin 1 by 1 we saw that it is buddypress causing it. I deleted the whole plugin and re-downloaded it but the problem still persists. The only reason I can think of is maybe the buddypress PHP configuration does not play well with our current VPS setup and I need to either find a fix from the authors or maybe move hosting which I would rather not do.
Any advice on this would be greatly appreciated!Our website has 10000 users, I would hate to have any more down time.Topic: sell groups
I need to sell buddypress groups with WooCommerce or another platform.
If there is a plugin but it has a monthly subscription and my client does not think so.Topic: Buddypress Umlaut
Hi,
we have a site called austrianrap.com and have buddypress installed for our users.
With a custom plugin, I got registering with german umlauts like ö enabled.
Now everything works fine, but when looking at the profile of one of the users with an umlaut, the username is @PhoeoeniX instead of @PhööniX. Is there a way to fix that?Thanks,
AndrewTopic: Rest Api
Hello,if I have a few plugins modifying the buddypress or if I modified the codes of buddypress, would those show up in a native mobile app using rest APIs?
~Thank You
Topic: Delete field
How do I delete this part (marked red) in “BuddyPress Xprofile Custom Field Types”
See image:
https://www.screencast.com/t/Zugo5phOt
Best regards
Anders HidmanI installed Buddypress 6.2.0 and myCred 1.8.12 on my website staracademics.online and they are working fine. Then I installed myCred BP Group Leaderboards. It is supposed to add a “Leaderboard” tab in the settings/Buddypress page. However, it is not appearing. myCred support said,”We have tested this on our staging environment with the WordPress v 5.5 and its working fine please have a look at the screenshot shared below. https://prnt.sc/u29nzp”.My theme support said, “So, this is a problem on your plugin, I did run a compatibility test and this plugin tab is also missing in the WP default theme, it points the problem for the plugin itself.” I deactivate all plugins one-by-one but still the problem persists. I also activate default theme “twenty-twenty” but the problem did not go away. Is the plugin itself the problem?
Hello community!
We are planning to work with BuddyPress but we have a question on the following:We want to have users gathered on groups (We want to have 10 groups), but at the same time we want each group have their own community/pages without accessing the other groups community pages, does that make sense?
I am trying to test the BuddyPress restful APIs with the activity function. The endpoint is:
/wp-json/buddypress/v1/activity
When I join a private group, and post an activity for myself (with subscriber role), I cannot see my own post(s). I can still see my post when I login to WordPress website, so I think it is something to do with the API.
Nevertheless, if it is a public group that I post, I can see my own posts. For administrator role, I can see all posts through the API.
Does anyone have the similar experience?
Hi,
I’m currently developing a BuddyPress website and am wondering if (/ how) it is possible to extend the ‘member-group’-relation. Specifically, my situation is the following.
The BP-site is supposed to host the members area and information of an organisation that exists online as well. This organisation has a board and several committess. Within these, people have a specific role. They might be chairman, treasurer, or commissioner for external affairs. These are properties of the member-group-relationship, as one person might have role A in group X, and role B in group Y.
As far as I could see, this is not possible by default. Searching for plugins has yielded no effect, probably partially because my search term (involving ‘group role’ or ‘group function’) are often used to describe the member role, in the context of capabilities and permissions.
As such, I’m wondering if anybody here knows of either
- a plugin that allows me to do this; or
- better search terms; or
- is able to point me in the right direction (functions, hooks, filters) to support custom coding to achieve this
Thank you for your suggestions!
Best regards,
Bram