Seite 1 von 1

[Erledigt]Foren infos nur einmal anzeigen....

Verfasst: 21.04.2007 13:23
von Dirk.F
Mahlzeit,
ich habe mal ne kleine frage, wie kann ich verhindern das "status" und "ForenInfo" nach jedem neuem Forum erneut angezeigt werden? Ich möchte das nur nach jeder neuen Kategrie soetwas erstellt wird.

Link zum Forum

Link zum Quellcode


Thank´s in advance :P

Verfasst: 21.04.2007 13:37
von Jan500
hi

suche
<!-- BEGIN forumrow -->
<table style="border-width: 0px 1px 1px 1px; border-color: #000000; border-style: solid; background-color: #FFFFFF;" width="100%" cellpadding="2" border="1" cellspacing="0" class="forumlidne">
<tr>
<th class"mani" style="background-image:url(templates/subSilver/images/cellpic3.gif); background-repeat:repeat-x; border-width: 1px 1px 1px 0px; border-color: #000000; border-style: solid; height="15px;" nowrap="nowrap" widht="100%">Status</th>
<th class"mani" style="background-image:url(templates/subSilver/images/cellpic3.gif); background-repeat:repeat-x; border-width: 1px 0px 1px 0px; border-color: #000000; border-style: solid;" height="15px" nowrap="nowrap" widht="100%">Forum Übersicht</th>

</tr>
ersetze es mit
<table style="border-width: 0px 1px 1px 1px; border-color: #000000; border-style: solid; background-color: #FFFFFF;" width="100%" cellpadding="2" border="1" cellspacing="0" class="forumlidne">
<tr>
<th class"mani" style="background-image:url(templates/subSilver/images/cellpic3.gif); background-repeat:repeat-x; border-width: 1px 1px 1px 0px; border-color: #000000; border-style: solid; height="15px;" nowrap="nowrap" widht="100%">Status</th>
<th class"mani" style="background-image:url(templates/subSilver/images/cellpic3.gif); background-repeat:repeat-x; border-width: 1px 0px 1px 0px; border-color: #000000; border-style: solid;" height="15px" nowrap="nowrap" widht="100%">Forum Übersicht</th>

</tr>
<!-- BEGIN forumrow -->
btw, man sollte im template nie hardcoding machen... also forenübersicht als lang_variable... das gibt es ja auch schon in der lang_main

Jan

Verfasst: 21.04.2007 17:18
von Dirk.F
Danke dir =)
Na ja hae wenig zeit.. nur noch 3 Tage bis zu fertigstellung...... und mit php kenn ich mich wenig aus nur mit java ajax html css... usw :P