T top250 Member Aug 16, 2015 #1 i have disabled the regular banners -- only premium users will have the option to show banners so i would like to remove to button in control panel thanks i advance grtz Patrick
i have disabled the regular banners -- only premium users will have the option to show banners so i would like to remove to button in control panel thanks i advance grtz Patrick
cajkan Active Member Aug 16, 2015 #2 Hello Patrick, Go to SKINS folder -- > SKIN NAME ( default parabola ) -- > user_cp_main_menu.html Make sure you place new user_cp_main_menu.html in CHILD folder. You should remove this code: HTML: <li><a href="{$list_url}/index.php?a=user_cpl&b=banner&mode=1">Upload Banner</a></li></li> Or comment: <!-- <li><a href="{$list_url}/index.php?a=user_cpl&b=banner&mode=1">Upload Banner</a></li> -->
Hello Patrick, Go to SKINS folder -- > SKIN NAME ( default parabola ) -- > user_cp_main_menu.html Make sure you place new user_cp_main_menu.html in CHILD folder. You should remove this code: HTML: <li><a href="{$list_url}/index.php?a=user_cpl&b=banner&mode=1">Upload Banner</a></li></li> Or comment: <!-- <li><a href="{$list_url}/index.php?a=user_cpl&b=banner&mode=1">Upload Banner</a></li> -->