Seite 1 von 1

Wie kann ich eine neue Spalte einfügen?

Verfasst: 09.07.2003 17:18
von Googles
Hi

Ich möchte gerne rechts im Forum eine neue Spalte einfügen
wo ich halt was reinschreiben kann. Wie geht das?

MfG Googles

Verfasst: 09.07.2003 21:06
von biototo
Wo genau im Forum möchtest du die Seite einfügen ?? Auf der Foren-Übersicht oder in den einzelenen Foren ??

Verfasst: 11.07.2003 12:36
von Gast
In der Übersicht.

in index_body.tpl

Verfasst: 11.07.2003 13:21
von song
in der Datei templates/subSilver/index_body.tpl
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th> neue Spalte </th>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
<th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
<th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
</tr>
<!-- BEGIN catrow -->
<tr>
<td>neue Spalte</td>
...

Verfasst: 11.07.2003 13:39
von Gast
Muss ich das da einfach nur einfügen oder was
muss ich da genau machen?