Op http://www.modelautoforum.nl/forum heb ik getract de mod 'Moderator Tags' te instaleren, dit kon alleen na het instaleren van de mod 'Multiple BBCode Hack' Helaas is er wat fout gegaan. Voor dat ik alles weer verwijderd hoop ik dat iemand met een oplossing komt.
Kijk maar eens in viewtopic en probeer eens een bericht te plaatsen.
Moderator Tags
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Code: Selecteer alles
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
define("BBCODE_UID_LEN", 10);
// global that holds loaded-and-prepared bbcode templates, so we only have to do
// that stuff once.
$bbcode_tpl = null;
// Start Multi BB-code
function Multi_BBCode()
{
global $template, $lang, $is_auth, $userdata;
// 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('') ;
// Start Moderator Tags
if ( ($is_auth['auth_mod']) || ( ($userdata['user_level'] != 0) && ( strpos( basename($_SERVER['PHP_SELF']), 'privmsg') !== false ) ) )
{
$EMBB_widths[] = '40';
$EMBB_values[] = 'MOD';
}
// End Moderator Tags
for ($i=1; $i<count($EMBB_values); $i++)
{
// load BBcode MODs info