Seite 1 von 1

Shoutbox mod von niels für Gäste

Verfasst: 04.07.2005 16:08
von kidrob
Hallo erstmal!

-> Wie kann ich es machen, das Gäste in der Shoutbox von Niels auch was schreiben können?

---------------------

-> Ist es möglich in der Box die "Symbole" für
Fett-, kursiv,-unterstrichener- Schrift wegzumachen?
- möchte nur die für "los" und "refresh" da haben!

Mein Forum: http://www.herrenberger-forum.de

Wäre super, wenn jemand Rat wüsste!

Danke schonmal!

Gruß Robin

Re: Shoutbox mod von niels für Gäste

Verfasst: 04.07.2005 17:31
von gloriosa
kidrob hat geschrieben:-> Ist es möglich in der Box die "Symbole" für
Fett-, kursiv,-unterstrichener- Schrift wegzumachen?
- möchte nur die für "los" und "refresh" da haben!
Hallo,
in der shoutbox_body.tpl einfach die betreffenden Zeilen so
  • <!-- BEGIN switch_auth_post -->
    <!-- BEGIN switch_bbcode -->
    <!-- <input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" />
    <input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" />
    <input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" /> -->
    <input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" />&nbsp;&nbsp;
auskommentieren. :wink: Die letze Zeile ist Quote ! :o