ich habe den chatbox_mod installiert. Nun möchte ich es so haben, dass im Portal steht wie viele online sind, außerdem, dass man den Chat vn dort aus betreten kann.
Danke für eure Hilfe
mfg CoolKetschup
Code: Alles auswählen
<!-- ##### CHAT BOX START ##### -->
<!-- BEGIN switch_chatboxmod_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{Who_Is_Chatting}</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr><td align="center" class="row1"><span class="gensmall">
{TOTAL_CHATTERS_ONLINE}
<br>
[ <a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')">{L_CLICK_TO_JOIN_CHAT}</a> ]
<br />{CHATTERS_LIST}
</span></td></tr></table><br>
<!-- END switch_chatboxmod_active -->
<!-- ##### CHAT BOX END ##### -->Code: Alles auswählen
<!-- ################################################# PORTAL-BORDER START ################################################# -->
<!-- BEGIN switch_border_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b><a href="portal.php" title="Intro & Portal MOD {INTRO_PORTAL_VERSION} by AWSW http://www.awsw.de" class="mainmenu">{IntroPortaltext2}</a></b></center></span></td>
</tr>
<tr>
<td class="row1">
<!-- END switch_border_active -->
<!-- ################################################# PORTAL START ################################################# -->
<TABLE width=100%>
<TR>
<!-- BEGIN switch_left_active -->
<TD valign=top width=20%>
<!-- END switch_left_active -->
<div align="left">
<!-- ################################################# LEFT START ################################################# -->
<!-- ##### WELCOME USER ADDON IN PORTAL START ##### -->
<!-- BEGIN switch_welcomeuser_out_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center>{L_Welcome} {U_NAME_LINK}:</center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td class="row1" align="center" nowrap="nowrap"><span class="gensmall">
{CURRENT_TIME}<br>
</span></td></tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<b>{L_UserNote}:</b> {IntroPortaltext7}
</span></td></tr>
</table> <br>
<!-- END switch_welcomeuser_out_active -->
<!-- BEGIN switch_welcomeuser_in_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center>{L_Welcome} {U_NAME_LINK}:</center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td class="row1" align="center" nowrap="nowrap"><span class="gensmall">
<br><a href="{U_PROFILE}" class="genmed">{AVATAR_IMG}</a><br>{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br>
</span></td></tr>
</table> <br>
<!-- END switch_welcomeuser_in_active -->
<!-- ##### WELCOME USER ADDON IN PORTAL END ##### -->
<!-- ##### CHAT BOX START ##### -->
<!-- BEGIN switch_chatboxmod_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{Who_Is_Chatting}</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr><td align="center" class="row1"><span class="gensmall">
{TOTAL_CHATTERS_ONLINE}
<br>
[ <a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')">{L_CLICK_TO_JOIN_CHAT}</a> ]
<br />{CHATTERS_LIST}
</span></td></tr></table><br>
<!-- END switch_chatboxmod_active -->
<!-- ##### CHAT BOX END ##### -->
<!-- ##### NAVIGATION START ##### -->
<!-- BEGIN switch_navigation_active -->
<table width="100%" border="0" cellpadding="1" cellspacing="1" style="border-collapse: collapse" class="forumline">
<tr>
<td class="catHead" colspan="2" height="25"><span class="cattitle"><center><b>{IntroPortaltext13}:</b></center></span></td>
</tr>
<tr>
<td colspan="2" height="1" class="row3"><img src="images/spacer.gif" width="1" height="1" alt="."></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<!-- END switch_navigation_active -->
<!-- BEGIN row -->
<tr>
<!-- BEGIN cat -->
<td class="row1" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<!--<tr>
<td align="left" width="100%">
<span class="gen"><b>{row.cat.CAT_NAME}</b></span>
</td>
</tr>-->
<!-- BEGIN sub -->
<tr>
<td align="left" width="100%">
<span class="gensmall"><b>{row.cat.sub.SUB_NAME}:</b></span>
</td>
</tr>
<!-- BEGIN link -->
<tr>
<td class="{row.cat.sub.link.ROW_CLASS}" align="left" width="100%">
<span class="gensmall"><a href="{row.cat.sub.link.LINK_URL}">{row.cat.sub.link.LINK_NAME}</a></span>
</td>
</tr>
<!-- END link -->
<!-- END sub -->
</td></tr></table>
</table>
</td></tr>
<!-- END cat -->
<!-- END row -->
<!-- BEGIN switch_navigation_active -->
</table>
</span></td>
</tr>
</table> <br>
<!-- END switch_navigation_active -->
<!-- ##### NAVIGATION END ##### -->