I searched for the answer to this, but didn't find one. I'm trying to set up 5 different ads on our site... I see the five ads, but they're all the same... see bottom of this page: http://www.cousinsvideo.com/Forum/ What did I do wrong?
I'm not technically inclined.... if I understand what you're asking, here's what I added to my page_tail.php The copy and paste below includes a couple lines before and after what I added; 'ADMIN_LINK' => $admin_link) ); include ($phpbb_root_path . 'ad_network_176.php'); $template->assign_vars(array('AD_NETWORK' => $ad_network[0])); $template->assign_vars(array('AD_NETWORK2' => $ad_network[0])); $template->assign_vars(array('AD_NETWORK3' => $ad_network[0])); $template->assign_vars(array('AD_NETWORK4' => $ad_network[0])); $template->assign_vars(array('AD_NETWORK5' => $ad_network[0])); $template->pparse('overall_footer');
'ADMIN_LINK' => $admin_link) ); include ($phpbb_root_path . 'ad_network_176.php'); $template->assign_vars(array('AD_NETWORK' => $ad_network[0])); $template->assign_vars(array('AD_NETWORK2' => $ad_network[1])); $template->assign_vars(array('AD_NETWORK3' => $ad_network[2])); $template->assign_vars(array('AD_NETWORK4' => $ad_network[3])); $template->assign_vars(array('AD_NETWORK5' => $ad_network[4])); $template->pparse('overall_footer'); That should work