Log in

View Full Version : Adsense between posts?


Yup
11-16-2006, 06:50 AM
I've searched and searched, and I still could not find what I was looking for. So I made this thread. Anyway, I have vb 3.0.7, and I want to put an adsense block between posts. It doesn't neccessarily have to look like a fake member post, but it does need to go between 1st and 2nd post, or right after the last post before the quick reply.

Thanks for helping.

Actually, change that I want to be able to put it right before the quick reply.

Ntfu2
11-18-2006, 05:23 AM
I beleive if you open your SHOWTHREAD template and right before the quickreply part of it. I dont have a 3.0.7 board handy, but this might be close.


<if condition="$show['quickreply']">


Add whatever adsense code you want before that

Example:

<div align="center">
ADSENSE CODE
</div>
<if condition="$show['quickreply']">