MyBB Community Forums

Full Version: Add Flash anomation and images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I add images on botton of my forum index page and flash animation on top, near the banner.
levani Wrote:How can I add images on botton of my forum index page and flash animation on top, near the banner.

To add images, check my forum (the url is in my signature) and see if this is the way you want, then I can explain how.


To add a flash animation on your forum index page:
- You create the flash animation
- Upload it to your forum
- In your ACP, go to the templates section => Modify / Delete => Default Templates => Expand => header => Edit
- Find
<div class="menu">
Above it embed the code generated by your flash software, which should look like this:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="728" HEIGHT="120" id="BMPF-falshfilename.swf">
<PARAM NAME=movie VALUE="http://your flash animation  location/falshfilename.swf">
<PARAM NAME=quality VALUE="high"> 
<PARAM NAME=bgcolor VALUE=#FFFFFF>
 <PARAM NAME=wmode VALUE=transparent>
<EMBED src="http://your flash animation  location/falshfilename.swf" quality="high" bgcolor=#FFFFFF WIDTH="728" HEIGHT="120"
NAME="BMPF-logo6.swf" ALIGN="" TYPE="application/x-shockwave-flash"
WMODE="transparent"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
Then Update Template.

Regards
Thanks but I can't find the information about inserting images.
levani Wrote:Thanks but I can't find the information about inserting images.

Where do you want to insert images actually? Please check my forum's index page and tell me if this is what you want to do. Do you want to insert small icons or do you mean to insert big images?

Regards
I want to insert image at the botton of the "Board Statistics". I want to insert small image (max. size 150x150)
levani Wrote:I want to insert image at the botton of the "Board Statistics". I want to insert small image (max. size 150x150)

- In your ACP, go to the templates section => Modify / Delete => Default Templates => Expand => footer => Edit
- Insert a link to your image wherever you like. It should be something like this:

<img border="0" src="http://link to your image" width="xx" height="xx"><p>

Replace the XX with the dimensions you wish to use.
The update template.
Thanks