Seite 1 von 1
BBCODE Problem nach einbau von Hide Hack
Verfasst: 27.10.2005 11:48
von aslan
Hallo!
Meine BBCODE Funktion geht irgendwie nimmer! man muss alles manuell machen denn wenn man auf die buttons klickt kommt kein fenster wo man was eingeben muss!
Im Anhang:
bbcode.php
http://rapidshare.de/files/6819850/bbcode.php.html
Verfasst: 27.10.2005 12:13
von kleinermuuk
ja geht mir genauso hab auch ein problem , bei mir geht das zusammenspiel von [url][img] tags nichtmehr...
Verfasst: 30.10.2005 09:44
von aslan
hoch^^
Verfasst: 04.12.2005 09:40
von aslan
push
Verfasst: 04.12.2005 12:31
von Max
na dann achtet mal beide auf diesen Code:
Code: Alles auswählen
Find
<td><span class="genmed">
<input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
</span></td>
Add Below : (Don't forget to adapt the "addbbcode" numbers if neccesary ! (exemple: addbbcode18 -> addbbcode20, 20 -> 22, etc)
<td><span class="genmed">
<input type="button" class="button" accesskey="h" name="addbbcode18" value="Hide" style="width: 40px" onClick="bbstyle(18)" onMouseOver="helpline('h')" />
</span></td>
Next, you need to modify all the "addbbcodexx" in the rest of the file. (exemple : addbbcode20 -> addbbcode22)
Gruß Max