Search Results for 'registration'
-
AuthorSearch Results
-
February 16, 2010 at 4:24 pm #63532
In reply to: Nothing appearing under "My Blogs"
Jean-Pierre Michaud
ParticipantIF: >> wp-admin >> Site Admin >> Options >> Allow new registrations >> Only user account can be created
is chosen, you can not have blogs, the logic stand… this is a little flaw in WPMU, not buddypress… this will be corrected with WP3.0
February 16, 2010 at 2:29 pm #63514In reply to: How to control spam registration?
Andrea Rennick
ParticipantChange the register slug and add more required options on the BP signup page. The sploggers look for the defaults, so change ’em.
February 16, 2010 at 12:16 pm #63501In reply to: How to control spam registration?
Andy Peatling
KeymasterAnother good option is to change your registration page slug.
February 16, 2010 at 12:15 pm #63500In reply to: How to control spam registration?
Andy Peatling
KeymasterThere is nothing protecting spammers from registering on testbp.org. I get some occasionally, but I nuke them with “mark as spam” as soon as they pop up. I found since with the new default theme spam has reduced significantly.
SI Captcha is a good spam prevention method. There really are a lot of options, but don’t search for “BuddyPress spam prevention”… this is not a BP issue, it’s a WordPress issue. You need to search for WordPress spam prevention instead.
February 16, 2010 at 11:25 am #63499In reply to: How to control spam registration?
jittopjose
ParticipantThis is my phpInfo() page (http://www.hallowdemonlive.com/test.php). Any of you plz check whether anything missing that require SI Captcha to work?..
February 16, 2010 at 11:23 am #63498In reply to: How to control spam registration?
jittopjose
ParticipantNot only wpmu, wordpress Standard also has the spam registation problem.. especially with buddypress.
@m@rk I know SI captcha work with buddypress. I created a test installation and tried, its works there.. but when i tried in another shared hosting package of same server, it doesn’t. I dont know the reason. The image is not get displayed….
February 16, 2010 at 10:34 am #63490In reply to: How to control spam registration?
m@rk
Participant@jittopjose : SI CAPTCHA works like charm with BP. It protects my site from spam registrations/ comments since about a year.
February 16, 2010 at 10:23 am #63487In reply to: How to control spam registration?
Sam Steiner
Participant@Andy – so you don’t know of a solution to this? How is it solved on testbp.org?
February 16, 2010 at 10:07 am #63486In reply to: How to control spam registration?
Andy Peatling
KeymasterThis is a problem with WPMU and spammers simply wanting to register spam blogs. I’ve not really seen the problem on standard WordPress, and with blog registration disabled.
February 16, 2010 at 10:02 am #63485In reply to: How to control spam registration?
Sam Steiner
ParticipantThis is actually one of the greatest issues with WPMU/BuddyPress at the moment. Many people seem to have this problem and when I ask in Twitter nobody seems to have a solution to this. I noticed the problem on a community website I was (am) a member of and then again on a new installation for a community website I am building. Spammers just keep registering.
Is this more of a problem with WPMU than of BuddyPress?
Is somebody out there NOT having this problem?
February 16, 2010 at 9:55 am #63484In reply to: How to control spam registration?
jittopjose
ParticipantI read that article. At the end of it, there is a suggestion for using Invisible-defender plugin modified for buddypress. I tried that plugin, but it shows error when a registered user try to login. The plugin available at wordpress plugin site is not for buddypress i think.. Anyway i installed the latest from wordpress plugin site. Let me wait and check whether it block spam registration.
February 16, 2010 at 9:38 am #63483In reply to: How to control spam registration?
February 16, 2010 at 9:13 am #63482In reply to: How to control spam registration?
Kunal17
ParticipantSi-Captcha was ineffective in controlling spam registrations on my site. I have to delete 10-15 spammers daily.
February 16, 2010 at 9:11 am #63481In reply to: How to control spam registration?
jittopjose
ParticipantI tried captcha technique. but some how its not working with my installation. I dont know what the exact reason is. The image is not get displayed. when i clicked on the test link at the Si Captcha settings page, it is redirected to “not found page” ..
But Buddypress test site (testbp.org) does not hold a captcha.. but still it seems that there is not much spam registration. How they control spams without using captcha. Any idea about it?..
February 16, 2010 at 9:02 am #63479In reply to: How to control spam registration?
m@rk
ParticipantI recommend the SI CAPTCHA Anti-Spam plugin: https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
February 15, 2010 at 10:07 pm #63447In reply to: Redirect to Registration Page ["Plugin"]
m@rk
ParticipantDon’t know how BP_REGISTER_SLUG behaves, but have you tried
bp_core_redirect( $bp->root_domain . '/register' );
or
bp_core_redirect( get_bloginfo( 'siteurl') . '/register' );
?
February 15, 2010 at 6:51 pm #63431In reply to: Redirect to Registration Page ["Plugin"]
21cdb
ParticipantCan i enter this thread with a question:
I want my network only be visibe for logged in users. i put the following code in bp-custom.php but it leads to a redirct loop and i don’t see the mistake:
function restrict_access() {
global $bp, $bp_unfiltered_uri;
if (!is_user_logged_in() ) {
bp_core_redirect( $bp->root_domain . '/' . BP_REGISTER_SLUG );
}
}
add_action( 'wp', 'restrict_access', 3 );Any hint for me?
February 15, 2010 at 6:45 pm #63429djsteve
ParticipantI would love to see this, and actually I think it would be prudent to keep people’s activity out of the stream until they have been a member for a selectable amount of time, say 2 days, 3 days, a week. Perhaps even have an option fot amount of posts or something. This would keep the spam blog posts they make from pushing the legit ones off my front page.
I would also like to see this filter turned off if logged in as admin, so we could administer the the spammers better – I often go to my front page and look at the activity stream to find the spammers – so if this filtered my view, than it would be harder to hunt them.
Good idea – maybe a plugin will be created like this one day.
February 15, 2010 at 5:14 pm #63422In reply to: Redirect to Registration Page ["Plugin"]
m@rk
ParticipantHere’s a plugin to handle like Wildrot (and myself btw):
https://buddypress.org/forums/topic/plugin-force-login-for-member-pages
February 15, 2010 at 3:35 pm #63417In reply to: Changing registration page
meesix
ParticipantOk, I tried searching files for this phrase, and found it in language file (which is useless for me) and inside of bp-core-deprecated, when I change it, nothing changes…. and no other files with the following phrase exists
February 15, 2010 at 3:14 pm #63416In reply to: Redirect to Registration Page ["Plugin"]
Jean-Pierre Michaud
Participant@Wilbrot, you have the example of a well managed community…
February 15, 2010 at 3:06 pm #63415In reply to: Redirect to Registration Page ["Plugin"]
Wildrot
Participantbtw, your plugin here would redirect anybody in any situation to the registration page,… even google etc…
That’s not quite correct -Â only non-logged-in users are being redirected :p
let people browse your site, they will register if they see fit.
Agreed, partially at least: I’ve been running a BP community a while ago where I used a similar snippet: Guests could browse the site freely as long as they did not try to access members’ profiles. If they did, they were redirected to the registration page. Helped a whole lot to generate registrations -Â with a surprisingly low percentage of “dead accounts”.
February 15, 2010 at 2:34 pm #63413In reply to: Redirect to Registration Page ["Plugin"]
Jean-Pierre Michaud
Participantbtw, your plugin here would redirect anybody in any situation to the registration page,… even google etc… i’m not sure this logic is good… let people browse your site, they will register if they see fit.
February 15, 2010 at 2:19 pm #63411In reply to: Redirect to Registration Page ["Plugin"]
Xevo
ParticipantThat’s what we call a snippet.
February 14, 2010 at 7:03 pm #63378In reply to: Email Login & Randomized User URLs – Solution
osasko
ParticipantHi, I think I’ve done everything correctly.
On my register page – the username is removed , but when I say “complete sign-up” , the page just remains on the register page and no registering takes place.
I used normal windows notepad to create the javascript file and saved it in my registration folder of my own theme.
Don’t know?
-
AuthorSearch Results