Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div id="user_cp_score">
Your profile score is {$user_cp_score} %<br />
<div id="progressbar"></div>
</div>
#user_cp_score {
display: none;
}
<a href="{$list_url}/index.php?a=user_cpl&b=user_premium">{$lng->user_cp_premium_buy_menu}</a>

sure, remove this:
<li> - is the start of a list itemCode:<li><a href="{$list_url}/index.php?a=user_cpl&b=user_premium">{$lng->user_cp_premium_buy_menu}</a></li>
</li> - is the end of a list item
$TMPL['user_cp_links'] .= '<li><a href="'.$CONF['list_url'].'/index.php?a=user_cpl&b=banner&mode=3">'.$LNG['upload_premium_banner'].'</a></li>';
ahh right, this one is hard coded into the PHP file (premium used to be a plugin)
open sources/user_cpl.php
remove this line (line 52):
Code:$TMPL['user_cp_links'] .= '<li><a href="'.$CONF['list_url'].'/index.php?a=user_cpl&b=banner&mode=3">'.$LNG['upload_premium_banner'].'</a></li>';

$(function() {
$('#user_cp_main_menu li').eq(6).hide();