Glossary Item Box

Modules: ModulesForum noticesForums listThreadsMessage listMessage edit form

AuthorizationForms: Authorization formsUser data page

See Also CmsDeveloperGuide Send comments on this topic.

Forum

This module allows you to create any number of forums to organize and support communities and discussions, form steady audience of the site and achieve other purposes. In the forum messages you can give links, type formatted text, set icons for each message.

 

Only authorized users can write messages in the forum. It means that for the forum’s working it is necessary to set up authorization forms.

 

In a module folder there should be located the following files:

 

You should also set up representation of a page Authorization/UserInfo.aspx that displays information about messages authors in the forum.

 

In a module folder there are folders that contain icons necessary for the forum’s working:

 

If you wish to add new message icons or smiles or to edit them, you should just modify them or copy files in Signs and Smiles folders.
 
In a Smiles folder there are two copies of one smile. First without underline at the beginning (for example ‘mySmile.gif’) is inserted into a message. Second with underline at the beginning (for example ‘_mySmile.gif’) is displayed in a list of smiles possible to be inserted into a message.

 

Requests dispatcher

Requests dispatcher is located in default.ascx. This file doesn’t need to be changed. It only distributes requests and loads the necessary forum template.


This file should contain the following (only this and nothing else):

<%@ Control Language="c#" Inherits="CMSLib.Modules.Forums.ForumDispatcher" %>

Modules: ModulesForum noticesForums listThreadsMessage listMessage edit form

AuthorizationForms: Authorization formsUser data page

 

 


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