Search Results for 'spam'
-
AuthorSearch Results
-
July 26, 2010 at 12:14 am #86980
In reply to: BP Admin Bar just not displaying.
Philo HagenParticipantWish 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.
July 23, 2010 at 6:08 am #86725techguyParticipantOh 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.
July 22, 2010 at 10:59 am #86610In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
JustinCAParticipant@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
July 22, 2010 at 6:09 am #86587In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Paul Wong-GibbsKeymaster@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/
July 22, 2010 at 6:03 am #86586In 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-yKeymasterMy previous post details that…
July 22, 2010 at 5:16 am #86579In reply to: How to mark a member as a spammer
AntonParticipantThanks @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-yKeymasterWhat 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
AntonParticipant@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-yKeymasterInstead 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 AshmoreParticipantYes 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
AntonParticipantJuly 21, 2010 at 6:28 pm #86502In reply to: How to mark a member as a spammer
Hugo AshmoreParticipantNope 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-yKeymasterIf 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 #86486dtclarinetParticipantHello- 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
nit3watchParticipant@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! @ etivitiParticipantquickly 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 AshmoreParticipantIn 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
AntonParticipant@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..
nit3watchParticipantAnd 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
MarkParticipantany advances?
July 15, 2010 at 1:51 pm #85731In reply to: New user Registration Problem — NO Confirmation Mail
rcainParticipantHi 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?
emmadwMemberI’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 CarrollParticipant1 – 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! @ etivitiParticipant -
AuthorSearch Results