Search Results for 'spam'
-
Search Results
-
Topic: Indent
Is there a way to stop each reply indenting… it makes the messaging very quickly unreadable on any screen.
It’s not Theme related, as I’ve switched it to different themes and it’s still doing it.
Also, the same with spam being repeated.
New to BP, so apologies if it’s something simple I’ve overlooked.
http://fringenetwork.co.uk/wp-content/uploads/2021/04/indent.jpg
Topic: Deleting User Topics & Post
I was wondering if anyone could help me. How do you delete a user’s Topic or posts in BuddyPress. I have BuddyPress site, but I can see where you can delete a post or Top that might be inappropriate. If I enable-spam for the user you can see the post. I would like to delete the data first or have the user have the ability to delete their own post, but I don’t see that capability either.
Hi Buddypress,
I have installed latest version of buddypress and when click on sigh up, it show massage that verification link has been sent to your email id but unable to received any link neither inbox nor spam folder.
Do not not where issue is. Also facing same issue with resend link and forget password.
Please help to solve the issue or guide.
Topic: Search Activity Meta – sql
Hi!
I believe that my problem is in the sql query (although they work separately in my test in phpmyadmin) Im trying to filter a meta activity.`function Custom_Global_Search_Posts_sql( $sql, $args ) {
global $wpdb;$bp;
$sql = ” SELECT DISTINCT a.id FROM wp_bp_activity a INNER JOIN wp_bp_activity_meta ON (a.id = wp_bp_activity_meta.activity_id) WHERE a.is_spam = 0 AND (wp_bp_activity_meta.meta_key = ‘descr’ ) AND a.type = ‘activity_problem’ AND wp_bp_activity_meta.meta_value LIKE %s “;$query_placeholder[] = ‘%’.$wpdb->esc_like( $search_term ).’%’;
$sql = $wpdb->prepare( $sql, $query_placeholder );
return $sql;
}`Thanks!!
Topic: BuddyPress Activity posts
In my functions.php I have added following lines of code but nothing is happening. I want that when I open my activity page a post get submitted automatically:
function record_activity_grocery_task(){$activity_id = bp_activity_add(array(
‘id’ => false,
‘user_id’ => bp_loggedin_user_id(),
‘item_id’ => false,
‘action’ => ‘Posted a new photo’, // The activity action – e.g. “Jon Doe posted an update”.
‘content’ => ‘Grocery task form submitted’,
‘component’ => false, // The name/ID of the component e.g. groups, profile, mycomponent.
‘primary_link’ => ”, // Optional: The primary URL for this item in RSS feeds (defaults to activity)
‘type’ => ‘activity_update’, // The activity type e.g. activity_update, profile_updated.
‘item_id’ => false,
‘secondary_item_id’ => false,
‘recorded_time’ => bp_core_current_time(),
‘hide_sitewide’ => false,
‘is_spam’ => false,
‘error_type’ => ‘bool’
));}
add_action(‘bp_init’,’record_activity_grocery_task’);
I have a good recapthca installed on the website yet still spam bots get right in and create spam profiles. Also, those spam profiles are not even showing as users! So I can’t even delete them.
Do you know what’s going on and how to stop this?
My hosting is retarded, I told them I would put a wordpress on each of 5 cpanel account they grant me to keep things neat an orderly…
Hosting: NoOOO!!! Attribute your domains/subdomains on just 1!!!!
Everyone knows better than me!Yea they didn’t remove the groups. Tried yesterday. since I have 5-6 domains on this account where do I find the groups?
Topic: Slow Queries
My site has a good 15,000+ users, of which about 100+ online in BP area at any given moment (so no caching etc)
Constantly tweaking things for performance. Finally checked out the MySQL slow query log and it’s a lot of stuff. But a solid 80% of it area queries like this
# Query_time: 3.036380 Lock_time: 0.000062 Rows_sent: 0 Rows_examined: 772130 SET timestamp=1607682328; SELECT DISTINCT a.id FROM wp_bp_activity a WHERE ( ( a.content LIKE '%@bobtho<%' AND a.hide_sitewide = 0 ) ) AND a.is_spam = 0 AND a.type NOT IN ('last_activity') ORDER BY a.date_recorded DESC, a.id DESC LIMIT 0, 21;
Query time is 3.2 seconds, some are upwards of 5+
I think it’s coming from here https://github.com/buddypress/BuddyPress/blob/d2223de16c4b525906aaa89597a6ccc30515f58d/src/bp-activity/classes/class-bp-activity-activity.php#L380 and particularly when a user presses their “My Mentions” tab, thus its loading all of their activities that include their “@ username” text
My CPU load is *always* high, I’ve upgraded my server earlier in the year:3.4 GHz 4 vCores and 16 GB RAM so it’s not bad
Basically, I’m wondering if anything can be done about this? Since my slow-query log is filled with these types of queries (specifically it seems to be this “@ username” search) – can any optimizations be done, either in BP or something I can hack onto it?
hello,
i am currently working on a website that is using buddypress plugin and i am getting thousands of email on daily basis of spam user registration.
link: https://www.fbia.org.au/register/
wordpress version: Version 5.5.3
buddypress Version 6.4.0
parent theme: omega
child theme DeliciousVersion: 0.1.2 (currently install)i have applied the following methods
i) install wp zero spam (it has to blocked the spam user)
ii) install the (Advanced noCaptcha & invisible captcha) captcha is working but spams are bypassing it.
iii) install the (BuddyPress reCAPTCHA), its not updated on latest 3 versions of wordpress not working.
iv) install a third party plugin(Pixel Jar BuddyPress Honeypot) not working.
v) install (Spam Destroyer) not working, it also just blocking, not a permeant solution
vi) install (Wordfence Security) to scan the website, not found any serious error.
vii) got a plugin (wangguard) from forums answers, but not working on latest wordpress versions.
viii) install (BuddyPress Security Check), not working just because of latest updates of wordpress.so can you at-least tell me the permeant solution for this.
Dear Sir/Madam
after I install plugin Buddypress and Activate it then it marked my account as ERROR: Your account has been marked as a spammer.
Please help me what may be the issue.
Thank you
ChamroeunSo this has been an on and off issue I have struggled with using buddypress. Several users haven’t received an activation link. Whether it’s the fact that the link itself looks super spammy or some email servers have security issues with wordpress sending sketchy linksI have no idea. All I can say is with captcha plugins there really is no reason to force an activation link. A toggle feature should be added to buddypress to switch between auto account activation and email activation. I just had 5 people today say that the activation email was nowhere to be found. It makes it all the more frustrating when you are running paid ad’s to get sign ups on your site while this issue is happening. I’m on wp version5.5.3 and buddypress version 6.3.0 installed on the Arcane gaming theme by skywarriors.