Search Results for 'spam'
-
AuthorSearch Results
-
July 22, 2010 at 6:03 am #86586
In reply to: How to mark a member as a spammer
July 22, 2010 at 5:18 am #86580In reply to: How to mark a member as a spammer
r-a-y
KeymasterMy previous post details that…
July 22, 2010 at 5:16 am #86579In reply to: How to mark a member as a spammer
Anton
ParticipantThanks @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?
July 21, 2010 at 9:30 pm #86542In reply to: How to mark a member as a spammer
r-a-y
KeymasterWhat I’m saying is put the xprofile_setup_adminbar_menu() function somewhere in a member template.
http://pastebin.com/0LVSyc3gThen you’ll have access to the admin links.
For BuddyBar for admins, that would also have to be custom-coded.
July 21, 2010 at 7:23 pm #86519In reply to: How to mark a member as a spammer
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?
July 21, 2010 at 7:17 pm #86517In reply to: How to mark a member as a spammer
r-a-y
KeymasterInstead 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.
July 21, 2010 at 7:06 pm #86512In reply to: How to mark a member as a spammer
Hugo Ashmore
ParticipantYes 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.
July 21, 2010 at 7:00 pm #86510In reply to: How to mark a member as a spammer
Anton
ParticipantJuly 21, 2010 at 6:28 pm #86502In reply to: How to mark a member as a spammer
Hugo Ashmore
ParticipantNope 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
July 21, 2010 at 6:18 pm #86496In reply to: How to mark a member as a spammer
r-a-y
KeymasterIf 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?).
July 21, 2010 at 4:59 pm #86486dtclarinet
ParticipantHello- 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!!
Thanks,
DavidJuly 20, 2010 at 6:15 pm #86325In 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
July 20, 2010 at 3:03 pm #86298In reply to: Buddypress followers plugin
rich! @ etiviti
Participantquickly 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' );
July 20, 2010 at 2:21 pm #86280In reply to: Buddypress followers plugin
Hugo Ashmore
ParticipantIn 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.
July 20, 2010 at 12:22 pm #86264In reply to: Buddypress followers plugin
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?July 19, 2010 at 12:26 pm #86136In reply to: Hosting requirements – launching my site soon..
nit3watch
ParticipantAnd we apparently just hosted the soccer world cup

k ill stop spamming now
July 16, 2010 at 10:42 am #85882In reply to: Spammer Error
Mark
Participantany advances?
July 15, 2010 at 1:51 pm #85731In reply to: New user Registration Problem — NO Confirmation Mail
rcain
ParticipantHi Chaps – just to let you all know, you are not alone in this quest.
We have customers running BP sites who need to ‘re-capture’ ‘lost/unconfirmed’ user registrations (attempts).
A high proportion of confirmation emails do get filtered into peoples spam buckets, bounced by firewalls and blacklists, overlooked in the inbox, whatever. Its an ongoing part of community/site admin to re-sift this list of unsuccessful registrants and correct anything impeding signup.
Its pretty apparent neither BP, nor WP ( == WPMU) address this ‘corrections process’ out of the box.
My perusal of available plugins has yielded some near fits for the job (reporting at least), but nothing yet bang-on (the ‘resend_registration_confirmation_email()’ function), which suprises me.
Looks like someone will have to lift the hood and write somethething to do it. (I have some plugins in mind to extend for that purpose – will keep you all posted
)July 12, 2010 at 1:55 pm #85247In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
emmadw
MemberI’ve done something similar, however, the user I created I did by using the dashboard feature to create a new user. I could then login as that user. (Wasn’t quite sure what level to give them, mind).
I wonder if it sent you a confirmation email (you, in the user role, not you in the admin role) & your email system spammed it?
Have you tried creating one from the admin dash?
July 11, 2010 at 7:13 pm #85161In reply to: page not found errors
Jonathan Carroll
Participant1 – WP Version 3.0, BP version 1.2.5.2
2 – I cannot locate an .htaccess file anywhere. I did some reading online and found that the .htaccess file doesnt exist unless needed by wordpress for permalinks? If this is the case perhapos the godaddy permissions are not allowing this file to be created? If thats true, I can call godaddy and ask them about this, unless you know how to enable this functionality?
3 – Theme – Standard BP Theme | Plugins: A lot, but I had tried disabling them and getting the same error. Here is the list: Add Logo to Admin, Akismet (disabled), AWPCP, BP Events (Disabled), BuddyPress, BuddyPress Community Stats, Email Login,
Fast and Secure Contact Form, Google XML Sitemaps, Jet Event System for BuddyPress (Disabled), Members Only, Secure WordPress,
SI CAPTCHA Anti-Spam, Welcome Pack, WP-Mail-SMTP
4 – Godaddy, shared, Windows ( ica change off of windows if needed, this is not critical for me)July 10, 2010 at 8:47 pm #85059In reply to: Group Tags not working?
rich! @ etiviti
ParticipantJuly 10, 2010 at 8:35 pm #85054In reply to: BP mark as spammers acts wierd in 1.2.2.1
r-a-y
KeymasterLocking this as the last two comments are not relevant to the OP.
@dancunningham, @suzettekussnercom –
Please direct yourselves to this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/registration-process-how-to-remove-the-activation-email-process/July 10, 2010 at 8:03 pm #85048In reply to: BP mark as spammers acts wierd in 1.2.2.1
Dan
Participant+1 for an option to disable activation e-mails (or a pointer to where to do this in the plug-in code).
Thanks! Amazing piece of software you guys have created!!
July 10, 2010 at 6:53 pm #85044r-a-y
KeymasterUse the BP Disable Activation plugin by @crashutah –
https://buddypress.org/community/groups/bp-disable-activation/Make sure you add a captcha plugin or some type of spam prevention!
July 8, 2010 at 5:39 am #84710In reply to: Can’t delete user
Chris O’Brien
Participant -
AuthorSearch Results