[xF 1.5.x] Hide "New Resources", "New Posts", "New Profile Posts" Blocks in sidebar - ThemesCorp.com

Unmaintained [xF 1.5.x] Hide "New Resources", "New Posts", "New Profile Posts" Blocks in sidebar - ThemesCorp.com

Compatible XF 1.x versions
  1. 1.5
Only for XenForo 1.5.x

Hide "New Resources", "New Posts" and "New Profile Posts" Blocks in sidebar on forum List.

  • For hide "New Resources" Block, add this in EXTRA.css:
Code:
.sidebar .miniResourceList {
  display: none;
}
  • For hide "New Posts" Block, add this in EXTRA.css:
Code:
.sidebar .threadList...
You do not have permission to view the full content of this resource. Log in or register now.
Author
Allan
Views
852
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Allan

Latest reviews

Very simple, yet very effective. Thank you so much for posting this - much appreciated. Those blocks were using too much space for my theme/background but now my site looks normal again :D
Allan
Allan
Thanks !
Top Bottom