upgrade to 0.2

Karl

Member
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
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
 
Top