Search Results for 'buddypress'
-
Search Results
-
Really, I don’t know if these are related, but I’m getting a BUNCH of warnings that look like this:
[13-Jul-2021 18:22:40 UTC] PHP Notice: Undefined index: data-attr in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 482 [13-Jul-2021 18:22:40 UTC] PHP Notice: Undefined index: data_bp_tooltip in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 484 [13-Jul-2021 18:27:32 UTC] PHP Notice: Undefined index: link_id in /wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity/template-tags.php on line 478And it seems that also only the administrator can now post links? Is there actually a moderation queue for the activity feed? And, if not, then why does it use the comments moderation settings? And, assuming those allow for 1 link (I checked), why would an Editor not be allowed to post a link to the activity feed?
Is there a permission involved?
Thanks for any direction!
Hello,
The problem is, we are recibing user registration petition with only email without other fields. How is possible if i have a correctly validation fields system? This users are spam in all this special situations. I’m using Stop Spammers antispam plugin and it register this spamer but not block becasue it detects is ok.
I have a register page customized with another url and blocking acces with usual registration url or usual acces. In this page i’m showing only all required fields from my xprofile fields list.
I’m using Buddypress 7.3.0 and WordPress 5.7.2.
Our system works like this:
If i don’t fill all fields i can’t send this information and it show message error if i don’t fill some fields so form validation is working ok. When some user send this registration form correctly the system send a email with all information to system email and user is stand by to be activated using “user > manage signups” tool. User can be activated only by an administrator user.This screenshot shows when is a normal user registration: https://drive.google.com/file/d/1NXahXVctAt76atlhrJ8-Hl5-KokKZqIF/view?usp=sharing
This screenshot shows when is an spamer with only email (it doesn’t show xprofiles fields, when other usual registration petitions show all fields empty or not empty): https://drive.google.com/file/d/1YC2fF_g3pnrPyD7kFQaJUE9Gt_ZBzHlK/view?usp=sharing
I don’t know why can do this this users I need some help.
Thank you.
Topic: profile photo not showing
Does anyone know why profile photo is not showing at all even in the users area?
This affects BuddyPress profiles also.I am wanting to know if there is a way to have a main activity stream with a News Feed type style. But then have a completely separate, private, activity feed on a separate page for only user role ex. “premium_agent”. I have looked into “BuddyPress Activity Shortcode”(styling is way off from my current activity feed, and I don’t have the capability of changing it), and creating a multisite(it is not capable on wordpress.com and needs to be wordpress.org).
Any other options that I am missing would be much appreciated!
I’ve been using WPLMS theme which includes Buddypress. Right after I install the theme, users won’t get the activation email when they create an account. Although in the user list page, the “email sent” field is “1”.
Then I install Buddypress on a plain 5.7.2 site with the 2021 theme. This time the users can get the activation email from wordpress@mysite.com(although it’s in the spam folder).
Now I go back to the previous site and deactivate all of the other plugins and change the theme to 2021, still, users won’t get the activation email. This kind of verifies what the WPLMS’s support says, this is probably not their problem.
Both sites are on the same Linode VPS server so they have the same host setting.
Now I am stuck here. Can you show me a way to debug this?
Topic: BuddyPress Core in Settings
Is there a reason that I would not have a check box in BuddyPress Settings, for components “BuddyPress Core” and “Community Members”. The check box is missing for the option to enable or disable those components. The check box for all other components are available such as “Extended Profiles”; “Account Settings”; “Friend Connections”; “Private Messaging”; “Activity Stream”; etc. This potentially could be causing the Log In issue, where the BuddyPress Log In is redirecting to Wp-admin Log In…
hi there, if I write a normal wordpress post then this post appears also in the buddypress stream as an activity. but it seems that this “wordpress activity post” is not commentable within the stream. If I write a “normal” activity post within the stream then there is a “comment button” – but in this case not. How can I get the “comment button” also under the “wordpress activity post”?
Hi I have a question regarding the activation email that is sent to users when they sign up. Currently, when a user on my website receives the activation email they click on the activation link and the key does not automatically fill into the required field. The user has to copy and paste the key into the field and then they can complete their account activation.
Is there anything I could do to try to get the activation key to automatically fill in and not require the user to copy and paste?
Thank you for you help!Wordpress version- 5.7.2
Buddypress version- 8.0.0
website-
http://www.goskilledtrades.comHi,
I have been using the below code, So when someone clicks on the profile of an association it will redirect to the products tab.
All is well and I can use the other tabs to navigate around except when I click on the activities tab. It takes me to the products tab users cannot see the associations (role) activity stream.I removed this code and it worked fine so it is some where here. I have this in the child-theme/buddypress-nouveau/members/single/home.php page
WP Version 5.7.2 PHP 7.4.12
$displayed_user = new WP_User( bp_displayed_user_id() ); if ( ( in_array( 'associations', $displayed_user->roles, true )) && (strpos($_SERVER['REQUEST_URI'], "my-products") == false) && (strpos($_SERVER['REQUEST_URI'], "front") == false) && (strpos($_SERVER['REQUEST_URI'], "profile") == false) && (strpos($_SERVER['REQUEST_URI'], "activity") == false) && (strpos($_SERVER['REQUEST_URI'], "friends") == false) && (strpos($_SERVER['REQUEST_URI'], "my-donations") == false) && (strpos($_SERVER['REQUEST_URI'], "notifications") == false) && (strpos($_SERVER['REQUEST_URI'], "messages") == false) && (strpos($_SERVER['REQUEST_URI'], "groups") == false) && (strpos($_SERVER['REQUEST_URI'], "location") == false) && (strpos($_SERVER['REQUEST_URI'], "invite-anyone") == false) && (strpos($_SERVER['REQUEST_URI'], "settings") == false) && (strpos($_SERVER['REQUEST_URI'], "w-my-account") == false) && (strpos($_SERVER['REQUEST_URI'], "store-manager") == false) && (strpos($_SERVER['REQUEST_URI'], "articles") == false) && (strpos($_SERVER['REQUEST_URI'], "media") == false) && (strpos($_SERVER['REQUEST_URI'], "item-header-content") == false) ) { //is assoc and is not already redirected to products or other profile links $currenturl = $_SERVER['REQUEST_URI']; $urlto = $currenturl."my-products"; ?> <script> window.location.replace("<?php echo($urlto); ?>"); </script> <?php } else { // just load ?>Thank you for helping with this
Topic: Remove BuddyPress header
Hello
BuddyPress header overwrite the theme header and settings, however, we want to remove some of them or replace to the theme header or images.
How can we do that?
How do I set the height of user and group cover image for mobile phone. please.
My theme doesn’t come with any buddypress template.
Thanks
Buddypress comes with a single long column user menu on mobile phone.
How do I change it to horizontal menu with 3 dot drop down please.
Thanks