Inserting new elements into your bbs is very simple. Find the tag that defines what you want in the documentation.
For example, inserting the articles count is done with the <!--AGNES-ARTICLE-COUNT-->
tag.
Add the tag to the appropriate location, for example after the title of your bbs in the header.html file:
<h3>Foo Bbs</h3>
<hr noshade>
There're <!--AGNES-ARTICLE-COUNT--> articles,
<a href="agnes?Foo+FooHTML+postnew">post</a> a new one!
|