不建立新文件smilies_list.php & smilies_list.tpl 也可以實現嗎??重新問題:請問怎樣可以在快速回覆欄上加上"更多表情符號"連接,這方便選取表情。
如何實現
用發表新主題里面"更多表情符號"這個連結可以嗎??
怎樣可以把這連結搬到viewtopic.php &viewtopic.tpl
這會簡化得多呀~~
版主: 版主管理群
不建立新文件smilies_list.php & smilies_list.tpl 也可以實現嗎??重新問題:請問怎樣可以在快速回覆欄上加上"更多表情符號"連接,這方便選取表情。
如何實現
代碼: 選擇全部
###############################################
## Hack Title: Smilies List v1.1.0
## (A phpBB2 Quickie)
## Author: Nivisec (support@nivisec.com)
## http://www.nivisec.com
## Description: Displays a full list of your installed
## smilies.
##
## Compatibility: 2.0.x
##
## Support: http://www.phpbbhacks.com/forums
## Copyright: ?003 Billy Sauls
##
###############################################
# Please read goodies/options.txt for info
# on changing options such as the number of
# columns.
###############################################
#
#-----[ UPLOAD ]------------------------------------------
# If you are having trouble understanding this section, read
# the goodies/understanding_upload.txt file.
#
smilies_list.php to /
smilies_list.tpl to templates/subSilver/
smilie_mini_icon.png to templates/subSilver/images/
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<!-- BEGIN switch_user_logged_out -->
#
#-----[ BEFORE, ADD ]------------------------------------------
# Change 'Smilies List' to your desired language here. It is
# near the end of this line to insert!
#
# If you are an advanced editor, you may wish to move the
# icon to another location, but the one below will be fine
# for most users.
#
<a href="smilies_list.php" class="mainmenu"><img src="templates/subSilver/images/smilie_mini_icon.png" width="12" height="13" border="0" hspace="3" />Smilies List</a>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
#End