Attached forums子分區

phpBB 大部分皆是由竹貓星球提供資料!
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 1
文章: 33486
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

Attached forums子分區

未閱讀文章 懸壺子 »

代碼: 選擇全部

############################################################## 
## MOD Title: Attached forums or pseudo sub-forums MOD 
## MOD Author: niekas <> () http://www.freedomlist.com 
## MOD Description: This mod allows you to "attach" specific forums to another so that they are not displayed on the main index page but inside another forum. This emulates the sub-forums features but does not really create true sub-forum functionality. 
## 
## MOD Version: 1.0.6 (beta) 
## 
## Installation Level: (Easy) 
## Installation Time: 10 Minutes 
## Files To Edit: 
## includes/functions.php 
## admin/admin_forums.php 
## index.php 
## viewforum.php 
## viewtopic.php 
## posting.php 
## templates/subSilver/index_body.tpl 
## templates/subSilver/viewforum_body.tpl 
## templates/subSilver/viewtopic_body.tpl 
## templates/subSilver/admin/forum_edit_body.tpl 
## templates/subSilver/admin/forum_admin_body.tpl 
## templates/subSilver/posting_body.tpl 
## language/lang_english/lang_main.php 
## language/lang_english/lang_admin.php 
## 
## Included Files: (n/a) 
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes: 
## 
## 
## This mod is based on pseudo attached forum mod by Harishankar (http://literaryforums.org). 
## It has been rewritten from ground up. 
## Test this MOD in a testing/isolated enviroment if you have heavy modded forum. 
## Installs fine with EasyMod on vanilla phpBB setup 
## 
############################################################## 
## MOD History: 
## 2005-05-07 - Version 1.0.6 
## -Display parent forum in navigation bar in viewforum viewtopic and posting files 
## -Admin panel displays tree of parent/child subforums 
## 
## 2005-05-01 - Version 1.0.5 
## -Rewriten and Improved backend administration 
## -Works with EasyMod 
## 
## 2005-04-26 - Version 1.0.4 
## -Check new posts on children forums when viewing parent forum 
## 
## 2005-04-24 - Version 1.0.3 
## -display latest topic subject on index and subforums 
## -combine parent forum and subforums post and topic count on index 
## -display subforum last post if subforum has newer post than a parent forum 
## 
## 2005-03-25 - Version 1.0.2 
## -Improved index generation - removed database querries inside the loop 
## -Added indicator for new subforum posts on index 
## -No database querries on viewforum.php if forum has no subforums 
## -Added last post link on subforums on viewforum.php 
## 
## 2004-12-11 - Version 1.0.1 
## - Alpha release  
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 

網址
http://www.phpbb.com/phpBB/viewtopic.ph ... sub+forums

lang_admin.php

代碼: 選擇全部

// --[+]-- 
$lang['Attached_Field_Title'] = '附設於'; 
$lang['Attached_Description'] = '你可以將這個版面附設在這個選項裡面的分區.'; 
$lang['Detach_Description'] = '將附設的全部子版面分離; (還原).'; 
$lang['Has_attachments'] = '這個版面有包含其他的子版面,如果你想重新變更這個版面分類,請選擇何取方塊將其打勾重新設定即可。'; 
$lang['No_attach_forums'] = '沒有附設的子版面'; 
// --[-]--  

lang_main.php

代碼: 選擇全部

// --[+]-- 
$lang['Attached_forum'] = '子分區'; 
$lang['Attached_forums'] = '子分區'; 
// --[-]--  
版面鎖定 主題已鎖定

回到「phpBB2」