How to insert ads in BUGS 2

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
  1. In the top directory of your bugs installation, find the directory called 'include'.
  2. In there, find the file called 'header.inc.php'.
  3. Open it.
  4. Find the line
    HTML:
    <td style="width: auto;">
    (line 127 or so).
  5. Add the line
    HTML:
    <div id="pubs_top" style="float: left; padding: 5px;"><script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script></div>
    if under the ad advanced plan, and
    HTML:
    <div id="pubs_top" style="float: left; padding: 5px;"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div>
    if under the corporate plan.
  6. Save everything.
You are done! You've added advertisement to Bugs 2 - the bug genie.
 
Last edited:
Top