VB 4.0 - Forum display sidebar question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Desibabu19
    Member
    • Feb 2006
    • 44

    [vB4] VB 4.0 - Forum display sidebar question

    I just installed VB 4.0.
    Working on customization. I have two questions related to side bar.

    I have sponsor ads shown in sidebar/block in forum display screen. ( forum home)
    1) I dont want to show the option to hide the button Click image for larger version

Name:	tab-expanded-lef&#116.png
Views:	1
Size:	3.9 KB
ID:	3714706

    Click image for larger version

Name:	tab-expanded-lef&#116.png
Views:	1
Size:	3.9 KB
ID:	3714706
    How to remove the button and still display the sidebar ?

    2) How to get the sidebar working for individual forum display pages ? Currently it is showing only in FORUM HOME page.

    Thanks in advance
    Last edited by Desibabu19; Tue 9 Feb '10, 12:14am.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    1) I think this should work - add this to your additional.css page:
    Code:
    #sidebar_button {
    display:none;}
    2) It only works for the forumhome page. I believe there are modifications on vb.org to add it to other pages.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • Desibabu19
      Member
      • Feb 2006
      • 44

      #3
      Lynne,
      Thanks.

      Comment

      Related Topics

      Collapse

      Working...