bot online mod kleiner schönheitsfehler

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
PFstyle
Mitglied
Beiträge: 31
Registriert: 06.11.2005 09:47

bot online mod kleiner schönheitsfehler

Beitrag von PFstyle »

Hi, vielleich t könnt ihr euch ja mal anschauen http://www.e-phillipp.de/phpbb


Ganz unten in wer ist online, werden nun auch die bots online angezeigt !

Allerdings gleich nach online regstrierte benutzer. verstanden ? Das soll einen Absatz tiefer, wie geht das ?

hier die viewonline_body.tpl

Code: Alles auswählen

<table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" class="nav">
<tr>
	<td class="nav" align="left" valign="middle"><span class="nav"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
</tr>
</table>
<br />

{TPL_HDR1_ORANGE}{L_WHO_IS_ONLINE}{TPL_HDR2}<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th width="35%" height="25">&nbsp;{L_USERNAME}&nbsp;</th>
	<th width="25%">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
	<th width="40%">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
  </tr>
  <tr> 
	<td class="row" colspan="3" height="28"><span class="genmed"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td>
  </tr>
  <!-- BEGIN reg_user_row -->
  <tr> 
	<td width="35%" class="row">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span>&nbsp;</td>
	<td width="25%" align="center" nowrap="nowrap" class="row">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>
	<td width="40%" class="row">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
  </tr>
  <!-- END reg_user_row -->
  <tr> 
	<td colspan="3" height="1" class="spacerow"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="1" alt="."></td>
  </tr>
  <tr> 
	<td class="row" colspan="3" height="28"><span class="genmed"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td>
  </tr>
  <!-- BEGIN guest_user_row -->
  <tr> 
	<td width="35%" class="row">&nbsp;<span class="gen">{guest_user_row.USERNAME}</span>&nbsp;</td>
	<td width="25%" align="center" nowrap="nowrap" class="row">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>
	<td width="40%" class="row">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
  </tr>
  <!-- END guest_user_row -->
<tr>
	<td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_BOTS_ONLINE}</b></span></td>
  </tr>
  <!-- BEGIN bots_row -->
  <tr> 
	<td width="35%" class="{bots_row.ROW_CLASS}">&nbsp;<span class="gen">{bots_row.USERNAME}</span>&nbsp;</td>
	<td width="25%" align="center" nowrap="nowrap" class="{bots_row.ROW_CLASS}">&nbsp;<span class="gen">{bots_row.LASTUPDATE}</span>&nbsp;</td>
	<td width="40%" class="{bots_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{bots_row.U_FORUM_LOCATION}" class="gen">{bots_row.FORUM_LOCATION}</a></span>&nbsp;</td>
  </tr>
  <!-- END bots_row -->
</table>{TPL_FTR}

<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
  <tr> 
	<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
	<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>

<br />

<table width="100%" cellspacing="2" border="0" align="center">
  <tr> 
	<td valign="top" align="right">{JUMPBOX}</td>
  </tr>
</table>


was muss ich ändern ?

lg, Phillipp
kommt mich besuchen!

http://www.e-phillipp.de/phpBB
PFstyle
Mitglied
Beiträge: 31
Registriert: 06.11.2005 09:47

Beitrag von PFstyle »

Keiner ?
kommt mich besuchen!

http://www.e-phillipp.de/phpBB
Antworten

Zurück zu „phpBB 2.0: Mod Support“