Code: Alles auswählen
<table width="370" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" width="110" class="text_l">{L_JOINED}: </td>
<td class="text_fett_l">{JOINED}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_LOCATION}: </td>
<td class="text_fett_l">{LOCATION}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_WEBSITE}: </td>
<td class="text_fett_l">{WWW}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_OCCUPATION}: </td>
<td class="text_fett_l">{OCCUPATION}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_INTERESTS}:</td>
<td class="text_fett_l">{INTERESTS}</td>
</tr>
<tr>
<td height="24" class="text_l">Nickpage:</td>
<td class="text_fett_l"> {U_NICKPAGE}</td>
</tr>
<tr>
<td height="24" width="110" class="text_l">{L_EMAIL_ADDRESS}:</td>
<td height="24" valign="middle" class="text_fett_l">{EMAIL_IMG}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_PM}:</td>
<td height="24" class="text_fett_l">{PM_IMG}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_MESSENGER}:</td>
<td height="24" class="text_fett_l">{MSN}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_YAHOO}:</td>
<td height="24" class="text_fett_l">{YIM_IMG}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_AIM}:</td>
<td height="24" class="text_fett_l">{AIM_IMG}</td>
</tr>
<tr>
<td height="24" class="text_l">{L_ICQ_NUMBER}:</td>
<td height="24" class="text_fett_l"><script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAtext_lt.toLowerCase().indexOf('mozilla') != -1 && navigator.userAtext_lt.indexOf('5.') == -1 && navigator.userAtext_lt.indexOf('6.') == -1 )
document.write(' {ICQ_IMG}');
else
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td height="12" ><div style="position:relative;height:18px"><div style="position:absolute">{ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{ICQ_STATUS_IMG}</div></div></td></tr></table>');
//--></script><noscript>{ICQ_IMG}</noscript></td>
</tr>
</table>
Code: Alles auswählen
<script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAtext_lt.toLowerCase().indexOf('mozilla') != -1 && navigator.userAtext_lt.indexOf('5.') == -1 && navigator.userAtext_lt.indexOf('6.') == -1 )
document.write(' <a href="http://wwp.icq.com/scripts/search.dll?to=123456789"><img src="templates/subSilver/images/lang_german/icon_icq_add.jpg" alt="ICQ-Nummer" title="ICQ-Nummer" border="0" /></a>');
else
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td height="12" ><div style="position:relative;height:18px"><div style="position:absolute"><a href="http://wwp.icq.com/scripts/search.dll?to=123456789"><img src="templates/subSilver/images/lang_german/icon_icq_add.jpg" alt="ICQ-Nummer" title="ICQ-Nummer" border="0" /></a></div><div style="position:absolute;left:3px;top:-1px"><a href="http://wwp.icq.com/123456789#pager"><img src="http://web.icq.com/whitepages/online?icq=123456789&img=5" width="18" height="18" border="0" /></a></div></div></td></tr></table>');
//--></script><noscript><a href="http://wwp.icq.com/scripts/search.dll?to=123456789"><img src="templates/subSilver/images/lang_german/icon_icq_add.jpg" alt="ICQ-Nummer" title="ICQ-Nummer" border="0" /></a></noscript></td>
</tr>
</table>
Dann habe ich noch ein sehr großes Problem. Ich habe ein Bilderscript, welches auf der gesamten Seite ein Zufallsbild erzeugt. Nun wenn ich das Script so einbinde:
page_header.php
Code: Alles auswählen
$psp_rand = include('pspro/rand_pictures.php');
$template->assign_vars(array(
'RAND' => $psp_rand,
'PRIVATE_MESSAGE_NEW_FLAG' => $s_privmsg_new,
'PRIVMSG_IMG' => $icon_pm,
.
.
.
Das ist doch ein Problem zwischen dem Bilderscript und dem PHPbb. Das hat doch sicherlich etwas mit den Variablen zu tun. Wie kann ich herausfinden, welche das sind?
Über eure Antworten würde ich mich sehr freuen. Wenn ich noch was braucht, dann schreibt einfach was ich noch benötigt.
SKYSURFER