| Author |
Message |
BlackheartBouvi |
|
Post subject: Banner Ads on Rust
Posted: Feb 28, 2008 - 03:16 PM
|
|
Joined: Jan 30, 2008
Posts: 10
Status: Offline
|
|
I promise this is the last question. (I hope). When I set up the banner ads it says: To use the position you must include the code: ads(position); in your theme file, where "position" is the number of the position you want to use in that ad space.
Where do I put ads(0); (for top centered) and ads(1); (for left area).
Thanks, |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Banner Ads on Rust
Posted: Feb 28, 2008 - 06:23 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
You can just create banner blocks instead.
If you want them in an area other than a block let me know where and I will see where you need to put the code. |
|
|
| |
|
|
|
 |
BlackheartBouvi |
|
Post subject:
Posted: Feb 28, 2008 - 06:28 PM
|
|
Joined: Jan 30, 2008
Posts: 10
Status: Offline
|
|
| That is a great idea. Now why did I not think of it. Thanks!! |
|
|
| |
|
|
|
 |
BlackheartBouvi |
|
Post subject:
Posted: Feb 28, 2008 - 06:37 PM
|
|
Joined: Jan 30, 2008
Posts: 10
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: Feb 28, 2008 - 09:53 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
You can try this
Edit theme.html and look for <!-- [center-blocks] -->
Right before it put <? echo ads(0); ?><br> |
|
|
| |
|
|
|
 |
BlackheartBouvi |
|
Post subject:
Posted: Feb 29, 2008 - 03:10 PM
|
|
Joined: Jan 30, 2008
Posts: 10
Status: Offline
|
|
| That is perfect!! Thanks a ton! |
|
|
| |
|
|
|
 |
|
|