help placing ads

Status
Not open for further replies.

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
ok i found out my ads werent right so i got until tommorow night! but on my site i use geeklog...how would i use the code for the ads(javascript) on there i dont know what to do please help!
 

bigguy

Retired
Messages
10,984
Reaction score
10
Points
38
Try putting it between the head tags, but remember to back it up so you dont screw it up.
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
x10 ads can be placed in any CMS but you did not to experiment and lok for where to place them..

To place the ads in GeekLog:-

Go to the Layout folder. Then go to the Professional folder. Then the edit the rightblocks.thtml file..

The file will be similar to the one below:-
Code:
<td class="block-outerborder-right"><img src="{site_url}/images/speck.gif" width="1" height="1" alt=""></td>
<td class="block-featured-right" valign="top">
<table width="100%" class="blocksbg-right"><tr><td valign="top">
  {geeklog_blocks}
<img src="{site_url}/images/speck.gif" width="180" height="1" alt="">
</td>  </tr></table>
</td>
<!--</td></tr></table>-->
<!--If you want the splash, uncomment the last line. If you want no splash, make sure it is commented out.-->

Place the ads code now:-
Code:
<td class="block-outerborder-right"><img src="{site_url}/images/speck.gif" width="1" height="1" alt=""></td>
<td class="block-featured-right" valign="top">
<table width="100%" class="blocksbg-right"><tr><td valign="top">
  {geeklog_blocks}
<img src="{site_url}/images/speck.gif" width="180" height="1" alt="">
</td>
Place ads code here..
  </tr></table>
</td>
<!--</td></tr></table>-->
<!--If you want the splash, uncomment the last line. If you want no splash, make sure it is commented out.-->

It is DONE.. The ads should appear in the top right column
 
Status
Not open for further replies.
Top