Updated threads not showing in bold after upgrade.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pds
    Member
    • Jan 2003
    • 85
    • 3.8.x

    Updated threads not showing in bold after upgrade.

    After my upgrade to 3.6.1 updated posts/new threads no longer show bold fo rmy users. Is this a change in 3.6.1, or did I muck up a template somewhere?
    Paul

    "Whoever believes in Telekinesis, raise my hand."
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Try this. Create a new style and choose no parent style. This will force it to use the default templates. Then change to this style and view your forums with it. Do you have the same problem?
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • pds
      Member
      • Jan 2003
      • 85
      • 3.8.x

      #3
      Good call, the problem goes away.

      So which template have I likely messed up when I was reverting and such?
      Paul

      "Whoever believes in Telekinesis, raise my hand."

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        Is this on showthread? If so, try reverting your showthread templates.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • pds
          Member
          • Jan 2003
          • 85
          • 3.8.x

          #5
          It must not be Showthread, as that template indicated it was unchanged. I reverted just in case, and no go.

          Any other thoughts?
          Paul

          "Whoever believes in Telekinesis, raise my hand."

          Comment

          • Steve Machol
            Former Customer Support Manager
            • Jul 2000
            • 154488

            #6
            Which page is this happening on?
            Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
            Change CKEditor Colors to Match Style (for 4.1.4 and above)

            Steve Machol Photography


            Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


            Comment

            • pds
              Member
              • Jan 2003
              • 85
              • 3.8.x

              #7
              Additionally, the little down arrow to go to "first new" shows up in the new posts, they are just not bolded.
              Paul

              "Whoever believes in Telekinesis, raise my hand."

              Comment

              • pds
                Member
                • Jan 2003
                • 85
                • 3.8.x

                #8
                When you initially click on a forum name and the threads show up.

                I also did have a "Shows stickies as separate" hack, but uninstalled it to make sure it wasn't the issue. It wasn't.
                Paul

                "Whoever believes in Telekinesis, raise my hand."

                Comment

                • pds
                  Member
                  • Jan 2003
                  • 85
                  • 3.8.x

                  #9
                  Fixed. Code mistakes in showthread when I pasted it. My bad, thanks for your help.
                  Paul

                  "Whoever believes in Telekinesis, raise my hand."

                  Comment

                  • BellyBelly
                    Senior Member
                    • Apr 2006
                    • 193
                    • 3.6.x

                    #10
                    I have this problem also and created the new template but it didnt fix the problem. Some people have the problem at work but not at home and I cannot figure it out. Could it be some dodgy code? I put in one small mod but as far as I know the issue was happening before I put the mod on. I have since disabled the mod and uninstalled it and gotten the new VB patch but no relief. Help!

                    Comment

                    • pds
                      Member
                      • Jan 2003
                      • 85
                      • 3.8.x

                      #11
                      If you have VBPlaza/VBBux installed there is a problem with the installation process of that hack that causes this.

                      Otherwise mine was just a stupid Misc. error on my part.
                      Paul

                      "Whoever believes in Telekinesis, raise my hand."

                      Comment

                      • BellyBelly
                        Senior Member
                        • Apr 2006
                        • 193
                        • 3.6.x

                        #12
                        I dont think so, I just had a moods mod installed...

                        Can anyone help me? To read more about what users are experiencing please read here: http://www.bellybelly.com.au/forums/...ad.php?t=22012

                        I can't see or replicate any of the problems myself *sigh*

                        Comment

                        • 993ti
                          New Member
                          • Dec 2005
                          • 23

                          #13
                          Originally posted by pds
                          If you have VBPlaza/VBBux installed there is a problem with the installation process of that hack that causes this.
                          Yep, it's this part that's causing it:
                          F): Inside template 'threadbit':
                          vBulletin 3.6.x Only Edit:

                          Code:
                            	<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
                          Replace with:
                          Code:
                            	<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
                          So i didn't do that step and everything works.

                          Comment

                          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                          Working...