BuddyDev

Select Blog Theme At Blog Signup - Discontinued

Select Blog Theme at Blog signup plugin allows users to select an available blog theme while they are signing up for the blog. It shows users the list of available themes for them and allows them to select the one they like.

Here is a screenshot

theme-list-on-signup

Layout Customization:-

To make the theme list good on your registration page, you may want to put the following in your css file

    ul#allowed-themes {
        overflow: auto;
        height: 350px;
    }

    #allowed-themes li {
        list-style-type: none;
        width: 185px;
        margin: 10px;
        float: left;
        display: inline;
    }

    #allowed-themes li .theme-meta input {
        float: left;
    }

    #allowed-themes li .theme-meta label {
        display: inline;
    }

    #allowed-themes li .theme-meta {
        border: 1px solid #ccc;
    }

    #allowed-themes li .theme-meta .creator {
        padding: 5px;
    }

    .theme-lists {
        clear: left;
    }

 

Release History

  • Version: 1.2

    Wednesday, 16 April, 2014
    • Tested With: WordPress Multisite 3.9 + BuddyPress 2.0
    • Compatible With: WordPress 3.4+/BuddyPress 1.6+

    Tested with WordPress Multisite 3.0 & BuddyPress 2.0

  • Version: 1.1

    Wednesday, 10 February, 2010
    • Tested With: Wordpress Ms 3.0.1+BuddyPress 1.2.5.2
    • Compatible With: WordPress Multisite 3.2.1/BuddyPress 1.5

    First release.

    Date: 30th August, 2011: Tested with BuddyPress 1.5