1 頁 (共 1 頁)

[外掛]Qbar/Qmenu

發表於 : 2004-02-02 17:50
bu
這支外掛是在版面上方加一個... 選單..

DEMO:http://rpgnet.clanmckeen.com/demo

Qbar/Qmenu 作者為 Ptirhiik 。
目前最新版本為 1.0.1

Header:

代碼: 選擇全部

############################################################## 
## MOD Title:		QBar/QMenu
## MOD Author:		Ptirhiik < ptirhiik@clanmckeen.com > (Pierre) http://rpgnet.clanmckeen.com
## MOD Description:
##			This mod will allow you to add a menu bar at the top of the board,
##			and also will replace your default phpBB menu, allowing you to add quickly
##			links to both within the ACP
##
## MOD Version:		1.0.1
## 
## Installation Level:	Easy
## Installation Time:	10 Minutes
## Files To Edit:
##			includes/functions.php
##			includes/functions_post.php
##			includes/functions_search.php
##			includes/page_header.php
##			includes/topic_review.php
##			templates/subSilver/overall_header.tpl
##			templates/subSilver/subSilver.cfg
##
## Included Files:
##			admin_qbar.php
##			def_qbar.php
##			functions_admin_qbar.php
##			functions_qbar.php
##			lang_extend_qbar.php
##			qbar_admin_body.tpl
##			qbar_confirm_body.tpl
##			qbar_def_qbar.tpl
##			qbar_field_body.tpl
##			qbar_panel_body.tpl
##			qbar_qbars.tpl
##			qbar_qmenus.tpl
##
##			graph.gif/icon_mini_admin.gif
##			graph.gif/icon_mini_forums.gif
##
##			mod-lang_settings/lang_extend_mac.php
##
############################################################## 
## 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: 
##
##	You have to CHMOD to 666 includes/def_qbar.php in order to be able to edit it
##	in the ACP. 
##
############################################################## 
## MOD History:
##
##   2003-10-29 - Version 1.0.1
##      - fix some images issues when sub-template used
##	- add the lang settings tool
##
##   2003-07-29 - Version 1.0.0
##	- fix an issue in the acp with moving options up and down
##
##   2003-07-25 - Version 1.0.0 beta 1
##	- add the the menu management,
##	- remove table,
##	- allow as many qbar and qmenu to be defined and used,
##	- support multi-languages allowing a $lang[] key to be used as value (your_language/lang_main.php),
##	- support multi-templates allowing a $images[] key to be used as icon (your_template.cfg),
##	- add the management of style in order to set qbars and qmenu specific to a style
##	- enhance compliancy with sub-templates and categories hierarchy v 2
##
##   2003-03-04 - Version 0.0.3 beta
##      - first stable beta
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
http://www.phpbb.com/phpBB/catdb.php?mo ... &id=833175

Re: [外掛]Qbar/Qmenu

發表於 : 2004-02-02 19:29
天霜
bu 寫:這支外掛是在版面上方加一個... 選單..
嚴格說起來的話 
這個外掛的功用是在於將上方的連結(menus)
(例: 常見問題 文章搜尋 瘋狂大冒險 會員列表 會員群組 )

改成可以直接在後台新增編輯連結
可以在後台設定那個連結要登入時還是登出時才看得到\r
以及只在那個主題版面顯示連結等