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

Links are not working on right sidebar

edited January 2012 in Vanilla 2.0 - 2.8

Anyone know why the links are not working on my right sidebar?

http://nolamil.com/forums

Best Answer

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    edited January 2012 Answer ✓

    you need a custom.css and need to add

    .PanelLatestComment a { float:none }

    and in your latestComment Plugin you will have to slightly modify the module to remove /vanilla2/ from beginning for the links to work proper

    There was an error rendering this rich post.

Answers

  • Options
    whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    The links point to different folders.

    Following the link from the main page takes you to, for example

    http://nolamil.com/forums/discussion/1/welcome

    clicking the right hand link takes you to:

    http://nolamil.com/vanilla2/discussion/1/welcome

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    edited January 2012 Answer ✓

    you need a custom.css and need to add

    .PanelLatestComment a { float:none }

    and in your latestComment Plugin you will have to slightly modify the module to remove /vanilla2/ from beginning for the links to work proper

    There was an error rendering this rich post.

Sign In or Register to comment.