Also Kuba ich kann dir nur rechtgeben. Ich lasse das ganze erstmal entnervt sein. Im Multi BBC 1.40 steht folgendes:
Code: Alles auswählen
#-----[ OPEN ]---------------------------------
#
includes/bbcode.php
#
#-----[ FIND ]---------------------------------
#
$bbcode_tpl = null;
#
#-----[ AFTER, ADD ]---------------------------------
#
// MULTI BBCODE-begin
function Multi_BBCode()
{
global $template, $lang;
// DO NOT CHANGE THIS ARRAY
$hotkeys = array('', 'd', 'e', 'g', 'h', 'j', 'k', 'm', 'n', 'r', 't', 'v', 'x', 'y', 'z', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0');
//NOTE: the first element of each array must be '' Add new elements AFTER the ''
$EMBB_widths = array('') ;
$EMBB_values = array('') ;
for ($i=1; $i<count($EMBB_values); $i++)
{
// load BBcode MODs info
$val = ($i*2)+16 ;
$template->assign_block_vars('MultiBB', array(
'KEY' => $hotkeys[$i],
'NAME' => "addbbcode$val",
'HELP' => sprintf($lang['bbcode_help'][(strtolower($EMBB_values[$i]))], $hotkeys[$i]),
'WIDTH' => $EMBB_widths[$i],
'VALUE' => $EMBB_values[$i],
'STYLE' => "bbstyle($val)")
);
}
}
// MULTI BBCODE-end
#
#-----[ OPEN ]---------------------------------
#
templates/subSilver/posting_body.tpl
wohlgemerkt: bbcode.php nichts von posting.php
allerdings lautet wie schon gesagt die Version 1.40 die andere scheint es nicht mehr zugeben.
Vielleicht hat ja jemand die alte Version. Unter dem Link ist sie nicht mehr.
Oder jemand hat eine andere Idee.