Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Automatically creating blog along side user registration


Dewey Hulsey
Participant

@deweyhulsey

Surely.

I put this in my custom.css:

#blog-or-username, #blog-details-fields label, #blog-details-fields input,
#blog-details-fields span, #blog-details-fields p,
#blog-details-help, #blog-details-fields br {display:none;}

#blog-details-fields span.suffix_address {
display: block;
color: #eee;
}

#blog-details-fields span.suffix_address:after {
content: "Please choose a name for your blog and click Signup to complete registration.";
display: block;
color: #555;
}

input#blog_title {display:block;}

Basically, this changed the dialog to “Please choose a name for your blog and click Signup to complete registration.”. This way, the user could still select the name for the blog, but was never prompted to create the blog and the subdomain of the blog is the user’s username.

Not a perfect fix, but it works.

Skip to toolbar