new ningja skin version unusable (menu bug and others)
Ning To Jamroom
Yeah, you may have some code that isn't compatible or just not working, can you add the changes one at a time to see where it goes wrong?
<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <table> <tbody> <tr> <td> </td> </tr> </tbody> </table>
{if $profile_disable_sidebar != 1 && strpos($current_url, $_conf.jrNingja_forum_profile) !== 0}
// Player Type
$_ptype = array(
'blue_monday' => 'Blue Monday Player',
'gray_overlay_player' => 'Gray Overlay Player',
'player_dark' => 'Midnight Player',
'black_overlay_player' => 'Black Overlay Player',
);
$_tmp = array(
'name' => 'player_type',
'label' => 'Player Type',
'help' => 'Select the type of player you want to use on your site.Original = Blue Monday New = New Light Player',
'type' => 'select',
'options' => $_ptype,
'default' => 'black_overlay_player',
'order' => 60,
'section' => 'Players'
);
jrCore_register_setting('YOURSKINNAME', $_tmp);