I have install the Invision Gallery mod on my forum, and ideally want it to work with Adbrite's "britepics"
In the media types section of the CP, the default code to show a jpeg is
CODE
<#IMAGE#>
I have changed this to fit Adbrite's code, so it now looks like this
CODE
<script>
britepic_id="BRITEPICID";
britepic_src="{FILE}";
</script>
<script src="http://www.britepic.com/britepic.js"></script>
<noscript><img src="{FILE}"></noscript>
This works fine, the image is being shown and the adverts are nicely displayed on them. The only trouble is that IP Gallery dosent seem to like creating/displaying thumbnails now.
Does any body have any ideas?
many thanks in advance
Tan