Karl Member Oct 14, 2011 #1 The update went smoothly and the new features are great thanks. The only problem I have noticed so far is the duplicate menu tabs on the main menu of the usercp as mentioned here.
The update went smoothly and the new features are great thanks. The only problem I have noticed so far is the duplicate menu tabs on the main menu of the usercp as mentioned here.
Basti Administrator Staff member Oct 14, 2011 #2 Me and Mark both cant duplicate that issue, so its a guess in the open, in sources/user_cpl.php find PHP: $TMPL['user_cp_main_menu'] .= '<div id="user_cp_main_menu">'; and replace it with PHP: $TMPL['user_cp_main_menu'] = '<div id="user_cp_main_menu">'; This has allready been changed for the 0.3 release
Me and Mark both cant duplicate that issue, so its a guess in the open, in sources/user_cpl.php find PHP: $TMPL['user_cp_main_menu'] .= '<div id="user_cp_main_menu">'; and replace it with PHP: $TMPL['user_cp_main_menu'] = '<div id="user_cp_main_menu">'; This has allready been changed for the 0.3 release