Hi,
But in which part of the template to put these codes.
For example,
I want to put it in the TopicView Template,part of the template code is :
<%@ Register TagPrefix="am" Namespace="Active.Modules.Forums.Controls" Assembly="Active.Modules.Forums.40" %>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td>
<div class="afcrumb">[FORUMMAINLINK] > [FORUMGROUPLINK] > [FORUMLINK]</div>
<div class="aftitlelg">RE: How to update the page title?</div>
<div class="aftopicsum">[TRESX:LastPost] [AF:LABEL:LastPostDate] [TRESX:BY] [AF:LABEL:LastPostAuthor]. [AF:LABEL:ReplyCount] [TRESX:REPLIES].</div>
I jsut put your code at the beginning of this template file,but it doesnt work
[META]
[TITLE][TOPICSUBJECT][/TITLE]
[DESCRIPTION][BODY:255][/DESCRIPTION]
[KEYWORDS][TAGS][/KEYWORDS]
[/META]
<%@ Register TagPrefix="am" Namespace="Active.Modules.Forums.Controls" Assembly="Active.Modules.Forums.40" %>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td>
<div class="afcrumb">[FORUMMAINLINK] > [FORUMGROUPLINK] > [FORUMLINK]</div>