2 very simple add-ons that lets you make use of the stock osC banner function.
No core change add-on footer and header
Simply install and turn on like any other footer or header add-on.
Then go to admin/tools and use banner manager to make a new banner. The groups must be set to “footer” and or “header”
That’s it.
To use this you have to fix osC CE banner manager first! Edit this file
admin/includes/classes/phplot.php on line 1322 find
if (is_array($color_asked) && (count($color_asked) == 3))
and add { like this
if (is_array($color_asked) && (count($color_asked) == 3)){
Banner manager should now work properly in CE.