Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 6,751 through 6,775 (of 7,641 total)
  • Author
    Search Results
  • #63532
    Jean-Pierre Michaud
    Participant

    IF: >> 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

    #63514
    Andrea Rennick
    Participant

    Change the register slug and add more required options on the BP signup page. The sploggers look for the defaults, so change ’em.

    #63501
    Andy Peatling
    Keymaster

    Another good option is to change your registration page slug.

    #63500
    Andy Peatling
    Keymaster

    There 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.

    #63499
    jittopjose
    Participant

    This is my phpInfo() page (http://www.hallowdemonlive.com/test.php). Any of you plz check whether anything missing that require SI Captcha to work?..

    #63498
    jittopjose
    Participant

    Not 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….

    #63490
    m@rk
    Participant

    @jittopjose : SI CAPTCHA works like charm with BP. It protects my site from spam registrations/ comments since about a year.

    #63487
    Sam Steiner
    Participant

    @Andy – so you don’t know of a solution to this? How is it solved on testbp.org?

    #63486
    Andy Peatling
    Keymaster

    This 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.

    #63485
    Sam Steiner
    Participant

    This 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?

    #63484
    jittopjose
    Participant

    I 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.

    #63483
    Bowe
    Participant
    #63482
    Kunal17
    Participant

    Si-Captcha was ineffective in controlling spam registrations on my site. I have to delete 10-15 spammers daily.

    #63481
    jittopjose
    Participant

    I 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?..

    #63479
    m@rk
    Participant

    I recommend the SI CAPTCHA Anti-Spam plugin: https://wordpress.org/extend/plugins/si-captcha-for-wordpress/

    #63447
    m@rk
    Participant

    Don’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' );

    ?

    #63431
    21cdb
    Participant

    Can 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?

    #63429
    djsteve
    Participant

    I 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.

    #63422
    m@rk
    Participant

    Here’s a plugin to handle like Wildrot (and myself btw):

    https://buddypress.org/forums/topic/plugin-force-login-for-member-pages

    #63417
    meesix
    Participant

    Ok, 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 :(

    #63416
    Jean-Pierre Michaud
    Participant

    @Wilbrot, you have the example of a well managed community… ;)

    #63415
    Wildrot
    Participant

    btw, 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”.

    #63413
    Jean-Pierre Michaud
    Participant

    btw, 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.

    #63411
    Xevo
    Participant
    #63378
    osasko
    Participant

    Hi, 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?

Viewing 25 results - 6,751 through 6,775 (of 7,641 total)
Skip to toolbar