Blog sidebar (blocks)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Terry2424
    Senior Member
    • Aug 2008
    • 227
    • 3.8.x

    Blog sidebar (blocks)

    I would like to hide the sidebar or blocks for the blog.

    I go to option, vbulletin blog:general settings and uncheck all. (Search, calendar..)


    The blocks still appear.

    Any suggestions?
  • Terry2424
    Senior Member
    • Aug 2008
    • 227
    • 3.8.x

    #2
    Any idea if this is a bug? I'm using default style.

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24288
      • 6.0.X

      #3
      Do you mean blog block on the forum homepage, or on the blog homepage?

      If it's the blog homepage, those tick boxes do not control whether the blocks appear globally. They control whether users can disable them and move them around themselves:

      "Users may manipulate the sidebar content blocks by choosing to enable, disable and reposition them. Uncheck any blocks that you do not wish for users to be able to manipulate."
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • Terry2424
        Senior Member
        • Aug 2008
        • 227
        • 3.8.x

        #4
        On the blog homepage.


        Looks like I'd have to change code to remove the blocks and center the blog on the page

        Comment

        • waldvb
          Senior Member
          • Apr 2012
          • 115

          #5
          You can add this code to additional template:

          #sidebar_container {
          display:none;
          }

          #content_container #content {
          margin-right:0px;
          }
          www.wood-furniture.biz/forums/

          Comment

          Related Topics

          Collapse

          Working...