Seite 1 von 1

Skype icon wird nicht angezeigt

Verfasst: 16.08.2004 20:55
von JOat
Hab grad versucht n Skype Icon einzubauen..... leider wird es nicht angezeigt.... weder das icon noch n text oder sonst was

hier die viewtopic.php

http://xxx (ab zeile 950)

das icon ist da festgelegt in der cfg ($images['icon_skype'] = "$current_template_images/{LANG}/icon_skype.gif";)

und in der lang. datei ist auch alles OK ($lang['Skype'] = 'Skype';)

ich seh eig. kein problem warum es nicht gehen sollte..... aber es will einfach nicht

hier noch der teil aus der tpl datei....

Code: Alles auswählen

<td valign="middle" nowrap="nowrap"> {postrow.PROFILE_IMG} {postrow.PM_IMG} 
            {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} 
            {postrow.MSN_IMG} {postrow.SKYPE_IMG} <script language="JavaScript" type="text/javascript"><!-- 

	if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
		document.write(' {postrow.ICQ_IMG}');
	else
		document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
				
				//--></script> <noscript>{postrow.ICQ_IMG}</noscript></td>

Verfasst: 17.08.2004 01:48
von JOat
wer will mich schlagen*fg*


hab n u.user_skype, im sql statement vergessen :-?

Verfasst: 17.08.2004 15:52
von Tuxman
Keine Sorge, geschlagen wird hier niemand... ;)

Verfasst: 10.11.2005 17:48
von x16
Hi,

bei mir hats geklappt, allerdings bin ich etwas anders vorgegangen als du.

heißt es nicht:
($images['icon_skype'] = "$current_template_images/{LANG}/icon_skype"

statt:
($images['icon_skype'] = "$current_template_images/{LANG}/icon_skype.gif"

Also ohne die gif Endung. Bei mir war es an irgendeiner Stelle so, weiß aber nicht wo und wieso.

Verfasst: 10.11.2005 17:49
von x16
Hi,

bei mir hats geklappt, allerdings bin ich etwas anders vorgegangen als du.

heißt es nicht:
($images['icon_skype'] = "$current_template_images/{LANG}/icon_skype"

statt:
($images['icon_skype'] = "$current_template_images/{LANG}/icon_skype.gif"

Also ohne die gif Endung. Bei mir war es an irgendeiner Stelle so, weiß aber nicht wo und wieso.