I have created a cutom page where it inherits WrappedFormBase.The page has same functionality as in Createeditforumsposts.aspx additionally code written for sending mail.i am able to work with it.Using these classes gives Telligent modal poup.I want to know how can we use a normal popup.what is the ideal way to do it??
You'll be better posting that to the asp.net forums as using "normal" popups are not strictly to do with Community Server.
A few more htings - you shouldn't have a page inheriting WrappedFormBase but rather you can have a control inheriting WrappedFormBase. Also, if you only want to extend the functionality of the CreateEditForumPost Form, it'll probably be a lot easier if you were to just create a SubForm (see TagsSubForm for an example), as this will prevent you duplicating code, and it will be easier to upgrade your site at a later date. Alternatively to the subform, you may be better off implementing your idea as a CSModule.
As a guide, if your additional functionality doesn't require any extra input from the user, use a CSModule and hook into the PrePostUpdate or PostPostUpdate event, check if the object is a ForumPost and if it's ObjectState is Create, and if so do your stuff. If you require user input, then take the subform route.
Community Server Documentation
Nintendo Wiikly
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com