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.
Custom Header/Logo
Ron
New
Comments
Look into this 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 21 (Vanilla 2.0.0, this maybe changes in later releases). Below code is the one i use on my forum. I threw a PNG Logo inside.
<h1> <a class="Title" href="<?php echo Url('/'); ?>"> <img src="http://www.babyforum.at/themes/default/babyforumLogo.png" /> </a> </h1>
Greetz
p*