MOD Title: Recent Posts Mod for PHPBB3
MOD Description: display recent records of the forum. Support recent posts or recent topics. It's very easy to install, you only need to copy some files and modify 2 lines of sources code. We test it with RC7, RC8 and 3.0.0, upgrade function can handle this mod automatically.
MOD Version: 0.1.2
MOD Download:
Attachment:
Demo Board:
http://forum.chinaseite.de/ http://forum.chinaorbit.com/Configuration:
- title:The title for the block, please remember to change it when you change the language.
- type: set to "post" to get recent posts, and "topic" to get recent topics
- limit: how many records to display
- text_length: the display length of post text
- text_postfix: show this postfix when post text is longer than "text_length"
- show_topic_icon: whether show topic icon or not
- special_forums: only get topics/posts from special forums. read the manual for more detail.
- except_forums: same structure like special_forums, list the ids you don't want to show in recent records
update0.1.2:
- rewrite some of the code to fit the standard PHPBB coding style.
- add new template prosilver
- Small bugs fix
0.1.1:
- rewrite some of the code to fit the standard PHPBB coding style.
- change config variables from private to public
- add smile icon and BBcode support