Top-Link im Index

Thorsten_2004
Titel: Top-Link auf Index
Version: 1.0
Beschreibung:
hi und hallo
mein erster kleiner Hack ^^

und zwahr so wie hir auf der rechtenseite sind ja Top-links eingebracht und das geht jetz auch im Lite . Zwahr habe ich jetz nur [TOP] hingeschrieben aber Pic gehen auch .

es so zuänderte datei ist die index_catbitX,tpl , X steht für die No.

Mfg Thorsten
----
Demo: http://www.thorstensseite.de/DEMO/1.JPG

weiter zum Download
hutzi
ah, sehr schön. Werd ich mir mal genehmigen großes Grinsen

und schon die erste Frage Zunge raus

ich/ jeder *g* haben ja drei index_catbits.
in der catbit1 steht bei mir :

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<tr bgcolor="{tablecatcolor}" id="tablecat">
 <td colspan=6 align=center><table cellpadding=0 cellspacing=0>
  <tr>
   <td align=center><smallfont color="black"><a href="board.php?boardid=$boards[boardid]&sid=$session[hash]"><b>..::$boards[title]::..</b></a></font><smallfont color="black">$boards[description]</font></td>
  </tr>
 </table></td>
</tr>
 <tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td width="5%"><smallfont>&nbsp;</font></td>
  <td width="50%"><smallfont color="black"><b>Foren</b></font></td>
  <td width="6%" align="center"><smallfont color="black"><b>Beitr&auml;ge</b></font></td>
  <td width="6%" align="center"><smallfont color="black"><b>Themen</b></font></td>
  <td width="20%" align="center" nowrap><smallfont color="black"><b>Letzter Beitrag</b></font></td>
 </tr>


Du willst aber jetzt nicht, dass ich den kompletten Code da ersetze oder? smile


Hab meine cabit1 nun so angepasst

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
<tr bgcolor="{tablecatcolor}" id="tablecat">
 <td colspan=6 align=center><table cellpadding=0 cellspacing=0>
  <tr>
   <td align=center><smallfont color="black"><a href="board.php?boardid=$boards[boardid]&sid=$session[hash]"><b>..::$boards[title]::..</b></a></font><smallfont color="black">$boards[description]</font></td>
   </tr>
 </table></td>
</tr>
 <tr bgcolor="{tabletitlecolor}" id="tabletitle">
  <td width="5%" align="center"><div align="center"><span class="smallfont"><smallfont color="#000000">[</font><a href="javascript:self.scrollTo(0,0);"><smallfont color="#FFFFFFF"><b>Top</a></b></font><smallfont color="#000000">]</font></span></div></font></td>
  <td width="50%" align="left"><smallfont color="black"><b>&nbsp;&nbsp;Foren</b></font></td>
  <td width="6%" align="center"><smallfont color="black"><b>Beitr&auml;ge</b></font></td>
  <td width="6%" align="center"><smallfont color="black"><b>Themen</b></font></td>
  <td width="20%" align="center" nowrap><smallfont color="black"><b>Letzter Beitrag</b></font></td>
 </tr>
Thorsten_2004
aso ich habe im einer alles gelöcht und habe den neuen eingetragen und es funst
MrMind
Zitat:
Original von Thorsten_2004
aso ich habe im einer alles gelöcht und habe den neuen eingetragen und es funst

arbeite so wenig wie möglich mit Ersetze durch, sondern lieber füge darunter/dahinter etc. ein

Das macht es flexibler Augenzwinkern

mfg
MrMind