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 links next to "Powered by Vanilla" and help with status box.

kyle789kyle789 New
edited September 2010 in Vanilla 2.0 - 2.8
Hi everyone, first off would just like to say how much I LOVE Vanilla.
I've changed the look to the default theme to match my site but it looks like I may have messed up some css as my status bar is looking dodgy. If anyone could please advise where I went wrong I would very much appreciate it.

Also, how do i add links of my own next to the "Powered by Vanilla" at the bottom?

Thanks again, Kyle.

Comments

  • Options
    Nobody? Even just the links part? I'm really desperate.
  • Options
    RaizeRaize vancouver ✭✭
    This is where I edited my footer link... it might be different for you

    themes/vanillatheme/view/default.master.php
  • Options
    kyle789kyle789 New
    edited September 2010
    Thanks for your reply, I've opened the file in Dreamweaver and don't know were I should be editing,

    "<?php
    $this->RenderAsset('Foot');
    echo Wrap(Anchor(T('Powered by Vanilla'), C('Garden.VanillaUrl')), 'div');"

    Here?
  • Options
    RaizeRaize vancouver ✭✭
    edited September 2010
    Yes, here is what mine looks like:

    $this->RenderAsset('Foot'); printf(Gdn::Translate('Design and Marketing by %s'), '<a href="http://Raize.ca" target="_blank"><span>Raize</span></a>');
  • Options
    kyle789kyle789 New
    edited September 2010
    Fantastic, I really appreciate your help.
Sign In or Register to comment.