Quote:
Originally Posted by grahamsmythe
Thanks for coming back to me RedTyger
Let's start with what we want to do - perhaps once I've got an idea of how to do that, the rest will fall into place.
I have a banner to size 234 x 60 that I'd love to put on the header of our forum. The file I have is a JPG. How do I insert that?
Graham
|
Ah. That's really beyond the scope of a manual for this modification, that's general internetness.
Code:
<a href="LINK" /><img src="IMGLINK" alt="IMGDESCRIPTION" /></a>
LINK = Where you want to send people who click on the banner.
IMGLINK = Where the location of the image is.
IMGDESCRIPTION = A description of what the image is.
Put that in the header adcode section of the options, and ensure that it's enabled just above that. In general settings, the default is set to show advertisements to administrators only for testing (it says 6 in the usergroup settings, which is admin's usergroup id) so when you're ready you will have to adjust the numbers listed in that setting.
Quote:
Originally Posted by MomentumInc
I'm sorry if this has been asked before, but there are 90 pages to go through and I didn't find anything with a quick search.
Is there an easy way to use this plugin to put different ads on each forum (based on forum id)? Right now, we have this plugin installed on several sites, but still have to resort to putting a long list of conditionals in the templates in order to put specific ads on specific forums.
I know about the feature to only put ads on certain forums, but we need ads on every forum... just different code for each.
Thanks.
|
Currently, no. Next version, almost certainly. But it will still be a long list of conditionals, there's really no other way to do it.