Page 1 of 1

Mambo and Banner

Posted: Thu Feb 03, 2005 8:54 pm
by KingSpore
Is there some way i can put the banner code into mambo so it appears on all the pages?

Posted: Fri Feb 25, 2005 5:19 am
by darkeyes
http://mamboserver.com/ try this.. all these time i was using my own coding .. now i'm a bit confused with mambo..

Posted: Fri Feb 25, 2005 12:42 pm
by trial
and i wnated to know this too!!!

Posted: Sat Mar 05, 2005 3:37 am
by KingSpore
I asked around, and I found that you can edit the footer.php in the mambo files somewhere, and it will show up at the bottom of the page. (you might want to center it using
and
in case you didn't know how.)

Posted: Sat Mar 05, 2005 8:17 am
by trial
i heard there is some php script, its add banners to all CMS, i think it use frames.

Posted: Sun Mar 06, 2005 6:26 am
by campusjunk
Dude, its super easy to add a banner. If you use the banner manager that comes with mambo, then u just need to put the code:

Code: Select all

 <?php mosLoadComponent( "banners" ); ?> 
someplace in your template. Most people put it down by the footer, or on the right/left side.

This doesnt allow you much control over your banners so I use the ArtBanners component and modules.

Download it from here:http://www.mamboportal.gr/index.php?opt ... lecatid=70

By using this you dont have to use the above edit in your template. Instead you just install the artbanner component and modules.

Its fairly easy to figure out.. just play with it and you'll get it. Read the Artbanner component info.

Good luck man. I just figured this out myself... learn something new all day.

OH.. this component is for 4.5.1, but it works with 4.5.2 also :)