- Compatible XF 1.x versions
- 1.5
Only for XenForo 1.5.x
Hide "New Resources", "New Posts" and "New Profile Posts" Blocks in sidebar on forum List.
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.