animtionen der smilies gestoppt

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
~fReAk~TroNiC~
Mitglied
Beiträge: 216
Registriert: 01.07.2004 15:06

animtionen der smilies gestoppt

Beitrag 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
Benutzeravatar
Markus Wandel
Mitglied
Beiträge: 658
Registriert: 01.12.2003 18:13
Wohnort: Wuppertal
Kontaktdaten:

Beitrag 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üüß
WebMaster von: www.RoCoFa.de - Wir sind die RollerCoasterFans
Die Seite für Achterbahn- und Freizeitparkfans, kostenlose Mitgliedschaft, keine Verpflichtungen.
~fReAk~TroNiC~
Mitglied
Beiträge: 216
Registriert: 01.07.2004 15:06

Beitrag von ~fReAk~TroNiC~ »

jo danke es geht
Benutzeravatar
Volker
Mitglied
Beiträge: 213
Registriert: 27.02.2003 09:18
Wohnort: Erzgebirge
Kontaktdaten:

Beitrag 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
Gruß Volker
Fuchsien
Benutzeravatar
Volker
Mitglied
Beiträge: 213
Registriert: 27.02.2003 09:18
Wohnort: Erzgebirge
Kontaktdaten:

Beitrag von Volker »

keiner eine idee?
Gruß Volker
Fuchsien
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“