Greg
04-15-2005, 12:13 AM
Adding the DigitalPoint Network Ads to your FREEBS installation is very easy.
In your footer.html template in the /templates folder of your FREEBS installation, add the following code where you want the ads to display.
This is an example, use your server path and replace the XXX in the ad network file with your file version. Edit this as necessary.
<?php
chdir('/home/yoursite/public_html/forums/');
include ('ad_network_XXX.php');
echo '<center>' . $ad_network . '</center>';
?>
In your footer.html template in the /templates folder of your FREEBS installation, add the following code where you want the ads to display.
This is an example, use your server path and replace the XXX in the ad network file with your file version. Edit this as necessary.
<?php
chdir('/home/yoursite/public_html/forums/');
include ('ad_network_XXX.php');
echo '<center>' . $ad_network . '</center>';
?>