@rockedge the easiest way is to add this to the forum stylesheet:
Code: Select all
dd.profile-posts {
display: none;
}
Or everybody can make it locally.
1. Make file userContent.css and add this to it:
Code: Select all
@-moz-document domain(forum.puppylinux.com) {
dd.profile-posts {
display: none;
}
}
2. In your Firefox profile (and other browsers too?) make chrome directory and copy above file there.
3. Then go into Firefox's about:settings and in the key toolkit.legacyUserProfileCustomizations.stylesheets replace the value false with true.
4. Restart Firefox and Thanks feature will gone.