Seite 1 von 1

animtionen der smilies gestoppt

Verfasst: 27.09.2004 13:55
von ~fReAk~TroNiC~
beim posten ist mir aufgefallen das alle animtionen der smilies gestoppt werden sobald man einen in ein post eingefügt hattet.

was kann ich tun

Verfasst: 27.09.2004 14:06
von Markus Wandel
Hi,

es gibt dafür einen MOD der das behebt:

Code: Alles auswählen

############################################### 
##   Hack Title:	Keep Em Moving
##   Hack Version:	1.0.1 
##   Author:		bummer 
##   Description:	This add-on will keep your animated smilies animated after clicking on one.
##   Compatibility:	2.0.2 - 2.0.4 (It may work on later versions but I have not tested it on them).
## 
##   Installation Level: Easy 
##   Installation Time:  2 Minutes 
##   Files To Edit: 	 2 
##	templates/subSilver/posting_body.tpl
##	templates/subSilver/posting_smilies.tpl  
## 
##   Included Files:	 0 
## 
##   History: 
##      Jan. 1, 2002:  Version 1.0.0: Initial release
##      Jan. 14, 2003: Version 1.0.1: Removed an unneeded closing link tag.
## 
##   Author Notes: 
##      Install the following for all template themes you use.
## 
##   Support:      http://www.phpbbsupport.co.uk 
##   Copyright:    ©2003-2004 Keep Em Moving 1.0.1 - Bill Beardslee  
## 
############################################### 
##   You downloaded this hack from phpBBSupport.co.uk, as such this is not a official phpBB hack. 
##   This means that support can not be found for this at phpBB.com, so please visit http://www.phpbbsupport.co.uk 
############################################### 
## 
############################################### 
##   This program is free software; you can redistribute it and/or 
##   modify it under the terms of the GNU General Public License 
##   as published by the Free Software Foundation; either version 2 
##   of the License, or (at your option) any later version. 
## 
##   This program is distributed in the hope that it will be useful, 
##   but WITHOUT ANY WARRANTY; without even the implied warranty of 
##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
##   GNU General Public License for more details. 
## 
##   http://www.gnu.org/copyleft/gpl.html 
###############################################  

# 
#-----[ OPEN ]-------------------------------------------- 
# 

 templates/subSilver/posting_body.tpl

# 
#-----[ FIND ]-------------------------------------------- 
# 

				  <td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> 

# 
#-----[ REPLACE WITH ]------------------------------------ 
# 

				  <td><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon('{smilies_row.smilies_col.SMILEY_CODE}');" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></td> 

# 
#-----[ OPEN ]-------------------------------------------- 
# 

 templates/subSilver/posting_smilies.tpl

# 
#-----[ FIND ]-------------------------------------------- 
# 

						<td><a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td> 

# 
#-----[ REPLACE WITH ]------------------------------------  
# 

						<td><img src="{smilies_row.smilies_col.SMILEY_IMG}" border="0" onmouseover="this.style.cursor='hand';" onclick="emoticon('{smilies_row.smilies_col.SMILEY_CODE}');" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></td> 

# 
#-----[ SAVE & CLOSE ALL FILES ]-------------------------- 
# 
#End of Hack
Damit geht es bei mir einwandfrei.

Tschüüß

Verfasst: 27.09.2004 17:09
von ~fReAk~TroNiC~
jo danke es geht

Verfasst: 30.01.2005 10:52
von Volker
hallo,

gibt es sowas auch für das ganze forum? ich habe animirte ranks und sobald ich was anklick im forum, zb. ein link bleiben sie stehen

Verfasst: 15.02.2005 10:18
von Volker
keiner eine idee?