Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'spam'

Viewing 25 results - 1,826 through 1,850 (of 2,714 total)
  • Author
    Search Results
  • #87780
    Gabriel Fowler
    Participant

    One thought: use plugin: BP Disable Activation, to remove the step of email activation altogether. You should still be able to get users’ emails when they sign up. I use SI CAPTCHA at registration to filter spam. My site is still in development, no users, so I can’t speak to these issues for you. Just a though as I said. Good luck.

    #87777

    In reply to: Buddypress Hosting

    Hugo Ashmore
    Participant

    Word of caution I have already dropped a note to the bluehost affiliate manager about your last 12 spam posts on this forum, I wouldn’t advise you make any further ones!

    #87401
    M W
    Participant

    I am having this problem too! Extremely frustrating…new users are complaining they can’t log in. They are in limbo, marked as spammers because the confirmation email never went out. We noticed if I as an admin delete their account and tell them to re-register, they then get the email and complete the process successfully. (??)

    #87289

    In reply to: Spam

    r-a-y
    Keymaster

    For now, contact John James Jacoby.

    #86980
    Philo Hagen
    Participant

    Wish it had been as simple on my end. In BP site 1 the admin bar went missing right after upgrading to the latest BP version (footer hook is there, just checked). And on BP site 2 the admin bar is quirky. Some can’t see it, others can, settings stuff works for those who can, but login takes you to an error page. Admin options like mark user as spammer or delete user no longer work. Anybody else having these issues? Thanks.

    techguy
    Participant

    Oh yes, that’s right. You should be good then. I was thinking more of removing spammers that did validate, but then did nothing more. Or they did a drive by spamming.

    I’m glad to have a forum like this as well. Honestly, I’d missed the sense of community that you get by being really a part of an open source project like this.

    #86610
    JustinCA
    Participant

    @DJPaul
    It’s funny you should say that when it wasn’t until two weeks later (after the original post) that a moderator / support team member (you) chimed in on this, and that was because someone (me) wasn’t very polite (intentionally). So it looks like rudeness, not my normal MO, went a little bit further than politeness (this time), but served its purpose none the less. Thanks for responding.

    Now, to answer your question / statement…

    1.) My hosting environment is linux, not windows.

    2.) My install of wordpress does send emails successfully, until I activate Buddypress (then it breaks).

    3.) The emails aren’t going to SPAM, lol. That was the first thing I checked (on 5 different email accounts).

    Again, thanks for the response.

    -Justin

    #86587
    Paul Wong-Gibbs
    Keymaster

    @justinca
    It’s the kind of support forum where politeness goes a long way. The only issue I’m aware of with BuddyPress page links is that some installs running on IIS need some extra stuff added; that’s vague because I’m not an IIS user, I don’t have access to a machine to dev on, and I don’t know about the typical Microsoft hosting environment.

    If your install of WordPress can send emails successfully, then BuddyPress can too. We can’t be held responsible for what emails are marked as spam by mail servers.

    You have also told us no details about your setup; please see https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/

    #86586
    Anton
    Participant

    Thanks @r-a-y, I should learn to read

    #86580
    r-a-y
    Keymaster

    My previous post details that…

    #86579
    Anton
    Participant

    Thanks @r-a-y I have this in my wp-config file to disable the admin bar: define( ‘BP_DISABLE_ADMIN_BAR’, true );

    Is it possible to add a button in the member’s profile page to add them as a spammer?

    #86542
    r-a-y
    Keymaster

    What I’m saying is put the xprofile_setup_adminbar_menu() function somewhere in a member template.
    http://pastebin.com/0LVSyc3g

    Then you’ll have access to the admin links.

    For BuddyBar for admins, that would also have to be custom-coded.

    #86519
    Anton
    Participant

    @r-a-y I’m not sure I understand? I should be on the member’s profile if I want to mark them as a spammer? Can I use that function to enable the admin bar?

    How do I enable the buddybar for admins only?

    #86517
    r-a-y
    Keymaster

    Instead of re-enabling the admin bar every time, why don’t you just use this xprofile_setup_adminbar_menu() somewhere in your theme?
    Make sure you wrap [ul] around the function though.

    Either that, or enable the BuddyBar for admins only.

    #86512
    Hugo Ashmore
    Participant

    Yes network mode is MS or MS

    Not sure if there are any plugins to do this, Ray may have a better idea. How comes you are not using the adminbar and could you not simply lift that particular adminbar nav item and set it somewhere else just for admin? shouldn’t be too difficult to accomplish.

    Ideally WP wants to correct what I suspect is a glaring oversight? might be worth checking the WP forums to see if the issue has been raised there.

    #86510
    Anton
    Participant

    @r-a-y I presume network mode is MU? I’m running it on normal / single WP 3.0 without MU enabled.

    @hnla – Is there any plugins available to mark them as spammers or should I re enable the admin bar every time I want to mark a member as a spammer?

    #86502
    Hugo Ashmore
    Participant

    Nope doesn’t appear to be the ability to mark a user as spammer in single WP 3.0, love to know why, what’s the difference still a registered user, shouldn’t matter a jot whether blogs are enabled or not. It feels as though WP single is a poor cousin to WP MS

    #86496
    r-a-y
    Keymaster

    If you’re using WP in network mode, login to the WP dashboard, navigate to “Super Admin > Users”.
    Check the users you want to mark as spam and under the dropdown menu, select “Mark as Spam” and apply the changes.

    I don’t see this feature when network mode isn’t enabled though (unless I’m not looking in the right place?).

    dtclarinet
    Participant

    Hello- I have the same problem, but I am not using twi connect plugin. I am the only admin. How do I reset the database?

    I figured it out. Thanks!!

    http://blog.davidhthomas.net

    Thanks,
    David

    #86325

    In reply to: BuddyPress Spam

    nit3watch
    Participant

    @thelandman maybe build in something like this, https://wordpress.org/extend/plugins/shockingly-big-ie6-warning/

    I read about the plugin in one of my smashing mag books, somewhere.. But they really recommend it. It advises the user to try a different browser if they cant upgrade ie6 due to using windows 2000

    #86298
    rich! @ etiviti
    Participant

    quickly glancing over the follower’s plugin code – i don’t see anything that hooks like how the friends component does


    add_action( 'wpmu_delete_user', 'friends_remove_data' );
    add_action( 'delete_user', 'friends_remove_data' );
    add_action( 'make_spam_user', 'friends_remove_data' );

    #86280
    Hugo Ashmore
    Participant

    In a word? Yes! Doing so is really the purview of the plugin developer? I would have though it’s a simple check that a member is not equal to whatever the field is that marks someone as a spammer however and not having looked at the plugin it sounds as though a table is built up of follwers but that isn’t rechecked against possible changes to those members, essentially you add a member as a follower and remove a member as a follower but nothing happens in-between.

    #86264
    Anton
    Participant

    @nuprn1, @r-a-y, @hnla – another problem. If you were following a member and they were marked as a spammer by the admin of the site, your following count still displays the same number but when viewing the “following” page it only displays the ones that are not marked as spam. To give you an example. I were following 23 people. I marked one of those as a spammer. It still displays 23 on my following count but when I view the “following” page it displays – “
    Viewing member 1 to 20 (of 22 active members)” Is there anyway that the count following and followers will not take spammers?

    #86136
    nit3watch
    Participant

    And we apparently just hosted the soccer world cup :P

    k ill stop spamming now

    #85882

    In reply to: Spammer Error

    Mark
    Participant

    any advances?

Viewing 25 results - 1,826 through 1,850 (of 2,714 total)
Skip to toolbar