MyBB Community Forums

Full Version: Logo.png to Logo.SWF
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How I do that, notice..I am beginer in MYBB, end I have logo.swf.
Via ACP > Templates & Style > Themes > (click your theme) > Forum logo. Input the location of logo.swf there. If it you uploaded into the images-folder, it will be images/logo.swf .
I don't think those will work with mybb, but here is a converter:

http://www.freewaregenius.com/2008/08/12...swf-files/
(2011-06-04, 07:55 PM)Aries-Belgium Wrote: [ -> ]Via ACP > Templates & Style > Themes > (click your theme) > Forum logo. Input the location of logo.swf there. If it you uploaded into the images-folder, it will be images/logo.swf .
Oh! how it'll work ? Undecided

In header template, find;
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
and Change it into;
<div class="logo"><embed src="Location of SWF file?clang=en" quality="high" bgcolor="#COLOUR CODE HERE OR DELETE THIS BIT" 
width="Banner Width" height="Banner Height" type="application/x-shockwave-flash" 
pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash" ></embed></div>
Thanks people, very fast...
No problem, always glad to help =)