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

Custom Header/Logo

RonRon New
edited July 2010 in Vanilla 2.0 - 2.8
Hi, Is there a tutorial modify the header and logo area. Or at least how would I go about using a custom image logo instead of a text logo? I am using the default vanilla 2 theme.

Thanks :)

Comments

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

    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*
    • VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
    • VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
  • Options
    Thank you. Worked great :)
  • Options
    You also can go to your dashboard -> Appearence->Banner and choose the file of your logo.

  • Options
    Thanks @DML
  • Options
    @Ron glad to help! :)
Sign In or Register to comment.