Page 1 of 1

[SOLVE]KisMod Banner

PostPosted: Thu May 11, 2006 10:50 pm
Author: doswald
Hi guys,

Me again! Just want to know in this site (IntegraMod2) are the banners in GIF format or in JS, I want my banner interactive too. If yes, can you please lead me the way how to make my banner working like that?

Thanks

PostPosted: Fri May 12, 2006 12:36 pm
Author: Adrian Rea
Its flash <img>

A

Re: KisMod Banner

PostPosted: Sun May 14, 2006 8:24 pm
Author: doswald
"Adrian Rea";p="5705" wrote:Its flash <img>

A


Thanks A, I'm using 1.3.2c can I use a Banner with flash too?

Thanks for assistance.

Regards
Dick Oswald

Re: KisMod Banner

PostPosted: Sun May 14, 2006 8:28 pm
Author: Helter
yes you can, but it has to be hard coded. The logo mod will not display flash

Re: KisMod Banner

PostPosted: Mon May 15, 2006 12:34 am
Author: doswald
"HelterSkelter";p="5917" wrote:yes you can, but it has to be hard coded. The logo mod will not display flash


thanks, can somebody direct me to that way? or yet, i'll use a customized GIF (is this good?). please help me.

regards

Re: KisMod Banner

PostPosted: Mon May 15, 2006 6:48 am
Author: Adrian Rea
This is the code used in this site in http://integramod.com/forum/templates/f ... header.tpl
Code: Select all
 {QBARS}<a></a><table><tr><td><table><tr> <!-- <td><a><img></a></td>--><td><object classid="clsid]Java script is not allowed in posts*[/color]</div></td><!--disable banner<BEGIN><td><div>{BANNER_0_IMG}</div></td><END>end disable banner --><td>     </td></tr></table>{QMENUS}  


A

Re: KisMod Banner

PostPosted: Mon May 15, 2006 8:42 am
Author: Helter
depending on the file size of an animated gif, it can cause long page load times. If you use one in the overall header you should try to limit the # of frames to 10 or less.
Do you have the images you wish to animate? If you post the images, I can make the flash and post the overall_header html code to display it

Re: KisMod Banner

PostPosted: Mon May 15, 2006 6:09 pm
Author: doswald
"HelterSkelter";p="5966" wrote:depending on the file size of an animated gif, it can cause long page load times. If you use one in the overall header you should try to limit the # of frames to 10 or less.
Do you have the images you wish to animate? If you post the images, I can make the flash and post the overall_header html code to display it


Thanks HelterSkelter for offering <img> I appreciate it. I'll create first the images that i want to animate and I will give it to you.

Another question, are the both sides can possibly have a flash Banner?

Regards

PS> Thanks also A, I'll look on that. Cheers

Re: KisMod Banner

PostPosted: Mon May 15, 2006 9:21 pm
Author: Helter
the main banner, which is by default on the right side, is capable of displaying flash without modification. It is the logo on the left that has to be hard coded

Re: KisMod Banner

PostPosted: Mon May 15, 2006 9:51 pm
Author: doswald
"HelterSkelter";p="6026" wrote:the main banner, which is by default on the right side, is capable of displaying flash without modification.


Hi Helter,

Really? Where can I put the Flash file in the script, and can you direct me the way how it can be done?

Thanks much

Re: KisMod Banner

PostPosted: Mon May 15, 2006 10:03 pm
Author: Helter
go to acp/styles admin/banner/
you can edit the 1st default banner
in the "type" section, choose "Custom HTML Code"
in the "Image path/Text/Code:" section, paste the html for the flash file you wish to display
choose submit

Re: KisMod Banner

PostPosted: Mon May 15, 2006 10:06 pm
Author: doswald
OMG, i overlooked on that. Thanks Helterskelter.

Re: KisMod Banner

PostPosted: Wed May 17, 2006 11:57 pm
Author: doswald
"HelterSkelter";p="6029" wrote:go to acp/styles admin/banner/
you can edit the 1st default banner
in the "type" section, choose "Custom HTML Code"
in the "Image path/Text/Code:" section, paste the html for the flash file you wish to display
choose submit


Hi, I just want to know, the above right banner, the one with many text, is that a flash format too?

Re: KisMod Banner

PostPosted: Thu May 18, 2006 5:58 am
Author: Helter
on this site, i turned off the top banner and added the code from integrastyle

find in overall_header.tpl

Code: Select all
<link>


after, add


Code: Select all
<script>[color=red]Java script is not allowed in posts*[/color]<style><!--    .finews {      height]


find

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

replace with


[code]<td><div>   <script>[color=red]Java script is not allowed in posts*[/color]</div></td><!--disable banner<BEGIN><td><div>{BANNER_0_IMG}</div></td><END>end disable banner -->


you can edit the text in templates/fi_newsfader_user.js

Re: KisMod Banner

PostPosted: Thu May 18, 2006 6:15 am
Author: Okki
can't you put it in a "Custom HTML Code" Banner?

And it would be nice to have the text in the database!
Like some window in ACP where you can add/edit the lines of text.

Re: KisMod Banner

PostPosted: Thu May 18, 2006 4:38 pm
Author: doswald
Thanks Helter, however, I don't have this file in my template (remember I'm 1.3.2c?)

you can edit the text in templates/fi_newsfader_user.js


and this is a great idea too

can't you put it in a "Custom HTML Code" Banner?

And it would be nice to have the text in the database!
Like some window in ACP where you can add/edit the lines of text.

Re: KisMod Banner

PostPosted: Thu May 18, 2006 5:43 pm
Author: Helter
here ya go

Re: KisMod Banner

PostPosted: Thu May 18, 2006 9:18 pm
Author: doswald
Thanks Dude. It works now

Cheers <img>