Quote:
Originally Posted by Ogmuk
3) On the page album.php?albumid=* the top ad is displayed after the <br /> and thus isn't displayed correctly (two line breaks before the ad and none after). On the pages album.php and album.php?albumid=*&pictureid=* the ad is showing fine.
|
Download 6.0 again.
Edit product-ain_adsens.xml, search for:
Quote:
$vbulletin->templatecache['album_picturelist'] = str_replace($search_text, $search_text.'<br />$adsense_tableh'.'$adsense_tablef', $vbulletin->templatecache['album_picturelist']);}
|
Replace with:
Quote:
$vbulletin->templatecache['album_picturelist'] = str_replace($search_text, $search_text.'$adsense_tableh<br />'.'$adsense_tablef', $vbulletin->templatecache['album_picturelist']);}
|
Go to Plugins & Products -> Add/Import Product -> Allow Overwrite ->
YES!