Throtex
06-03-2007, 11:59 AM
If you run Google ads on vbpicgallery pages (often by placing ads in the header/footer), the ads may not look right on the editgallery pages. This is because the editgallery pages use an iframe to display the file upload control, and modify the iframe style for the entire page so that it displays nicely. However, this affects Google ads, which appear to display within an iframe.
Fix:
open template vbpicgallery_editgallery
find iframe { and replace with iframe.upload {
find iframe src="vbpgupload.php ..." and add class="upload" in the iframe tag
Fix:
open template vbpicgallery_editgallery
find iframe { and replace with iframe.upload {
find iframe src="vbpgupload.php ..." and add class="upload" in the iframe tag