Page 1 of 1

Dynamic Header - is it in 1.4.1?

PostPosted: Wed Jan 02, 2008 11:28 pm
Author: spaniel
Your phpBB Version: 2.0.
phpBB Type: Integramod 141


De.scription and Message

I've noticed that this site's logo changes in the header and there are text messages there. I wondered what this mod/feature was and if it was installed in 141 and if so how do I find it, activate it, etc.


Many thanks.

Re: Dynamic Header - is it in 1.4.1?

PostPosted: Thu Jan 03, 2008 12:05 am
Author: Helter
the text is the News fader, taken from the Integrastyle template. The logo is a flash file incorporating a few of the logo's submitted by members.
You already have the fi_newsfader_user.js in your templates folder.

To display it, OPEN templates/integra2/overall_header.tpl

FIND

Code: Select all
<script></script>


AFTER ADD

Code: Select all
<script></script><style><!--    .finews {      height]

FIND

[code]<BEGIN>          <td><div>{BANNER_0_IMG}</div></td><END>          <td>     </td>  [/code]


REPLACE WITH

[code]<td><div><script></script></div></td><!--disable banner<BEGIN><td><div>{BANNER_0_IMG}</div></td><END><end>

PostPosted: Thu Jan 03, 2008 7:52 am
Author: spaniel
Awesome! Will that work with the fisubice template?