Mambo and Banner

Moderator: Lixas

Locked
KingSpore
Posts: 83
Joined: Tue Dec 21, 2004 10:52 pm

Mambo and Banner

Post by KingSpore »

Is there some way i can put the banner code into mambo so it appears on all the pages?


darkeyes
Posts: 9
Joined: Wed Feb 16, 2005 5:21 am

Post by darkeyes »

http://mamboserver.com/ try this.. all these time i was using my own coding .. now i'm a bit confused with mambo..
trial
Posts: 289
Joined: Sun Feb 20, 2005 8:12 pm

Post by trial »

and i wnated to know this too!!!
Copyright ? trial in 2005
KingSpore
Posts: 83
Joined: Tue Dec 21, 2004 10:52 pm

Post 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.)
trial
Posts: 289
Joined: Sun Feb 20, 2005 8:12 pm

Post by trial »

i heard there is some php script, its add banners to all CMS, i think it use frames.
Copyright ? trial in 2005
campusjunk
Posts: 7
Joined: Thu Feb 17, 2005 5:10 pm

Post 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 :)
Locked