du hast da die bbcodebox3 - 1.0.6, kombiniert mit irgendeiner version der
custom bbcode rights drin.
geh nochmal den teil der edits für
custom bbcode rights durch, da wurde vom 3.0.5 auto-updater schlicht was rausgehauen.
mit der bbcodebox3 hat die fehlermeldung nichts zu tun
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
includes/functions_display.php
#
#-----[ FIND ]------------------------------------------
#
function display_custom_bbcodes()
{
global $db, $template;
#
#-----[ REPLACE, WITH ]------------------------------------------
#
function display_custom_bbcodes()
{
global $user, $db, $template;
global $phpbb_root_path, $phpEx, $config;
include($phpbb_root_path . 'includes/functions_bb_restrict_buttons.' . $phpEx);
#
#-----[ FIND ]------------------------------------------
#
'BBCODE_TAG' => $row['bbcode_tag'],
#
#-----[ REPLACE, WITH ]------------------------------------------
#
'BBCODE_TAG' => preg_replace($search_pattern_buttons, $pattern_replacement_buttons, $row['bbcode_tag']),
by the way, die
custom bbcode rights sind
[ABD] und wurden in den neuen mod 4S-BB-Control integriert:
http://www.phpbb.de/community/viewtopic ... 8&t=191003