Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 76 through 100 (of 3,324 total)
  • Author
    Search Results
  • shenkwen
    Participant

    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?

    #319746
    slapsazillion
    Participant

    I’m having issues deleting Signup Fields?

    You can see the Nickname and First Name fields don’t have a remove option. I also tried clicking edit and it would not work?

    Any advice? I tried posting a new topic, but it keeps getting flagged as spam :'(

    #319485
    wbcomdesigns
    Participant

    @zee300 you can try https://wordpress.org/plugins/cleantalk-spam-protect/ it will help to auto-block them.

    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

Viewing 25 results - 76 through 100 (of 3,324 total)
Skip to toolbar