[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2007-01-13T09:35:23-07:00 http://www.integramod.com/forum/feed.php?f=17&t=2619 2007-01-13T09:35:23-07:00 2007-01-13T09:35:23-07:00 http://www.integramod.com/forum/viewtopic.php?t=2619&p=19382#p19382 <![CDATA[flash banners]]> Statistics: Posted Author: goodgad — Sat Jan 13, 2007 9:35 am


]]>
2007-01-11T10:27:25-07:00 2007-01-11T10:27:25-07:00 http://www.integramod.com/forum/viewtopic.php?t=2619&p=19346#p19346 <![CDATA[Re: flash banners]]>
since a flash can sometimes be a large file, and every image that is hosted offsite will slow your site down, you should host it localy.

youll have to edit AcidTech/overall_header.tpl

find

    <tr>         <td><div><a><img></a></div></td>     </tr>


replace with (after you edit the bold info)

<tr>
<td width="100%" height="Image height" valign="top"">
<object>
<param>
<param>
<param>
<param>
<embed>
</embed>
</object>
</td>
</tr>



Now place the flash.swf in the main AcidTech/images folder

Since logo_bg.gif is only 88px high, it will repeat if your flash is taller. You can edit logo_bg.gif in your fav image editor to be at least as tall as your flash file

Statistics: Posted Author: Helter — Thu Jan 11, 2007 10:27 am


]]>
2007-01-11T03:45:55-07:00 2007-01-11T03:45:55-07:00 http://www.integramod.com/forum/viewtopic.php?t=2619&p=19330#p19330 <![CDATA[flash banners]]> Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Beginner
Board URL: http://www.twitchy.co.uk

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I was trying to put a flash header and banner on site. i thought if it was hosted by imageshack or photobucket it would just be a matter of pasting the code but it doesnt work <img> anybody been able to do this and how ?

Statistics: Posted Author: goodgad — Thu Jan 11, 2007 3:45 am


]]>