Inserting Ads In IPB 2.3.x

Status
Not open for further replies.

IP-Drowner

New Member
Messages
9
Reaction score
0
Points
0
Inserting Ads In Invision Power Board 2.3.x
By IP-Drowner

Disclaimer:
I, the author of this post, is not held liable to what happens to your Invision Power Board when modifying its' content. All the responsibilites are held into the readers hands. This has been proven to work with Invision Power Board 2.3.x and not any other boards. If your Invision Power Board is ruined by doing this, re-install it or use the Revert setting if necessary,

Copyright Information: This document and all of its' contents remain the property of IP-Drowner and the x10 Hosting Employees. Any redistribution or modified content without written permission from either IP-Drowner or the x10 Hosting Crew will result in removal. Instead, please link to this thread instead.

Requirements:
  • Invision Power Board 2.3.x
  • An x10 Ad-Enhanced Plan
Static Plan Tutorial:
  1. Log into the Administrator Control Panel (Admin CP).
  2. Navigate to the "Look & Feel" tab.
  3. Find your Default Skin and Left-Click on the menu next to it on the right.
  4. Click on "Edit Template HTML"
  5. Click on the "All Global HTML" link in the second left panel.
  6. Scroll down the right panel until you find "member_bar"
  7. Click on "member_bar".
  8. Once you have clicked on it, a new area should open up allowing you to edit it.
  9. Scroll right down to the bottom of that area and paste:
    Code:
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?static"></script></div>
  10. Click on "Save Template Bit".
  11. Go back to the right panel and find "member_bar_disabled" and click on it.
  12. Find the area it opened up and paste this at the bottom, again:
    Code:
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?static"></script></div>
    .
  13. Click on "Save Template Bit".
  14. You have now set-up your board with the Static Ad Plan.

Advanced Plan Tutorial:
  1. Log into the Administrator Control Panel (Admin CP).
  2. Navigate to the "Look & Feel" tab.
  3. Find your Default Skin and Left-Click on the menu next to it on the right.
  4. Click on "Edit Template HTML"
  5. Click on the "All Global HTML" link in the second left panel.
  6. Scroll down the right panel until you find "member_bar"
  7. Click on "member_bar".
  8. Once you have clicked on it, a new area should open up allowing you to edit it.
  9. Scroll right down to the bottom of that area and paste:
    Code:
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script></div>
  10. Click on "Save Template Bit".
  11. Go back to the right panel and find "member_bar_disabled" and click on it.
  12. Find the area it opened up and paste this at the bottom, again:
    Code:
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?advanced"></script></div>
    .
  13. Click on "Save Template Bit".
  14. You have now set-up your board with the Advanced Ad Plan.
Corporate Plan Tutorial:
  1. Log into the Administrator Control Panel (Admin CP).
  2. Navigate to the "Look & Feel" tab.
  3. Find your Default Skin a Left-Click on the menu next to it on the right.
  4. Click on "Edit Template HTML"
  5. Click on the "All Global HTML" link in the second left panel.
  6. Scroll down the right panel until you find "member_bar"
  7. Click on "member_bar".
  8. Once you have clicked on it, a new area should open up allowing you to edit it.
  9. Scroll right down to the bottom of that area and paste:
    Code:
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div>
  10. Click on "Save Template Bit".
  11. Go back to the right panel and find "member_bar_disabled" and click on it.
  12. Find the area it opened up and paste this at the bottom, again:
    Code:
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div>
    .
  13. Click on "Save Template Bit".
  14. You have now set-up your board with the Corporate Ad Plan.
Copyright© , IP-Drowner, 2008.
 
Status
Not open for further replies.
Top