Announcement

Collapse
No announcement yet.

Request: a link back to the forum at the end of a thread.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Request: a link back to the forum at the end of a thread.

    It used to be so that when I got to the end of a thread there was a link back to the part of the forum I was in. Right now I have to use the "Home" key on my keyboard to get to the top of the page to be able to return to that part.

    There is a dropdown box at the bottom but if I want to return to e.g. off topic I have to scroll to it, all the way to the bottom of the box.
    Within weeks they'll be re-opening the shipyards
    And notifying the next of kin
    Once again...

  • #2
    I have to agree. I hate the dropdown box at the bottom, and would rather just have a button like the old forums did that returned you to the current forum you are viewing.
    Keep on Civin'
    RIP rah, Tony Bogey & Baron O

    Comment


    • #3
      +1

      Comment


      • #4
        /me endorses this product and/or service
        Indifference is Bliss

        Comment


        • #5
          I did that on CG, wasn't hard.
          Jon Miller: MikeH speaks the truth
          Jon Miller: MikeH is a shockingly revolting dolt and a masturbatory urine-reeking sideshow freak whose word is as valuable as an aging cow paddy.
          We've got both kinds

          Comment


          • #6
            /me test

            the /me hack doesn't work anymore?

            Comment


            • #7
              How did you do that, Mike?
              Formerly known as "CyberShy"
              Carpe Diem tamen Memento Mori

              Comment


              • #8
                This is a good idea.
                Try http://wordforge.net/index.php for discussion and debate.

                Comment


                • #9
                  Originally posted by Robert Plomp View Post
                  How did you do that, Mike?
                  It was on 3.x, so the templates might be called different things.

                  I copied the "forumjump" call from the FORUMDISPLAY template to the bottom of the SHOWTHREAD template.

                  In this case you could probably just duplicate the breadcrumb trail bit at the top of the SHOWTHREAD template and add it again at the bottom of the template.
                  Jon Miller: MikeH speaks the truth
                  Jon Miller: MikeH is a shockingly revolting dolt and a masturbatory urine-reeking sideshow freak whose word is as valuable as an aging cow paddy.
                  We've got both kinds

                  Comment


                  • #10
                    DO WANT.
                    I wasn't born with enough middle fingers.
                    [Brandon Roderick? You mean Brock's Toadie?][Hanged from Yggdrasil]

                    Comment


                    • #11
                      Originally posted by MikeH View Post
                      It was on 3.x, so the templates might be called different things.

                      I copied the "forumjump" call from the FORUMDISPLAY template to the bottom of the SHOWTHREAD template.

                      In this case you could probably just duplicate the breadcrumb trail bit at the top of the SHOWTHREAD template and add it again at the bottom of the template.
                      Well, actually it is in the forumjump template:

                      PHP Code:
                      <div class="clear"></div>
                      <
                      div class="navpopupmenu popupmenu nohovermenu" id="{vb:raw navpopup.id}">
                          <
                      vb:if condition="$navpopup['link'] AND $navpopup['title']">
                              <
                      span class="shade">{vb:rawphrase quick_navigation}</span>
                              <
                      a href="{vb:raw navpopup.link}" class="popupctrl"><span class="ctrlcontainer">{vb:raw navpopup.title}</span></a>
                              <
                      a href="{vb:raw relpath}#top" class="textcontrol" onclick="document.location.hash='top';return false;">{vb:rawphrase top}</a>
                          <
                      vb:else />
                              <
                      a href="javascript://" class="popupctrl"><span class="ctrlcontainer">{vb:rawphrase quick_navigation}</span></a>
                          </
                      vb:if>
                          <
                      ul class="navpopupbody popupbody popuphover">
                              
                              <
                      li class="optionlabel">{vb:rawphrase site_areas}</li>
                              <
                      li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
                              <
                      li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase private_messages}</a></li>
                              <
                      li><a href="subscription.php{vb:raw session.sessionurl_q}">{vb:rawphrase subscriptions}</a></li>
                              <
                      li><a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a></li>
                              <
                      li><a href="search.php{vb:raw session.sessionurl_q}">{vb:rawphrase search_forums}</a></li>
                              <
                      li><a href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}">{vb:rawphrase forums_home}</a></li>
                                  
                              <
                      vb:if condition="$jumpforumbits">
                                  <
                      li class="optionlabel">{vb:rawphrase forums}</li>
                                  {
                      vb:raw jumpforumbits}
                              </
                      vb:if>
                              
                          </
                      ul>
                      </
                      div
                      It seems that it are those lines:

                      PHP Code:
                      <a href="{vb:raw navpopup.link}" class="popupctrl"><span class="ctrlcontainer">{vb:raw navpopup.title}</span></a>
                      <
                      a href="{vb:raw relpath}#top" class="textcontrol" onclick="document.location.hash='top';return false;">{vb:rawphrase top}</a
                      What I don't understand is that {vb:raw navpopup.link} and {vb:raw relpath} return the same stuff. Since {vb:raw navpopup.title} returns the currently selected forum in the navpopup. So {vb:raw navpopup.link} should return the curently selected forum link.

                      Maybe it would help if anybody could post the vB3 version of that template.

                      -Martin
                      Civ2 military advisor: "No complaints, Sir!"

                      Comment


                      • #12
                        I'll test it out tomorrow, thanks a lot for your help, Mike and Martin!
                        Formerly known as "CyberShy"
                        Carpe Diem tamen Memento Mori

                        Comment


                        • #13
                          I ended up installing the product "lower breadcrumps" by lynne lower.
                          Formerly known as "CyberShy"
                          Carpe Diem tamen Memento Mori

                          Comment


                          • #14
                            Awesome
                            "post reported"Winston, on the barricades for freedom of speech
                            "I don't like laws all over the world. Doesn't mean I am going to do anything but post about it."Jon Miller

                            Comment


                            • #15
                              Great.

                              Her plugin probably does the same modification you could have done manually though.
                              Jon Miller: MikeH speaks the truth
                              Jon Miller: MikeH is a shockingly revolting dolt and a masturbatory urine-reeking sideshow freak whose word is as valuable as an aging cow paddy.
                              We've got both kinds

                              Comment

                              Working...
                              X