vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove PMs From User Bar

Remove PMs From User Bar - Posted By Michael (wrighty) on 15th Mar 08 at 10:07pm
This will remove the No New Private Messages :: Mark All Boards As Read threads from the user bar.

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


Global Header