I made a new 3rd Banner Box. I want only my article links to rotate through it (that's 2 links for now). The box shows up just fine, has the correct header and everything.
Problem: All banners are rotating through it. I need to change something else. What about this code here. If I change SHOW_BANNERS_GROUP_SET8 to SHOW_BANNERS_GROUP_ARTICLES, will it only show that new banner group?
----------------------------------------------------------------
test if box should display
$show_banner_box3 = true;
if (SHOW_BANNERS_GROUP_SET8 == '') {
$show_banner_box3 = false;
}
if ($show_banner_box3 == true) {
$banner_box[] = TEXT_BANNER_BOX3;
$banner_box_group= SHOW_BANNERS_GROUP_SET8;
require($template->get_template_dir('tpl_banner_box3.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_banner_box3.php');
---------------------------------------------------------------------
thank you!!


). The box shows up just fine, has the correct header and everything.
I'd love to add the proper configuration_key. heck I was thrilled the box showed up the first time. Ah, it's the little things....

