Recent Topics

1 Apr 23, 2006 07:47    

I managed to show ads on sidebar, but facing problem when place the ads code in post page. I want the ads only appears on the comment page (instead of showing in blog list page). It would be perfect if ads can be exactly showed up after comments/pinkbacks and before the "leave a comment" area. An image below shows what I mean:

http://gislee.com/images/ad_area.gif

I'v searched and played around for days, but still cant get it work.

Hopefully anyone can point me out..

2 Apr 25, 2006 00:16

That sounds impossible?
If so I will have to give up.
Please let me know.

3 Apr 25, 2006 13:10

Crack open skins/[skin name]/_feedback.php, find and change this bit of code :-

<!-- ========== END of a COMMENT/TB/PB ========== -->
<?php
}
?>
<!-- put your ads code here -->
<?php


if( $disp_comment_form )
{ // We want to display the comments form:

¥

4 Apr 25, 2006 16:03

Thanks ¥åßßå! That helps!

I can not find it in skins/[skin name]/_feedback.php
Instead, I found it in skins/_feedback.php
And that works for all blogs (excellent!). That's exactly what I want.

6 May 15, 2006 02:16

Adsense works better if it is blended in the text of your post. You can do this (somewhat easily) by using phpadsnew and serve the ads as an Iframe. With a little formatting of the Iframe you can get the text to flow nicely around the adsense ad. You need to disable html checking. There is a thread about doing this for posts but leaving it on for comments. Works very well with phpadsnew!


Form is loading...