Community Server CSModule

UPDATE: This Module now includes support for visual selection of your blog theme!

For my regular readers, warning: This is not a political or religious rant! This has to do with my other even more geeky endeavors of programming and helping to make the system that this site runs on even better. So you've been warned.

Ok, here it is, the Blog Creation CSModule.

From the Readme:

This is a CS Addin for creating a user's blog during registration.
It's different in that it allows the user to specify the name,description, and group as part of the process, instead of just doing it all in the background with predetermined settings.

It works by using a CSModule to hook into the AfterUser event. When a user is succesfully registered, they are redirected to another page where they can then create their blog.

I'm using this at my new site http://www.onthesoapbox.net , so if you are Blogless, and have been wanting to start a Blog so you can just let loose on your soapbox, this is the perfect place for you.

Enjoy, hope this helps someone get an idea of how these CSModules work.

This is a work in progress, while it is fully functional right now, I plan to enhance it to cleanup the workflow a little, maybe add a job that cleans up empty and unused blogs after a certain time period, allow setting more options on the blog creation page etc ... I will keep all updates posted here.


Posted May 29 2005, 04:29 PM by michael
Filed under:

Comments

David wrote re: Community Server CSModule
on 06-03-2005 6:45 PM
I'm testing out your module but on each new user I create I get the message: "Unable to create blog...you've reached the maximum number of allowed blogs". Thoughts?
michael wrote re: Community Server CSModule
on 06-03-2005 9:46 PM
Did you configure the Web.config sections? There is a setting in there that allows you to specify the maximum number of Blogs a single user can have. If the setting is not configured, I believe it will default to 0.

Just copy the sections in Web.config.merge.txt into your Web.config.

Of course you'll have to midify the defaultGroupID and privateGroupIDs.

It's all in the Readme.txt

Oh, and thank you for trying out my module. I promise to make it even better in the coming weeks :)
David wrote re: Community Server CSModule
on 06-07-2005 9:18 PM
Yes I did modify web.config and the default is maxblogcount=1, but I found I had to change this to "2" so a new user could would get prompted to create a blog.
I'm still testing it out, it is a nice feature to have and your visual skin selection is a real plus. Thanks
themarlboroman wrote re: Community Server CSModule
on 06-27-2005 5:48 PM
I am using your script and I love it but it does not work with CS 1.1 RTM, are you planning on updating it to run with the RTM of CS?

Add a Comment

(required)  
(optional)
(required)  
Remember Me?