本外掛允許會員在發表主題的時候,可以勾選管理員預先設定的主題屬性,讓版面上的眾多主題更容易被瀏覽和查詢。
對於像是提供 P2P 檔案分享版面或是商品交易版面的論壇來說,會是一支很有 Power 的外掛。
還是不懂嗎?看圖解說比較快:
控制台設定

posting.php 頁面

viewforum.php 頁面

Demo: 作者的 phpBB 外掛資料庫
http://bbmods.info/bbs/viewforum.php?f=1
外掛下載:
http://bbmods.info/bbs/viewtopic.php?p=44#44
檔頭:
代碼: 選擇全部
## easymod compliant
##############################################################
## MOD Title: Attribution on Topic
## MOD Author: ocean < N/A > (Yohsuke Konishi) http://bbmods.info/bbs/
## MOD Description:
## This hack makes it so that you can attribute some sort of variable to each topic in a given forum. Then, in view forum, users can search topics by these variables. So, for instance, if you set "fruits" as a variable. And have apples and oranges as two different options. Then users could sort the apple topics seperately from the orange topics, if they so desire.
##(great thanks to phpBBHacks.com for correctly describing this MOD in English)
##
## MOD Version: 1.0.1
##
## Installation Level: Intermediate
## Installation Time: 30 minutes
## Files To Edit: templates/subSilver/viewforum_body.tpl
## viewforum.php
## admin/admin_forums.php
## templates/subSilver/admin/forum_edit_body.tpl
## includes/functions_post.php
## posting.php
## templates/subSilver/posting_body.tpl
## modcp.php
## language/lang_japanese/lang_admin.php
## language/lang_japanese/lang_main.php
## Included Files: includes/functions_attribution.php
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## - installable with EasyMOD 0.3.0
##############################################################
## MOD History:
## 2006-2-11 - Version 1.0.0
## + initial release
## 2006-2-28 - Version 1.0.1
## + some important bugs fix
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################