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

Banner in Embed Friendly theme?

I added a banner through the dashboard -> Banner section, yet it does not show like it is supposed to.
I believe it is due to using the embed friendly theme, which incidentally, matches my site nicely.
How can I get it to show?

Best Answer

  • Options
    TamaTama United Kingdom ✭✭✭
    Answer ✓

    Add this somewhere in the default.master.tpl file
    <strong class="SiteTitle"><a href="{link path="/"}">{logo}</a></strong>

    There was an error rendering this rich post.

Answers

  • Options
    TamaTama United Kingdom ✭✭✭
    Answer ✓

    Add this somewhere in the default.master.tpl file
    <strong class="SiteTitle"><a href="{link path="/"}">{logo}</a></strong>

    There was an error rendering this rich post.

  • Options
    AdrianAdrian Wandering Spirit Montreal MVP
    edited July 2013

    Add {logo} in smarty template file called default.master.tpl. This will make the banner appear whereever you place {logo}

  • Options
    AdrianAdrian Wandering Spirit Montreal MVP

    @tama I guess we were typing the answer at the same time. Your answer is the better (complete) one :)

  • Options

    Thank you very much!
    I was stuck adding it to the page that calls the forum, but if anyone went directly to the forum, they'd not see it. Now they do. :)

Sign In or Register to comment.