Seite 1 von 1

kategorien

Verfasst: 27.11.2004 18:45
von -Marc-
Ich wünsche froh, wo Sie sehen können, wo die Post ist, Themen, zugelassene Benutzer. Daß ich froh Kategorien vor allem Forum habe, wie I, das tun müssen?

thnx

Verfasst: 27.11.2004 19:00
von marino
can you english ?

Verfasst: 27.11.2004 19:09
von -Marc-
Yes, much better than Deutsch.

I would where is standing the statics as the posts, registered user. That box, what under the forum kategorien is standing, that would i above the forum kategorien, how must i do that?

thnx

Verfasst: 27.11.2004 19:55
von sno
mmh..
er will anscheinend wissen wo er sieht wie viele postings in den jeweiligen kategorien gepostet worden sind.. glaube ich :o

Verfasst: 27.11.2004 20:47
von Matzelein
That box, what under the forum kategorien is standing, that would i above the forum kategorien, how must i do that?
Und irgendeine Box (kA welche) soll an eine andere Stelle. :-?

Verfasst: 27.11.2004 20:54
von Leuchte
I suppose, you will move the "Who-Is-Online" Section?
templates/subSilver/index_body.tpl - Find and delete

Code: Alles auswählen

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr> 
	<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
	<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
	</td>
  </tr>
  <tr> 
	<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
  </tr>
</table>

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

Code: Alles auswählen

		<!-- END switch_user_logged_in -->
		<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>
After, add

Code: Alles auswählen

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr> 
	<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
	<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
	</td>
  </tr>
  <tr> 
	<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
	<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
btw: English Support: www.phpbb.com