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

how to customize the footer ( Vanilla 2)

devcorndevcorn New
edited July 2010 in Vanilla 2.0 - 2.8
All the ongoing discussions are very old, help will be appreciated
Tagged:

Comments

  • Options
    phreakphreak Vanilla*APP (White Label) & Vanilla*Skins Shop MVP
    edited July 2010
    Hi devcorn,

    Look into the folder and check for this file >
    ~/applications/dashboard/views/default.master.php

    Copy this file (to be upgrade save) and drop it into a folder like this >
    ~/themes/myVanillaTheme/views/default.master.php

    Now edit the copied file and look into line 63 to 68 (Vanilla 2.0.0, this maybe changes in later releases).
    <div id="Foot"> <?php $this->RenderAsset('Foot'); echo Wrap(Anchor(T('Powered by Vanilla'), C('Garden.VanillaUrl')), 'div'); ?> </div>

    Write into the DIV and save your changes. Works for me!

    Greetz
    p*
    • VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
    • VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
Sign In or Register to comment.