y2ksw |
03-08-2011 09:32 PM |
Quote:
Originally Posted by cbehan
(Post 2171007)
In both templates, the code is inserted into the template, but on the rendered source it's nowhere to be found.
|
Ok this means, the plugin works, but for some reason it can't find a banner for your page.
If you still have the default banners (at the beginning), could you please try to enable them and see if they show up? Else you may create a new image banner and make sure to use an extremely large timeframe to avoid it becomes expired for some reason.
Or run this query to re-insert the default banners, provided you have id 1 and 2 free to use:
Code:
REPLACE INTO `rbs_banners` (`id`, `name`, `url`, `image`, `text`, `startdate`, `enddate`, `impressions`, `notes`, `maximpressions`, `position`, `forumids`, `enabled`, `forumhome`, `clicktrack`, `maxclicks`, `clicks`, `m_expired`, `mails`, `usergroups`, `flash`, `object`, `embed`, `width`, `height`, `md5key`) VALUES
(1, 'Google Text 468x60', '', '', '<script type="text/javascript">\r\n<!--\r\ngoogle_ad_client = "pub-8477879996596626";\r\ngoogle_ad_width = 468;\r\ngoogle_ad_height = 60;\r\ngoogle_ad_format = "468x60_as";\r\ngoogle_ad_type = "text";\r\ngoogle_ad_channel = "";\r\n//-->\r\n</script>\r\n<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>', 1211320800, 1526853600, 274611, '', 0, 0, '', 1, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, '2b4dd10a8f244478254663e1c96b17aa'),
(2, 'Google Image 468 x 60', '', '', '<script type="text/javascript"><!--\r\ngoogle_ad_client = "pub-8477879996596626";\r\ngoogle_ad_slot = "8172517593";\r\ngoogle_ad_width = 468;\r\ngoogle_ad_height = 60;\r\n//-->\r\n</script>\r\n<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>', 1211320800, 1526853600, 273356, '', 0, 0, '', 1, 0, 0, 0, 0, 0, '', '', 0, 0, 0, 0, 0, '09c198a7c54fc144b22d0e477294d9f0');
|