(1) Kategorientrennen
(Beschreibung)
Diese template Modifikation bewirkt das zwischen jeder Kategorie eine weise Zeile eingefügt wird.
(Credits)
Diese Modifikation wurde von xiphoid erstellt und von mir nur ins Deutsche übertragen. Orginal zufinden unter http://www.vbulletin.com/forum/showt...threadid=48020
(Installation)
Wir müssen einige templates bearbeiten. Macht euch am besten ein Backup der templates, da einige sich beschwert haben das sie die templates nicht mehr in den Orginal zustand bringen konnten.
Ok die Installation ist in ein paar schritten erledigt:
- Schritt 1
- Admin Control Panel (ACP).
Templates > Modify > Expand
Forum Home Page Templates > Expand
forumhome > change original- Finde den folgenden Code (er sollte über $forumbits sein) und lösche ihn.
Code:<tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Beiträge</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Themen</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Letzter Beitrag</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr>- Jetzt finde $forumbits nochmal und füge in einer neuen Zeile darunter den folgenden Code:
Code:</table> </td></tr></table><br> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">- Suche nach:
Code:<!-- main --> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center">- Und ersetze es durch:
Code:<!-- main --> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{pagebgcolor}" {tableouterextra} width="{contenttablewidth}" align="center">- Jetzt speicher das forumhome template und geh weiter zu Schritt 2
- Schriit 2
- forumhome_forumbit_level1_nopost > Change original
- In der ersten Zeile steht: <tr id="cat">, füge DARÜBER folgenden Code(in eine neue Zeile)
Code:</table> </td></tr></table><br> <table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td> <table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">- In der letzten Zeile steht: </tr>, füge folgenden Code darunter(in einer neuen Zeile)
Code:<tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Beiträge</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Themen</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="170" nowrap><smallfont color="{tableheadtextcolor}"><b>Letzter Beitrag</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr>- Jetzt speicher das forumhome_forumbit_level1_nopost template und gehe weiter zu Schritt 3
- Schritt 3
- forumhome_forumbit_level2_nopost > Change original
- In der letzten Zeile steht: </tr>, füge folgendes darunter(in einer neuen Zeile)
Code:<tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Beiträge</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Themen</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="170" nowrap><smallfont color="{tableheadtextcolor}"><b>Letzter Beitrag</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr>- Jetzt speicher das forumhome_forumbit_level2_nopost template
Fertig!



Zitieren








Lesezeichen