Reichen dir die Möglichkeiten eines Portals nicht aus, kannst du dein SMF mittels einer sogenannten Bridge mit vielen anderen Systemen (wie z.B. Joomla) verbinden. Weitere Informationen dazu findest du in unserem Wiki.
0 Benutzer und 3 Gäste betrachten dieses Thema.
// [youtube button] 'links' => array( 'title' => 'Youtube', 'href' => 'http://www.youtube.com/user/PriusPortal', 'show' => true, 'icon' => '', ),
'sub_buttons' => array(
'show' => true,
Füge mal folgendes hinzu:Code: [Auswählen]'sub_buttons' => array(unter:Code: [Auswählen]'show' => true,
// [youtube button] 'links' => array( 'title' => 'Youtube', 'href' => 'http://www.youtube.com/user/PriusPortal', 'show' => true, 'sub_buttons' => array( 'icon' => '', ),
// Figure out which action we are doing so we can set the active tab.
$current_action = 'home'; if (isset($context['menu_buttons'][$context['current_action']])) $current_action = $context['current_action']; elseif ($context['current_action'] == 'search2') $current_action = 'search'; elseif ($context['current_action'] == 'theme') $current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin'; elseif ($context['current_action'] == 'register2') $current_action = 'register'; elseif ($context['current_action'] == 'login2' || ($user_info['is_guest'] && $context['current_action'] == 'reminder')) $current_action = 'login'; elseif ($context['current_action'] == 'groups' && $context['allow_moderation_center']) $current_action = 'moderate';
// Youtube-Button 'pm' => array( 'title' => 'Youtube', 'href' => 'http://www.youtube.com/user/PriusPortal', 'show' => true, ),
'target' => '_blank',