MyBB Community Forums

Full Version: display ads in attachment page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

1. i want to display ads at the header when an image thumbnail uploaded as attachment is viewed.

i simply placed the ad code in attachment.php

echo "<iframe id='xxxx' name='xxxx' src='xxxx' framespacing='0' frameborder='no' scrolling='no' width='468' height='60'><a href='xxxx' target='_blank'><img src='xxxx' border='0' alt='' /></a></iframe>
<script type='text/javascript' src='xxxx'></script>";

the ad is displayed, but image doesnt.. one full page of some text is displayed instead of image.


2. is it possible to attach multiple files simultaneously ??

kindly help