1 頁 (共 1 頁)

[外掛]Configurable Smilies Table

發表於 : 2003-12-13 09:23
GeniusKiKi
##############################################################
## MOD Title: Configurable Smilies Table
## MOD Author: Smartor <smartor_xp@hotmail.com> (Hoang Ngoc Tu) http://smartor.is-root.com
## Poreman <poreman@msn.com>
## MOD Description: This MOD will allow admin configure the number of column/row of smilies
## table on posting screen
## MOD Version: 1.0.0
##
## Installation Level: easy
## Installation Time: 10 Minutes
## Files To Edit: 4
## admin/admin_board.php
## includes/functions_post.php
## language/language_english/lang_admin.php
## templates/subSilver/admin/board_config_body.tpl
## Included Files: N/A
##############################################################
## Author Notes:
## this mod was developped from my private talk with Poreman
## for any concerns, please contact me at http://smartor.is-root.com
##############################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

MOD 出處:http://smartor.is-root.com/viewtopic.php?t=1794
MOD 功能:允許管理員在控制台自訂表情符號行列數\r

中文化:[php]//
// Configurable Smilies Table MOD
//
$lang['Smilie_table_columns'] = '表情符號行數(在發表文章處)';
$lang['Smilie_table_rows'] = '表情符號列數(在發表文章處)';
$lang['Smilie_window_columns'] = '表情符號行數(在表情符號視窗)';
[/php]

簡單實用又方便~ XD