Problem 1 in der bbcode.php
Ich habe keine Zahlen in den Klammern,und habe die 6 auch weggelassen.#-----[ FIND ]------------------------------------------
#
// user@domain.tld code..
$patterns[5] = "#\[email\]([a-z0-9\-_.]+?@[\w\-]+\.([\w\-\.]+\.)?[\w]+)\[/email\]#si";
$replacements[5] = $bbcode_tpl['email'];
#
#----[ AFTER, ADD ]-----------------------------------------
# Note: you may need to change array number if used with other BBcode mods
#
//[ video ]and[ /video ]for videoing audio.
$patterns[6] = "#\[video:$uid\](.*?)\[/video:$uid\]#si";
$replacements[6] = $bbcode_tpl['video'];
http://kinderspiele.ki.funpic.de/bbcode.txt
Problem 2 in der posting.php
Ist addbbcode22 richtig ?#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>
#After add ( note: +2 if you hack other bbcode ):
<td><span class="genmed"><input type="button" class="button" accesskey="z" name="addbbcode18" value="Video" style="width: 50px" onClick="bbstyle(18)" onMouseOver="helpline('z')" /></span></td>
http://kinderspiele.ki.funpic.de/posting_body.txt
Also der Button Video ist da ,nur wen man draufklickt erscheint im Postingsfeld undefined