Glossary Item Box
Template for displaying forums list is located in forums.ascx. Here it is tuned, in which form each forum is displayed.
In a ForumsList tag you can use the following tags:
You can use the TopPart and BottomPart tags in the ForumList tag to set forums list Header and Footer.
![]() |
On a page with a forums list it is usually situated forums administrator messages above them. |
In the MessageTemplate tag of the ForumsList tag you can use the following parameters:
| Template's part | Description |
|---|---|
<%# Container.Name %> |
Forum's name |
<%# Container.Desc %> |
Forum's description |
<%# Container.NumberThreads %> |
Number of threads |
| <%# Container.NumberMessages %> | Number of messages |
| <%# Container.LinkToLastMessage %> | Link to the forum thread with the last message |
| <%# Container.LastMessageDateTime %> | The date and time of the last message on the forum |
| <%# Container.LastMessageDate %> | Date of last message on the forum |
| <%# Container.LastMessageTime %> | Time of last message on the forum. |
| <%# Container.LastMessage %> | The quote of last message |
| <%# Container.LastMessageAuthorName %> | Last message author |
A template file is located in modules/Forum/forums.ascx and can look as follows:
|
|
| See Also |
Modules: Modules | Forum | Forum notices | Threads | Message list | Message edit form
© 2005-2007 Astron Digital Ltd. All Rights Reserved.