[外掛]Flashing GIF for new PM

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
scott511747
星球公民
星球公民
文章: 176
註冊時間: 2003-04-14 22:25
聯繫:

[外掛]Flashing GIF for new PM

文章 scott511747 »

代碼: 選擇全部

############################################################## 
## MOD Title:          Flashing GIF for new PM
## MOD Author:         Niels < ncr@db9.dk > (Niels Chr. R鷣) http://mods.db9.dk
## MOD Description:    This MOD replace the PM GIF by a flashing
##                     one when you have new PM not viewed.
## MOD Version:        1.0.0
## Compatibility:      2.0.4->2.0.6 (2.0.0->2.0.3 not tested)
##
## Installation Level: Easy
## Installation Time:  2 minutes
## Files To Edit:      2
##         templates/subSilver/overall_header.tpl
##         templates/subSilver/subSilver.cfg
##
## Included Files:     4
##         templates/subSilver/images/icon_mini_message.gif
##         templates/subSilver/images/icon_mini_no_message.gif
##         templates/subTrail/images/icon_mini_message.gif
##         templates/subTrail/images/icon_mini_no_message.gif
##		  
############################################################## 
## 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: 
## 
## This MOD is NOT compatible with EasyMOD 0.0.10 of Nuttzy.
## It can NOT be fully installed because EM can't find the
## string "templates/subSilver/images/icon_mini_message.gif"
## in other styles than subSilver. The only solution would
## have been to replace all the line, but it's too risky.
##
## For updates, check this official link...
## http://mods.db9.dk/viewforum.php?f=12
##
############################################################## 
## MOD History: 
##
##   2003-08-03 - Version 1.0.0
##      - Initial final release
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
#
#-----[ 複製 ]------------------------------------------------
#
copy icon_mini_message.gif to templates/subSilver/images/
copy icon_mini_no_message.gif to templates/subSilver/images/
#
#-----[ 開啟 ]------------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ 尋找 ]------------------------------------------------
#
templates/subSilver/images/icon_mini_message.gif
#
#-----[ 替換成 ]-----------------------------------------
#
{PRIVMSG_IMG}
#
#-----[ 開啟 ]------------------------------------------------
#
templates/subSilver/subSilver.cfg
#
#-----[ 尋找 ]------------------------------------------------
#
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
#
#-----[ 替換成 ]-----------------------------------------
#
// Start replacement - Flashing GIF for new PM MOD
$images['pm_new_msg'] = "$current_template_images/icon_mini_message.gif";
$images['pm_no_new_msg'] = "$current_template_images/icon_mini_no_message.gif";
// End replacement - Flashing GIF for new PM MOD
#
#-----[ 存檔並上傳 ]--------------------------------
#
# EoM
icon_mini_no_message.gif 圖檔

icon_mini_message.gif 圖檔

當你有新訊息時圖示會閃爍提示!
有時將訊息框關掉後就會忘記去看他,不過一閃一閃的 Icon 我想不去注意也難!

不清楚開發處的註冊用意,如果有違反的話請管理群刪掉吧!
主題已鎖定

回到「非官方認證外掛」