ich bin ein kompletter Newbie hier.
Ich habe versucht mit EasyMod Multi BBcode MOD zu installieren.
MultiBBcode 1.2.1 klappte.
Update 1.2.1 zu 1.0.4.c klappte dann schon nicht mehr...
Ich bekomme diese Error Mssg.:
Code: Alles auswählen
Critical Error
FIND FAILED: In file [posting.php] could not find:
// MULTI BBCODE-begin
//NOTE: the first element of each array must be '' Add new elements AFTER the ''
$EMBB_keys = array('') ;
$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' => $EMBB_keys[$i],
'NAME' => "addbbcode$val",
'WIDTH' => $EMBB_widths[$i],
'VALUE' => $EMBB_values[$i],
'STYLE' => "bbstyle($val)")
);
}
// MULTI BBCODE-end
Kann mit vielleicht jemand helfen? Danke.