posted 19 years ago
I've done this before for 2.1.5 version for PostgreSQL 7.4
Just follow the steps:
1. Modify WEB-INF/config/database/genericgeneric_queries.sql, add the following query to the ForumModel section.
2. Modify src/net/jforum/repository/ForumRepository.java, and add two methods for getModeratorList()
Modify reloadForum() to handle the cache
3. Modify src/net/jforum/entities/Forum.java
4. Modify src/net/jforum/dao/ForumDAO.java, add the following declaration
5. Modify src/net/jforum/dao/generic/GenericForumDAO.java, add an implementation of getModeratorList()
6. Modify templates/default/forum_list.htm, find this
modify it to look like the following:
7. Modify templates/default/forum_show.htm, find this
modify it to look like the following:
That's all, enjoy it.
[originally posted on jforum.net by andowson]