February 4, 2012

Get 3 for the price of 2 in the Network Home Bundle

Includes 3 ebooks with plugins -
Network Home Pages: aggregate global content, set up sitewide tags, create a huge tags cloud like the one seen on WordPress.com, global footers and menus, setting defaults & more
Custom Registration: sign up on sub sites, multilingual signup pages, stop spam blogs
WP Curator: pick and choose posts from sub sites to feature on the main home page of your network

Network Home Pages, Custom Registration & WP Curator – $35.90 for all three. Purchase

Comments

  1. John Turner says:

    That’s cool, I do the exact same thing to modify the sign up page. I use jQuery to change the text and layout as well. Example

    //wp-signup.php
    if(location.pathname == ‘/wp-signup.php’) {
    jQuery(“label[for='password'] ~ p:first”).css(“visibility”,”hidden”);
    jQuery(“label[for='password']“).before(“”);
    jQuery(“label[for='password']“).css(“display”,”inline”);
    jQuery(“label[for='blogname']“).html(“Website Domain:”);
    jQuery(“label[for='blog_title']“).html(“Band Name:”);
    jQuery(“#blogname”).css(“width”,”400px”);
    jQuery(“#blogname”).css(“text-align”,”right”);
    jQuery(“label[for='blog_public_on'] “).css(“visibility”,”hidden”);
    jQuery(“label[for='blog_public_off'] “).css(“visibility”,”hidden”);
    jQuery(“label[for='blog_title'] ~ p:first”).css(“display”,”none”);
    jQuery(“.suffix_address ~ strong:first”).css(“display”,”none”);
    }

  2. Ted Mann says:

    Are there any good plugins you know of that make it easy to change the core functionality of registering for a WPMU site? Specifically, I’m looking to figure out how to add an option where you specify which MU blogs you want to be added to.

  3. kunal says:

    Does this work with Buddypress too?

    Do you have any examples of really great registration pages?

    Thanks!

  4. Scott Webb says:

    Nice job! Very very nice.

  5. Kobby Owusu says:

    Hi guys,

    Love this but I need help with a tweak.

    I am trying to use jquery to add a class to the submit button on the register page, so it is better styled.

    The plain buttons for my theme is horrible….

    Added a script block after the Style block you have and added this;

    jquery(‘input["name="submit"]‘).addClass(‘button’);

    Didn’t work. Any thoughts?

    • andrea says:

      I’d just add the extra css to the plugin itself.

      • Kobby Owusu says:

        That was my initial approach but realised the CSS to produce the button effects spans a lot of lines and some classes come from a CSS framework file..

        It still makes sense to use this approach, add the CSS to the plugin itself, so I will keep at it.

        Thanks for the quick response.

Trackbacks

  1. [...] informatie vind je in hun blogpost Style your signup page. De plugin kan in zowel de mu-plugins folder als in de reguliere plugin folder geïnstalleerd [...]