Mambo and Banner
Moderator: Lixas
Mambo and Banner
Is there some way i can put the banner code into mambo so it appears on all the pages?
http://mamboserver.com/ try this.. all these time i was using my own coding .. now i'm a bit confused with mambo..
-
- Posts: 7
- Joined: Thu Feb 17, 2005 5:10 pm
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:
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
Code: Select all
<?php mosLoadComponent( "banners" ); ?>
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
