[外掛][2.0.10] Topic Cement!

Officially Approved MODs
由 phpBB Group 官方發展小組認證的 MOD!

版主: 版主管理群

版面規則
請注意!只有發表在 [2.0.x] MOD Database Releases 的外掛,才算是官方認證的外掛。
主題已鎖定
webspirit
竹貓忠實會員
竹貓忠實會員
文章: 1354
註冊時間: 2004-02-16 12:01
來自: 精靈國度

[外掛][2.0.10] Topic Cement!

文章 webspirit »

代碼: 選擇全部

##############################################################
## MOD Title: 		Topic Cement!
## MOD Author: 		Renegade88 < renegade88@marino.st > (John Marino) http://www.marino.st
## MOD Description: 	
##		此 MOD 讓版主設定主題的優先權
##		預設的權先權是零,即以類型第一
##		主題 ID 以降冪排序次之
##		此 MOD 加入新的優先權:類型第\r
##		一,優先權降冪排序第二,主題 ID
##		降冪排序第三。
##		在版主控制台中會增加一個文字欄
##		位用來設定或移除優先權設定。
## MOD Version: 1.0.3
## 
## Installation Level:	intermediate (required SQL query execution from file)
## Installation Time:	5 Minutes
## Files To Edit: 	
##			templates/subSilver/modcp_body.tpl
##			modcp.php
##			viewforum.php
##			language/lang_english/lang_main.php
## Included Files: 	
##			topic_cement_1.0_install.mod
##############################################################
## 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: 	The priority datatype is a signed "smallint" which means the legal range
##			for the priority is ?2768.  For the intent of maintaining small dedicated
##			forums, this is overkill.  Theoretically an unsigned tinyint should be
##			sufficient.  Feel free to modify the query if you agree.	
##############################################################
## MOD History: 
## 
##   2004-03-15 - Version 1.0.0 
##      - Initial release 
##   2004-08-21 - Version 1.0.1
##      - Updated for phpBB 2.0.10 security,  intval($topics[$i])
##      - Changed instructions to use inline changes per MOD Leader request
##   2004-08-25 - Version 1.0.2
##      - Fixed bug introduced by converting to inline changes :(
##   2004-08-30 - Version 1.0.3
##      - Submission of 8-25 was flawed, resubmitted
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
language/lang_chinese_traditional_taiwan/lang_admin.php

代碼: 選擇全部

$lang['Topics_Prioritized'] = '選擇的主題已完成優先次序設定';
$lang['Priority'] = '優先權';
$lang['Prioritize'] = '設定優先次序';
更新至 1.0.3

官網發表網頁
主題已鎖定

回到「官方認證外掛」