UPDATED!
alright well i fixed it for the controls to be put in the admincp
find: (in admincp/index.php)
Code:
$printhr = false;
if (can_administer('canadminstyles'))
{ $printhr = true;
add below:
Code:
construct_nav_option($vbphrase['banner_view'], 'dhcbannerads.php?do=view', '<br />');
construct_nav_option($vbphrase['banner_add'], 'dhcbannerads.php?do=add', '<br />');
construct_nav_group("DHC Banner System", '<hr />');
Add 2 more phrases:
first-
phrase type: global
varname: banner_view
text: View Current DHC Banners
Second-
phrase type: global
varname: banner_add
text: Add a DHC Banners
Then in footer template:
find:
Code:
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
replace with:
Code:
<br />
<div align="center">$banner_ad </div>
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
The last edit is for only if you want it at the bottom of the page...