Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Adding Additional Navigation on bottom of page or under posts?

I received this feedback recently on my Vanilla 2.1 forum:

Any chance to get a quick way to return to the main message listings, especially at the bottom of a long page of discussion as the left menu disappears? Perhaps a button just above "post a reply"? Would make navigation a bit quicker. Thanks in advance for consideration.

Not a bad idea, but not sure if there are already any 2.1-compatible add-ons that help address this. For the time being, to help rule out any incompatibilities with add-ons, I'm trying to keep the default template.

Any ideas are appreciated

Comments

  • Options
    peregrineperegrine MVP
    edited August 2014

    You could use the jump to top plugin http://vanillaforums.org/addon/jumptotop-plugin . one click to top and click to wherever

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    peregrineperegrine MVP
    edited August 2014

    or you could add a link via
    this plugin ... http://vanillaforums.org/addon/addtexttobox-plugin

    if you just want link to discussions in each comment.

    and just put the link that you want to go to in the conf/locales.php definitions.

    $Definition['Comment Instructions'] = '<a href="http://localhost/vanilla/discussions">Return to discussions';
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    peregrineperegrine MVP
    edited August 2014

    or you could modify .tpl

    and add links to footer. e.g. (might be a better way in .tpl, but its a thought).

      <ul class="SiteMenu">
           {discussions_link}
           {activity_link}
           {inbox_link}
           {custom_menu}
           {profile_link}
           {signinout_link}
          </ul>
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    or you could use pockets plugin to add a link to wherever.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.