• I’m using the Anti Splog Plug-in by WPMUDEV unfortunately I’m not a member there at the moment. So I’m posting my question here.

    the plugin works fine for what i need it for. Now I’m trying to activate the renaming of the wp-signup.php file.
    That part works but I’m having a problem with the template. they say.
    in the instructions.
    Replace any hardcoded links to wp-signup.php with this function: <?php ust_wpsignup_url(); ?> Within post or page content you can insert the [ust_wpsignup_url] shortcode, usually in the href of a link. See the install.txt file for more detailed documentation on this function.

    I did and this is what happens
    http://bloginsphere.com/http://bloginsphere.com/signup-29f/

    this is the html in the theme I’m using original and the replaced

    original
    <div id="edublog-free"><h3>Get started in seconds for free</h3><p><a href="<?php bloginfo('url'); ?>/<?php if( $bp_existed == 'true' ) { //check if bp existed ?>register/<?php } else { ?>wp-signup.php<?php } ?>" title="Get yourself a free blog">Join Here!</a></p></div>
    replaced
    <div id="edublog-free"><h3>Get started in seconds for free</h3><p><a href="<?php bloginfo('url'); ?>/<?php if( $bp_existed == 'true' ) { //check if bp existed ?>register/<?php } else { ?><?php ust_wpsignup_url(); ?><?php } ?>" title="Get yourself a free blog">Join Here!</a></p></div>

    what can I do to prevent the doubling of the domain. Also BuddyPress is NOT installed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mitch

    (@n2rga)

    Switched to Blogs.mu Theme Problem Solved.
    and Boy does it work great I had bots like crazy now they are not getting in all because of the renaming of wp-signup.php Yahooo
    I can’t wait to afford to rejoin WPMUDEV and use the API for it. Man that will also help.

    Hiya n2gra,

    Glad you got this working!

    We offer individual plugins now as well – meaning you can get access to just anti-splog if ya like 🙂

    Thread Starter Mitch

    (@n2rga)

    thanks for that info.
    I checked it out and you still need to join monthly or yearly to use their API for anti splog.

    Yes, we just released the plugin for free here but you need to be a full member to use the API parts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with Anti Splog plug-in’ is closed to new replies.