Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 101 through 125 (of 2,714 total)
  • Author
    Search Results
  • csemlak
    Participant

    Hello. I want to migrate from ultimate member on my site. I have switched off ultimate member and only have buddypress on. Regardless none of the users show up on the members page. In addition, users are showing as spammers.

    I want all of the user profile date to migrate if possible. My own user profile as an admin does not even show up.

    I really want this all to work, but I am also a novice at this. So I could use some help. THanks!

    #319120
    epgb101
    Participant

    Hi..
    I see a Spam link in Users list (Edit | Delete | View | Spam). There is a vague explanation of it’s existence on this site – but no explanation as to what it does (that I could fin – appolgies if I missed it). Can anyone explain what the effects of clicking ‘Spam’ are?

    Thanks
    Ed

    #318684
    wbcomdesigns
    Participant

    @tekboss might be email are getting stuck in spam folder, try to use any SMTP service, and you can try with updating sender name and sender email id

    #318397
    Varun Dubey
    Participant

    @foilerone
    to check logs email are sent or not, you can use the email log plugin https://wordpress.org/plugins/email-log/
    Email may also be stuck in spam folders, due to default WP Sender headers.

    elliesatt
    Participant

    I am getting registration spam by the bucketloads and I’m not sure how to combat this effectively.

    What I’ve done/considered so far:

    • Activating Recaptcha v3 (done)
    • Hope that email activation weeds out some of the spammers
    • Googling has advised hiding /wp-login.php?action=register since many spambots target this, but I’ve not been able to do this successfully, BuddyPress seems to redirect this to its register page.

    I’d be super glad for any advice on:

    • Hiding /wp-login.php?action=register
    • Any other spam-killing things that I should be doing

    Thanks!

    #318139
    kristianyanchevv
    Participant

    Hello. I can’t to find in settings of BuddyPress , how to aprove first as a administrator when some of the user’s want to create a Group in my website ( I want this as my security and as spam or obscene actions of a user) .
    When someone comments on a group or topic i found how to disable or enable hi’s comment , but for creating a groups i don’t know how.

    Thanks in advance for the help.

    #318130
    funkydiver
    Participant

    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

    #318080
    Varun Dubey
    Participant

    check inside spam folders or use any SMTP plugin

    #317737
    shanebp
    Moderator

    I think you can do that with a WP filter

    add_filter( 'wp_mail_from', 'custom_wp_mail_from' );
    function custom_wp_mail_from( $original_email_address ) {
        //Make sure the email is from the same domain 
        //as your website to avoid being marked as spam.
        return 'webmaster@mydomainname.com';
    }

    wp_mail_from

    #317631
    blenkhn
    Participant

    Hi,

    In order to keep my messages out of spam I signed up for sending my messages though send out blue, and using smtp. The email messages from Buddy press are not being sent out, all of the other messages are being sent though. Can anyone let me know what I need to do to get the messages from buddy press to be sent out through the smtp setup?

    #317399
    Varun Dubey
    Participant

    @force73 check with plugin support, might be they missed to add spam members parameter for search results

    #317364
    eyesopen
    Participant

    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.

    #317233
    kumarketan
    Participant

    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.

    #317038
    jennifersanchez
    Participant

    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!!

    #316779
    goku22
    Participant

    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’);

    #316603
    Varun Dubey
    Participant

    try Anti-Spam by CleanTalk

    #316595
    brains99
    Participant

    You can see here the spam bot profiles start with QWQW …

    Members

    #316594
    brains99
    Participant

    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?

    #316554
    Mark Argent
    Participant

    I’ve just hit the same problem. This post, has been marked as spam, though it emphatically is not:

    https://buddypress.org/support/topic/members-list-showing-empty/

    How do I respond? I’ve spent rather a lot of time over the last week trying to solve a problem, posted it, and get a message saying it’s spam. Yes, I did edit it after posting, as, after seeing how it looked, it struck me that it could be clearer.

    Do I:
    1) Post it again;
    2) Conclude that Buddypress really is rubbish because, on top of the time *actual* problem has taken it can’t even tell the difference between something that is or isn’t spam?

    #316337
    Bigue Nique
    Participant

    On a multisite install, as @pcwriter stated here : https://buddypress.org/support/topic/user-marked-as-spammer-how-do-i-un-mark-them-as-a-spammer/

    In your WP dashboard, go to “Users” and check the box next to the name of the user highlighted in red. Then, select “Not Spam” from the “Bulk Actions” dropdown (top or bottom of your user list). Click “Apply”. Should do it.

    It worked for me! Until when?

    Also, Vince Pettit suggested a plugin here https://wordpress.stackexchange.com/a/60583/152860

    We are using this wordpress plug in – New User Approve

    Provides functionality to approve/deny new user registrations.

    Haven’t tried it yet, but it’s probably the best long-term solution.

    #316338
    Bigue Nique
    Participant

    On a multisite install, as @pcwriter stated here : https://buddypress.org/support/topic/user-marked-as-spammer-how-do-i-un-mark-them-as-a-spammer/

    In your WP dashboard, go to “Users” and check the box next to the name of the user highlighted in red. Then, select “Not Spam” from the “Bulk Actions” dropdown (top or bottom of your user list). Click “Apply”. Should do it.

    It worked for me! Until when?

    Also, Vince Pettit suggested a plugin here https://wordpress.stackexchange.com/a/60583/152860

    We are using this wordpress plug in – New User Approve

    Provides functionality to approve/deny new user registrations.

    Haven’t tried it yet, but it’s probably the best long-term solution.

    #316244
    youzeranbimberuser
    Participant

    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?

    View post on imgur.com

    shanebp
    Moderator

    Yes, stack is great.
    While it would be nice to avoid all the spam on these forums, who would answer questions on a BP stack?

    There are unofficial Facebook groups for BuddyPress and BuddyBoss.
    Participation in the former is scant, while the latter is booming.

    #316150
    yesbutmaybeno
    Participant

    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?

    #315819
    danial
    Participant

    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.

Viewing 25 results - 101 through 125 (of 2,714 total)
Skip to toolbar