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.
how to customize the footer ( Vanilla 2)
devcorn
New
Comments
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*