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

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

Allan

Well-known member
Allan submitted a new resource:

[xF 1.5.x] Hide "New Resources", "New Posts" and "New Profile Posts" Blocks in sidebar on forumList - [xF 1.5.x] Hide "New Resources", "New Posts" and "New Profile Posts" Blocks in sidebar on forum List

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 {
  display: none;
}
  • For hide "New Profile Posts" Block, add this in EXTRA.css:
Code:
.sidebar .profilePostList {
  display:...

Read more about this resource...
 
I think this can be done in options (node & forum list and resource options). Just put number to zero.
 
Top Bottom