Glossary Item Box

Modules: ModulesForumForums listThreadsMessage list

AuthorizationForms: User data page

See Also CmsDeveloperGuide Send comments on this topic.

Message edit form

A page with a form for editing a forum message should contain a MessageWizard tag that creates a form for message editing. Using tag attributes you can set up edit form design styles.

 

Message icons that the user inserts could be taken from a modules/Forum/Signs folder. And smiles that the user can insert are taken from modules/Forum/Smiles folder.

 

The file is located in modules/Forum/Message.ascx and can look as follows:

<%@ Control Language="c#" Inherits="CMSLib.Pages.SiteControl" %>
<%@ Register TagPrefix="cmsf" Namespace="CMSLib.Modules.Forums" Assembly="CMSLib" %>

<cmsf:ForumPathMenu id="ForumPathMenu1" runat="server" />
<p>&nbsp;</p>
<cmsf:MessageWizard id="MessageWizard1" runat="server" ButtonOrientation="Center" TitleStyle-CssClass="h3" BackColor="#BFE4BF" />

Modules: ModulesForumForums listThreadsMessage list

AuthorizationForms: User data page

 

 


© 2005-2007 Astron Digital Ltd. All Rights Reserved.