Fragen zu einer Hackidee

sportforum
hoi,
da ich leider nicht der Profi im Coden bin, habe ich eine Frage an die Profis.

Ich habe den Eigene-Seite-Hack von Radiation installiert und darin eine Tabelle erstellt, die folgendermaßen aussieht:

Zitat:
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">


<colgroup>
<col width="10%"></col>
<col width="80%"></col>
<col width="10%"></col>
</colgroup>

<tr >

<td class="tablea" align="center">
<span class="smallfont">$bandname</span></td>

<td class="tablea" align="justify">
<span class="smallfont">$bandtext</span></td>

<td class="tablea" align="center">
<span class="smallfont">$threadlink</span></td>
</tr>

</table>



Jetzt würde ich gerne im acp unter Einstellungen einen weiteren Eintrag haben, durch den man auf so ein Formular kommt und mit dem man dann anhand den Variablen die Daten bequem eintragen kann. (Eigentlich exakt das gleiche wie der Ankündigungshack.)

Wie macht man das?

BItte um Hilfe.