Portal - Welcome & WhoIsOnline - aus 2 mach 1
Verfasst: 16.01.2008 19:51
Moin.
Habe im Intro&Portal inder rechten Spalte zuerst die Welcome Box und darunter die WhoIsOnline Box stehen , die möchte ich nun zuusammenfügen .
Hier der Code :
WELCOME
WhoIsOnline
So daß es am Ende nicht mehr so :
[ externes Bild ]
... sondern so aussieht :
[ externes Bild ]
Problematisch dürfte sein , daß beides im ACP de/aktiviert werden kann , also wird man nicht einfach was löschen können .
Habe im Intro&Portal inder rechten Spalte zuerst die Welcome Box und darunter die WhoIsOnline Box stehen , die möchte ich nun zuusammenfügen .
Hier der Code :
WELCOME
Code: Alles auswählen
<!-- ##### 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 ##### -->
WhoIsOnline
Code: Alles auswählen
<!-- ##### WHOISONLINE START ##### -->
<!-- BEGIN switch_whoisonline_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><a href="viewonline.php" class="genmed">{IntroPortaltext21}:</a></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 colspan="2" height="1" class="row1"><span class="genmed"><br>{TOTAL_USERS_ONLINE}<br><br>{LOGGED_IN_USER_LIST}<br></span><span class="gensmall"><br /></span></td>
</tr>
<!-- END switch_whoisonline_active -->
<!-- BEGIN switch_lastvisitmod_active -->
<tr>
<td class="row1" align="left"><span class="gensmall"><br />{L_USERS_TODAY}{L_USERS_LASTHOUR}<br /><br />{USERS_TODAY_LIST}<br /><br /></span></td>
</tr>
<!-- END switch_lastvisitmod_active -->
<!-- BEGIN switch_whoisonline_active -->
</table>
<br>
<!-- END switch_whoisonline_active -->
<!-- ##### WHOISONLINE ENDE ##### -->
[ externes Bild ]
... sondern so aussieht :
[ externes Bild ]
Problematisch dürfte sein , daß beides im ACP de/aktiviert werden kann , also wird man nicht einfach was löschen können .