4.02 changed thread background, is there a stylevar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SonicGT
    Member
    • May 2006
    • 90
    • 3.7.x

    4.02 changed thread background, is there a stylevar

    I just updated to 4.02 and now my thread background is the same as my normal background, is there a way to change this so its a seperate color like before?
    Chicago Area Mustang Club
    http://www.windycitystangs.com

    Forums and information about the Next Generation of Muscle Cars
    http://www.nextgenmusclecars.com
  • SonicGT
    Member
    • May 2006
    • 90
    • 3.7.x

    #2
    did some searching and cant find a way to change it, although if I switch to postbit legacy display I dont have the problem, so only seems to be in the default postbit display


    *edit found a fix
    I was able to get it to work by adding the background sylevar line to the section below in the postbit.css template, it would appear that the background color was removed for the normal postbit in 4.02


    .postbit .postbody {
    clear: both;
    color: {vb:stylevar postbit_color};
    background: {vb:stylevar postbit_background}
    Chicago Area Mustang Club
    http://www.windycitystangs.com

    Forums and information about the Next Generation of Muscle Cars
    http://www.nextgenmusclecars.com

    Comment

    • indie
      Senior Member
      • Aug 2004
      • 872

      #3
      They removed some other background properties too that were there in 4.0.1.

      Visitor messages and groups discussions.

      I fixed it by adding a .posttext background property to additional.css.
      Last edited by indie; Tue 16 Feb '10, 8:03pm.

      Comment

      • cloferba
        Senior Member
        • Apr 2009
        • 791
        • 3.8.x

        #4
        Originally posted by indie
        They removed some other background properties too that were there in 4.0.1.

        Visitor messages and groups discussions.

        I fixed it by adding a .posttext background property to additional.css.
        how you did it?

        that backgrounds are very important for me
        vBulletin Services I offer: www.Todo10.com
        Technical vB/Server/Hosting support Service also!

        Comment

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          Originally posted by cloferba
          how you did it?

          that backgrounds are very important for me
          cloferba, exactly what do you need? I can probably figure out the css for whatever you need done.

          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

          • SPembo
            New Member
            • Jul 2007
            • 1

            #6
            Just try to explain above with steps to correct. From admincp:

            Style Manager > Edit Templates

            Expand CSS Templates, Customise postbit.css

            Do a search and find in template .postbit .postbody.
            First result should be the section you need to edit.

            You need to edit to add the background part as in bold below. Then postbit background works.

            .postbit .postbody {
            clear: both;
            color: {vb:stylevar postbit_color};
            background: {vb:stylevar postbit_background};
            }

            Comment

            Related Topics

            Collapse

            Working...