Categorize Announcements and Stickies (分開公告、置頂) {官方認證}
Modification name: Categorize Announcements and Stickies
Author: A_O_C
Modification description: 此外掛依序 (全域公告, 公告, 置頂, 一般主題) 分割在 viewforum 頁面的主題.
Modification version: 1.0.0
Download file: http://www.phpbb.com/mods/db/download/7185/
categorize_announcements_stickies.zip
來源:
http://www.phpbb.com/community/viewtopi ... &t=1101445
Categorize Announcements and Stickies 更新1.0.2(分開公告、置頂){官方認證}
- yehrussell
- 忍辱、精進、靜慮、般若波羅密
- 主題中的帖子: 4
- 文章: 1133
- 註冊時間: 2006-01-20 , 10:19
- 個人狀態: 非常忙碌中!
- 性別: 公仔
- yehrussell
- 忍辱、精進、靜慮、般若波羅密
- 主題中的帖子: 4
- 文章: 1133
- 註冊時間: 2006-01-20 , 10:19
- 個人狀態: 非常忙碌中!
- 性別: 公仔
Re: Categorize Announcements and Stickies 更新1.0.1(分開公告、置頂){官方認證}
Modification name: Categorize Announcements and Stickies
http://www.phpbb.com/community/viewtopi ... &t=1101445
Author: A_O_C
Modification description: This MOD will separate the topics in viewforum into Global Announcements, Announcements, Stickies and Normal Topics. Global Announcements are displayed first, followed by Announcements, Stickies, and Topics. Global Announcements / Announcements will be sorted by last post date, instead of topic start date.
Modification version: 1.0.1
Tested on phpBB version: See below
Download file: categorize_announcements_stickies.zip
File size: 54682 Bytes
Modification overview page: View
Selected tags:
Category
Cosmetic
Complexity
Template Changes
Language Changes
File Edits
Time
~ 10 Minutes
phpBB
3.0.5
Support for this modification needs to be asked within this topic. The phpBB Team is not responsible or required to give anyone support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB MODifications Team may not be able to provide support.
This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
http://www.phpbb.com/community/viewtopi ... &t=1101445
Author: A_O_C
Modification description: This MOD will separate the topics in viewforum into Global Announcements, Announcements, Stickies and Normal Topics. Global Announcements are displayed first, followed by Announcements, Stickies, and Topics. Global Announcements / Announcements will be sorted by last post date, instead of topic start date.
Modification version: 1.0.1
Tested on phpBB version: See below
Download file: categorize_announcements_stickies.zip
File size: 54682 Bytes
Modification overview page: View
Selected tags:
Category
Cosmetic
Complexity
Template Changes
Language Changes
File Edits
Time
~ 10 Minutes
phpBB
3.0.5
Support for this modification needs to be asked within this topic. The phpBB Team is not responsible or required to give anyone support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB MODifications Team may not be able to provide support.
This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
六度梵行
- yehrussell
- 忍辱、精進、靜慮、般若波羅密
- 主題中的帖子: 4
- 文章: 1133
- 註冊時間: 2006-01-20 , 10:19
- 個人狀態: 非常忙碌中!
- 性別: 公仔
Re: Categorize Announcements and Stickies 更新1.0.1(分開公告、置頂){官
phpBB3.0.8版的風格檔有點不同 {使用Categorize Announcements and Stickies 1.0.1版}
Open: styles/prosilver/template/viewforum_body.html
並沒有發現
於是把這段
取代成
Open: styles/prosilver/template/viewforum_body.html
並沒有發現
代碼: 選擇全部
<dt><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and topicrow.S_TOPIC_TYPE gt 1 -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></dt>
代碼: 選擇全部
<dt><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH and (topicrow.S_POST_ANNOUNCE or topicrow.S_POST_GLOBAL) -->{L_ANNOUNCEMENTS}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></dt>
代碼: 選擇全部
<dt><!-- IF S_DISPLAY_ACTIVE -->{L_ACTIVE_TOPICS}<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 3 -->{L_GLOBAL_ANNOUNCEMENTS}<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 2 -->{L_ANNOUNCEMENTS}<!-- ELSEIF topicrow.S_TOPIC_TYPE eq 1 -->{L_STICKY}<!-- ELSE -->{L_TOPICS}<!-- ENDIF --></dt>
六度梵行
- yehrussell
- 忍辱、精進、靜慮、般若波羅密
- 主題中的帖子: 4
- 文章: 1133
- 註冊時間: 2006-01-20 , 10:19
- 個人狀態: 非常忙碌中!
- 性別: 公仔
Re: Categorize Announcements and Stickies 更新1.0.2(分開公告、置頂){官
http://www.phpbb.com/community/viewtopi ... &t=1101445
Modification name: Categorize Announcements and Stickies
Author: doktornotor
Modification description: This MOD will separate the topics in viewforum into Global Announcements, Announcements, Stickies and Normal Topics. Global Announcements are displayed first, followed by Announcements, Stickies, and Topics. Global Announcements / Announcements will be sorted by last post date, instead of topic start date.
Modification version: 1.0.2
Tested on phpBB version: 3.0.9
Download file: categorize_announcements_stickies_v1.0.2.zip
File size: 59293 Bytes
Modification overview page: View
The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Modifications Team may not be able to provide support.
六度梵行