I have been working on custom sideboxes and I have gotten around to creating custom banner sideboxes for specific pages. I also made custom banner groups for different pages but I have one more thing to figure out.
Does anyone know what code I would use in the includes/templates/MYTEMPLATE/sideboxes/tpl_custombanner_sidebox.php
file to show ALL the banners in a specific group.
This is an example of how I have associated the groupset to the group name(in Admin):
<?php
define('SHOW_BANNERS_GROUP_SET15', 'healthyliving');
?>
Does anyone know what I need to do to show all banner with group name healthyliving?
Thanks,
Nick
*Just a note*- I used the tpl_banner_box2.php file code for all of my tpl_custombanner_sidebox.php files. This way I could control them from the Admin section.



