Re: [DEV] Custom BBCode Rights Lite - v.0.0.1
Verfasst: 25.12.2009 00:15
will irgendwie nicht funktionieren ... . komisch. hab das jetzt nochmal mit meinen bbcodes getestet ... .
hier auch nochmal die message_parser datei:
hier auch nochmal die message_parser datei:
Code: Alles auswählen
// Custom BBCode Rights Lite / 4seven / 2009
// Credits to Dr.Death for group_membership snippet
global $phpbb_root_path, $phpEx, $template;
include_once($phpbb_root_path . 'includes/functions_user.' . $phpEx);
// ------------------------
$group_id = array(5,7);
// -----------------------
$users_id = $user->data['user_id'];
$group_in = group_memberships($group_id, $users_id , true);
if ($group_in !== true){
// ------------------------------------
$forbid = array('Download', 'downlink', 'downloadbox',);
// -------------------------------------
foreach ($forbid as $not_allowed){
$this->bbcodes[$not_allowed]['disabled'] = true;}
$template->assign_vars(array('S_NO_BBCODE_BUTTON' => true));}
// Credits to Dr.Death for group_membership snippet
// Custom BBCode Rights Lite / 4seven / 2009
// Parse smilies
if ($allow_smilies)