1 頁 (共 1 頁)

[外掛]Knowledge Base 0.7.6

發表於 : 2004-04-15 03:34
coca

代碼: 選擇全部

############################################################## 
## MOD Title: Knowledge Base 
## MOD Author: wGEric < eric@wwegcodes.com > (Eric Faerber) http://eric.best-1.biz 
## MOD Description: This mod is based on the Knowledge Base at phpBB 
## MOD Version: Beta 0.7.6
## 
## Installation Level: easy 
## Installation Time: 15 Minutes 
## Files To Edit: (8)
## 		- viewonline.php
##		- admin/pagestart.php,
##		- admin/index.php,
##		- includes/constants.php, 
##		- includes/page_header.php,
##		- language/lang_english/lang_main.php, 
##		- templates/subSilver/overall_header.tpl,
##		- templates/subSilver/subSilver.cfg
## 
## Included Files: (26)
##		 - kb.php,
##		 - kb_search.php,
##		 - install_kb-043.php, 
## 		 - admin/admin_kb_*.php (4),
##		 - includes/functions_kb.php, 
## 		 - includes/kb_header.php, 
## 		 - language/lang_english/lang_kb.php, 
## 		 - templates/subSilver/kb_*.tpl (5), 
## 		 - templates/subSilver/admin/kb_*.tpl (6), 
## 		 - templates/subSilver/images/lang_english/*.gif (3),
## 		 - templates/subSilver/images/*.gif (2)
## 
############################################################## 
## 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:
##     After installing please go into your ACP and change all
##     of the setting to how you want them.  Also add categories 
##     and types
##
##     Putting [page] in your article will add pages to it.
## 
############################################################## 
##
## MOD History: 
##
## 2003/08/08 - Version 0.7.6
##            - Fixed some typos, Thanks to Gary for pointing these out
##            - Fixed lots of bugs
##
## 2003/07/26 - Version 0.7.5
##            - Multiple paged articles
##            - Quick Stats
##            - Minor changes
##
## 2003/07/17 - Version 0.7.1
##            - Fixed a bug that could empty your topics table
##
## 2003/07/14 - Version 0.7.0
## 			  - Sub Categories added
##			  - Order Categories
##			  - Delete Topic when deleting article
##			  - Makes sure all articles has a topic if comments are on
##			  - Users not logged in can post articles
##
## 2003/07/09 - Version 0.6.3
## 			  - Works with MSSQL
##			  - Topic uses boards language instead of English
##
## 2003/07/08 - Version 0.6.2
##			  - Fixed email_kb_admin() in kb.php
##			  - View counter is fixed when viewing a cateogory
##			  - Fixed it so amount of articles in a category decrease after
##			    deleting an article
##			  - All editing article bugs have been fixed
##			  - Install script has been fixed.
##
## 07/02/03 - Version 0.6.1
##	    	- Fixed bugs (ACP Type manager, HTML when viewing 
##		  	  article, Anyone could edit article if they changed the URL)
##	    	- Added a view counter for the articles.
##
## 06/30/03 - Version 0.6.0
## 			- Added Search
##			- Fixed a couple of bugs
##			- Changed the way the posts look
##
## 06/12/03 - Beta - 0.5.1
## 			- Fixed a bug in the functions.  Forgot to put $phpEx as a global.
##
## 06/11/03 - Beta 2 - 0.5.0
## 			- Rewrote most of the code.  This made some of the files smaller
##			- Comments on articles feature
##			- Fixed most of the known bugs
##			- Dutch Translation by NL Web Hebbies
##
## 05/13/03 - Beta 0.4.3
##          - FIX: Check for empty category and type by ZapZap
##
## 05/10/03 - Beta 0.4.2
##          - FIX: preview fixed by wGEric
##          - FIX: html parsed even if html of fixed by wGEric
##          - FIX: missing text for category on some forms
##
## 05/06/03 - Beta 0.4.1
##          - Removed pretext table and moved pretext fields to config table 
##          - Added entry to viewonline list
## 
## 05/01/03 - Beta 0.4.0
## 	    - Added Pretext Mod by Palamedes < palamedes@rocketmail.com > (Jason Ellis) http://www.randomstringofwords.com
##
## 04/28/03 - Beta 0.3.2
##	    - Added Spanish Files
##	    - Used cleaned up code from MJ - Thanks!
##
## 04/19/03 - Beta 0.3.1 - Fixed some bugs
##
## 04/18/03 - Beta 0.3.0 
##	    - Added, 'Preview Articles' before posting them.
##	    - Added, Admin's and Moderator's articles are automatically approved.
##	    - Added, the ability to change the article types
##
## 04/12/03 - Beta 0.2.0
##	    - Added, the ability to edit articles
## 	    - Added, E-mail or PM Notification of a new article
##	    - Added. configuration file in the admin panel. In there you can allow new articles to be posted, allow edits, and choose whether to be PM, e-mailed, or get no notification.
## 
## 04/05/03 - Beta 0.1.0 
##	    - First Release 
## 
## 1) Edit the Original phpBB2 Code.
## 2) Upload all Remaining Files.
## 3) Prepare the database by running the included install-*.php file.
##
##############################################################  
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
解說:
Knowledge Base 的用途是要讓你整理一些資料,方便給會員下載或者閱讀,有
時候光看討論區凌亂的教學是很沒有效率的。

檔案下載:
Download KB 0.7.6

Demo:
台灣FTP聯盟教學文件
分享火力程式下載區

中文化語系:
請從[外掛]Knowledge Base0.7.0裡面複製。

安裝提示:
基本上照著kb-076_install.txt這檔案的步驟,大約10~15分鐘就可以把該修改\r
的檔案給完成,不過這個文件中漏掉的一個地方就是沒提到要執行install_kb_tables.php
,這是建立資料表的部分,如果你沒做這個動作會有錯誤訊息喔!執行完記得要把這個安裝程式給刪除掉。

特別謝謝william91/some的種樹,我這個後人才能乘涼 :mrgreen:

發表於 : 2004-06-22 12:52
godbless