Vielleicht stellst Du nickvergessen (Galley-MOD-Autor) einfach Deine Version zur Verfügung, sodaß er sie im contrib-Ordner anbieten kann...

Schönen Gruß,
DerGonzo!
Code: Alles auswählen
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/{TEXT3}"></param><embed src="http://www.youtube.com/{TEXT3}" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
{TEXT1} und {TEXT2} stammt noch aus der Zeit, wo die deutsche Youtube Seite noch unter de.youtube.com oder so aufgerufen wurde.{TEXT1}.youtube.{TEXT2}/watch?v={TEXT3}
Code: Alles auswählen
[youtube]http://{TEXT1}.youtube.{TEXT2}/watch?v={TEXT3}[/youtube]
Code: Alles auswählen
[youtube]http://www.youtube.com/watch?v={TEXT1}[/youtube]
Code: Alles auswählen
<object type="application/x-shockwave-flash" style="width:425px; height:344px" data="http://{TEXT1}.youtube.{TEXT2}/v/{TEXT3}">
<param name="movie" value="http://{TEXT1}.youtube.{TEXT2}/v/{TEXT3}&hl=de&fs=1&rel=0&hd=1" />
<param name="allowFullScreen" value="true" />
</object>
Code: Alles auswählen
<object type="application/x-shockwave-flash" style="width:425px; height:344px" data="http://www.youtube.com/v/{TEXT1}">
<param name="movie" value="http://www.youtube.com/v/{TEXT1}&hl=de&fs=1&rel=0&hd=1" />
<param name="allowFullScreen" value="true" />
</object>
Code: Alles auswählen
<div class="bb-button"><a><img src="{T_IMAGESET_PATH}/buttons/table.gif" alt="{L_BBCODE_IMGALT_TABLE}" id="table"
onclick="var kleinesfenster = window.open('tablemaker/tablemaker.php', '_blank', 'width=500,height=430, left=0,top=0, resizable=no,status=no,menubar=no, location=no,scrollbars=no,toolbar=no')"
onmouseover="helpline('table')" onmouseout="helpline('tip')" /></a></div>
Code: Alles auswählen
tablemaker/tablemaker.php
Code: Alles auswählen
{PHPBB_ROOT_PATH}tablemaker/tablemaker.php
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Out of range value adjusted for column 'bbcode_count' at row 1 [1264]
SQL
UPDATE phpbb_stats_bbcodes SET bbcode_count = (bbcode_count - 3) WHERE bbcode = '[/strike:'
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: statistics/includes/functions.php
LINE: 1839
CALL: dbal_mysql->sql_query()
FILE: posting.php
LINE: 1400
CALL: save_bbcode_smiley_count()