How to change the order of Blocks in the sidebar of Blog Home?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jobBole
    Senior Member
    • Dec 2009
    • 142

    [vB4] How to change the order of Blocks in the sidebar of Blog Home?

    Hi, guys

    I want to highlight "Find Blog Entries" in the sidebar of Blog Home.
    How to move the block of "Find Blog Entries" before to the block of "Recent Entries"?
    That means Which template(s) should be modified?

    Can someone give me some hints? (VBB 4.0.3)

    Best Regards,
    Jerry
    Best Regards,
    Jerry

  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24325
    • 5.7.X

    #2
    When you go to your Blog, click on Blog Settings in the subnavbar then 'Organise Sidebar' in the left menu. You can then set the display order there.
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • jobBole
      Senior Member
      • Dec 2009
      • 142

      #3
      Originally posted by Trevor Hannant
      When you go to your Blog, click on Blog Settings in the subnavbar then 'Organise Sidebar' in the left menu. You can then set the display order there.
      Hi, Trevor, thanks for your reply.

      You may misunderstand me. I don't mean in personal blog (I know we can change the order in the left sidebar in personal blog settings ), but the Blog Home (just like the right sidebar of this page , see below image).

      To do this, I guess it should modify some codes of relative templates. I had tried to modify the blog_sidebar_generic and blog_home template, but failed.

      Can your VB develop team member give me a hand?

      Click image for larger version

Name:	before.png
Views:	1
Size:	15.9 KB
ID:	3681472
      Last edited by jobBole; Thu 24 Feb '11, 7:54am. Reason: Adding the image
      Best Regards,
      Jerry

      Comment

      • jobBole
        Senior Member
        • Dec 2009
        • 142

        #4
        Anyone know the solution?
        Best Regards,
        Jerry

        Comment

        • helenblog
          Member
          • Dec 2014
          • 31
          • 4.2.x

          #5
          I'm also caring about this problem
          Best Advertising Forum and Marketing Forum on the internet!

          Comment

          • Replicant
            Senior Member
            • Sep 2014
            • 527

            #6
            CSS is a fairly easy way to implement. Just as an example, adding this to additional.css will move the calendar close to the top of the side bar.

            Code:
             [COLOR=#303942][FONT=dejavu sans mono]  [COLOR=#888888][COLOR=#222222]div#vb_blogcalendar[/COLOR][/COLOR] {[/FONT][/COLOR]
            [COLOR=#C80000]position[/COLOR]: relative;
            [COLOR=#C80000]bottom[/COLOR]: 335px;
             [COLOR=#303942][FONT=dejavu sans mono]}[/FONT][/COLOR]


            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #7
              You should likely open a new issue.

              Comment

              • helenblog
                Member
                • Dec 2014
                • 31
                • 4.2.x

                #8
                @jobBole
                I found the solution, you need to go blog_entry and blog_home template to edit template block.

                I tried to add an options block on right sidebar and you can do the same for other blocks

                Have a look on our team blogs: http://www.webmastersun.com/blogs/

                Hope it helps!
                Best Advertising Forum and Marketing Forum on the internet!

                Comment

                Related Topics

                Collapse

                Working...