Soldato
Where do you change the number of posts per page?
@JOSH86 your alert should be top right.
it'll be looked intoIs there a way to remove the box in the top corner of posts saying "new"? I had a quick look in the preferences but couldn't find it. If the post is more than a screen-width's long then the "new" box covers the end of the line.
Already askedCan you check why my members market is not there please
This works perfectly, thanks a lot!For Chrome users, here is a simple TamperMonkey Script. Removes the Facebook square button and all of the Share elements at the base of the page.
Code:// ==UserScript== // @name Custom Style Sheet OcUK // @namespace http://tampermonkey.net/ // @version 0.1 // @description Remove Social Media Elements from OcUk Forums // @author Sin_Chase // @match https://forums.overclockers.co.uk/* // @grant none // ==/UserScript== function addGlobalStyle(css) { var head, style; head = document.getElementsByTagName('head')[0]; if (!head) { return; } style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; head.appendChild(style); } addGlobalStyle('.fa-facebook-square { display: none !important; }'); addGlobalStyle('.sharePage { display: none !important; }');
@JOSH86 your alert should be top right.
looking into this!
Already asked
Admin, we have a trouble maker, you know what to do.I GOT MY NAME BACK!
Been asked also - likely permissions based, there isn't any restrictions on who can and can't message each other (unless ignored etc)How come conversation icon doesn't work with most members?