vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Admin Powers Bar

Remove Admin Powers Bar - Posted By Michael (wrighty) on 15th Mar 08 at 9:58pm
This will remove the 'Moderation Abilities' Bar at the very bottom of posts.

<style>
#admin_powers {
    display: none;
}
</style>


Global Header