1 頁 (共 1 頁)

[問題]動機不明,續表情問題

發表於 : 2003-08-08 12:53
貓星少年
重新問題:請問怎樣可以在快速回覆欄上加上"更多表情符號"連接,這方便選取表情。
如何實現
不建立新文件smilies_list.php & smilies_list.tpl 也可以實現嗎??

用發表新主題里面"更多表情符號"這個連結可以嗎??

怎樣可以把這連結搬到viewtopic.php &viewtopic.tpl
這會簡化得多呀~~

發表於 : 2003-08-08 13:49
動機不明
你的問題是這個吧 (寫那樣看得懂的人不多 ^^" )

怎樣可以在快速回覆欄上加上"更多表情符號"連接?

這個,因為很複雜又很麻煩,所以不考慮去研究\r
反倒是這個

Smilies List
http://www.nivisec.com/phpbb.php?l=q

簡單多了,下載後只需要 (抱歉引用安裝文件了 :oops: )

代碼: 選擇全部

############################################### 
##   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
就可以~

發表於 : 2003-08-08 16:32
貓星少年
怎樣可以在快速回覆欄上加上"更多表情符號"連接?
就是這個問題呀!抱歉令到大家看不懂

竟然這問題複雜又很麻煩~~
那我只好試試這個
thanks~~

不過始終能用回原來的代碼是最好的
望網友能做到