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.
Banner in Embed Friendly theme?
BurkeKnight
New
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?
0
Best Answer
-
Tama ✭✭✭
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.
2
Answers
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.
Add {logo} in smarty template file called default.master.tpl. This will make the banner appear whereever you place {logo}
@tama I guess we were typing the answer at the same time. Your answer is the better (complete) one
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.