RedTyger |
03-06-2009 10:39 PM |
Quote:
Originally Posted by morrow
(Post 1761375)
A few requests... Any way to display an ad if a certain keyword is entered?
|
I'm afraid not. That's a whole different ballgame really.
The other thing is... I'm receiving page errors (vb3.8) (vbam_ajax is undefined) but only if google ads are being displayed. I'm using phpads or openads and those dont seem to have this issue.[/QUOTE]
Page errors as in on the actual page? Or a pop-up javascript error? If the latter, make sure you have the latest javascript files uploaded, they changed in the latest version. Otherwise I need to see the whole message.
Quote:
Originally Posted by Deyth
(Post 1761496)
If the ad refresh is enabled, does each refresh count as a new ad impression?
|
It's just the same as a page load, so unless they have something to detect differences it almost certainly will do.
Quote:
Originally Posted by morrow
(Post 1761849)
Just when I thought everything was working perfect...
|
Does it say anything further in your server logs?
Quote:
Originally Posted by a squared
(Post 1762081)
I've tried adding a banner in a particular forum with the following code. And I get nothing. What have I missed?
Code:
<if condition="in_array($forum, array(39))">
<br />
<a href="http://www.example.com" target="_blank"><img src="images/banners/large/example.gif" alt="example" border="0"></a>
<br /><br />
</if>
|
Try changin $forum to $foruminfo[forumid]
|