Ultimate RemoveOn [Deleted]

Paul B

XenForo moderator
Staff member
Brogan submitted a new resource:

Ultimate RemoveOn - Now you see it...

Forums are so full of clutter, aren't they?

Useless nodes where members can post, links on the navigation bar which allow you to load pointless pages such as the news feed, new posts, etc. Even those pesky editor buttons which enable members to make their posts stand out.

Forums have been the same for years.
And y b like everyone else?

Well no longer!

This handy tip will allow you to remove all of that useless content.

Simply add this to EXTRA.css for a Xen-like experience (see what I did there?):
Code:
*
{
    display: none !important;
}


See the following screenshots for how much cleaner and sleeker everything looks:

Forum List


Forum View


Members


Thread View


My PayPal address is available should you wish to make a contribution to my Friday night beer fund.

Read more about this resource...
 
Superb! It's given my test site a lovely clean look to it!

If I wasn't already treating my members to a psychedelic colourfest this morning, I'd be tempted to let them try this. :D
 
Um, how can you tell?
I'm getting a blank screen.

If anyone else is getting it, it may be a suppressed error.
Edit the library/config.php file and add the following to see if it shows the cause:
PHP:
ini_set('display_errors', false);
 
This ought to do it:

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Brogan I'm so annoyed. You didn't minify your css. Please fix this so it's fully optimised.
 
I have actually decided to remove this resource due to a few niggling bugs.

Have no fear though, it will return bigger and better.

The next version will actually reduce query count to 0 on every page.
Yes, zero!

Here’s a sneak peek:
Code:
 rm -rf…
 
Top Bottom