Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

Inserting an Article Count

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!
        

Note

Don't forget to update the cache to make your changes visible. For details about how to update the cache, please read the section called Templates Cache in Chapter 3 .