Seite 1 von 1

nickapge mod

Verfasst: 28.02.2004 13:51
von Jack9027
wenn man im profile eine icq adresse angibt verschwindet der button für die nickapge meine viewtopic_body.tpl

Code: Alles auswählen

	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>
	<!-- BEGIN Nickpagebutton -->
	<a href="{postrow.Nickpagebutton.U_NICKPAGE}"><img src="templates/nickpage/nickpage_button_big.gif" border="0"></a>
	<!-- END Nickpagebutton --></td>			
			</tr>
		</table></td>
	</tr>

Verfasst: 28.02.2004 17:06
von Acid
<!-- BEGIN Nickpagebutton -->
<a href="{postrow.Nickpagebutton.U_NICKPAGE}"><img src="templates/nickpage/nickpage_button_big.gif" border="0"></a>
<!-- END Nickpagebutton --></td>
..füge mal vor dem </td> noch einen Absatz ein, so das es unterhalb der "<!--" Anweisung steht.
Wenn das Problem dann weiterhin besteht, füge den kompletten Nickpage-Code mal nach bzw. unterhalb von {postrow.MSN_IMG} ein.

Verfasst: 28.02.2004 17:50
von Jack9027
bachdem ich es bach {postrow.MSN_IMG} eingefügt hab funktioniert alles vielen dank acid :wink: