to remove profile scores:
open user_cp template and remove:
Code:
<div id="user_cp_score">
Your profile score is {$user_cp_score} %<br />
<div id="progressbar"></div>
</div>
Or to make upgrades easier, add this to user.css:
Code:
#user_cp_score {
display: none;
}
To remove premium buy link:
open user_cp_main_menu template and remove the link:
Code:
<a href="{$list_url}/index.php?a=user_cpl&b=user_premium">{$lng->user_cp_premium_buy_menu}</a>
if you spot any other mention of these features beyond these, post here. Ideally once these plugins are disabled there should be no mention of them, but some of these features used to be in the "core" so there may be traces left over.