icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> cükü orda böyle bi code yokki overall_header.tpl de
##########################################################################################
##
## MOD Title: Postmessage with a Flash Sound
## MOD Version: 1.1 (phpBB 2.0.6)
## Autor: Norbert
## Support: www.forum.gsx1100g.de/
##
## What is it: When an new PN comes in, at the top of the Messageboad you can read:
## "You have 1 new messages". With this Mod you can hear the popular Sound "You god mail" as a Flashfile.
##
## Files to work on: 2
## language/lang_english/lang_main.php
## templates/your favorite Template/overall_header.tpl
##
## new Files: 1
##
## post.swf
##
##
## alternative Sounds: different sounds as swf Files
## (if you don't like the mailvoice, rename one of the other *.swf in post.swf
## and copy it into the rootdirectory of your phpbb)
##
##
##########################################################################################
##
## Notice:
##
## On probably almost all of the actual webbrowsers the Macromedia Flashplugin is installed.
## We only use the SWF File as a Container for the mp3 Soundfile.
##
## Safety Notice: first safe all your Files and the Database.
##
##########################################################################################
#
#
#-----[ OPEN ]------------------------------------------
#
#
language/lang_english/lang_main.php
#
#
#-----[ FIND ]------------------------------------------
#
$lang['New_pms'] = 'You have %d new messages'; // You have 2 new messages
$lang['New_pm'] = 'You have %d new message'; // You have 1 new message
#
#-----[ CHANGE WITH]------------------------------------------
#
//
// PM with sound
//
$lang['New_pms'] = 'You have %d new messages<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1" height="1"><param name=movie value="post.swf"><param name=quality value=high><embed src="post.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1" height="1"></embed></object>'; // You have 2 new messages
$lang['New_pm'] = 'You have %d new message<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1" height="1"><param name=movie value="post.swf"><param name=quality value=high><embed src="post.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1" height="1"></embed></object>'; // You have 1 new message
//
// end PM with sound
//
#
#-----[ KOPIE FILE ]------------------------------------------
#
post.swf into the root of the Board.
Exactly in the same Directory as the index.php or login.php is in.
#
#
#-----[ OPEN ]------------------------------------------
#
#
templates/yourtemplate/overall_header.tpl
#
#
#-----[ FIND ]------------------------------------------
#
#
icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
#
#
#-----[ REPLACE WITH]------------------------------------------
#
#
icon_mini_message.gif" width="12" height="13" border="0" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
#
#
#
#-----[ SAVE AND CLOSE]------------------------------------------
#
#
# That's all, simple enough?
#
End of Mod
##########################################################################################
##########################################################################################
Sende farklı bi modda yüklü.. Yani mesaj ikonunun üzerine geldiğinde değişen bir resim söz konusu.. Dolayısıyla bu modu kurmak senin için zor da olabilir kolayda.. Diğer değişiklikleri yapıp, takıldığın yeri yoksay ve overall_header.tpl ni at foruma.. Bakalım ne olacak..