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.

remove vanilla.org from the footer of my site

edited July 2012 in Vanilla 2.0 - 2.8

how will i removes vanilla.org in the left bottom corner from every page? and used my own site link.

Best Answer

  • ChanuxChanux ✭✭
    Answer ✓

    Go to your theme folder\views\default.master.php

    you can find

    echo Wrap(Anchor(T('Powered by Vanilla),
    

    like this, change it you want.

Answers

  • Search the wiki and forums.

    There was an error rendering this rich post.

  • can you give me a link

  • ChanuxChanux ✭✭
    Answer ✓

    Go to your theme folder\views\default.master.php

    you can find

    echo Wrap(Anchor(T('Powered by Vanilla),
    

    like this, change it you want.

Sign In or Register to comment.