Quote:
Originally Posted by jcerious
For instance let's just say you had 3 forums and they were called 1 2 and 3. And let's say you had ads from 3 different customers and you wanted to run ads from customer 1 ONLY in forum 1 - and so on. Can you tell - in your advanced state ! if that is something that can be easily done with this?
|
If you do what I said above that is exactly what it does. Here:
Take this and add it to your vb template
Quote:
<ad what="fid$foruminfo['forumid']" />
|
The
Bold Part here is the first part of the identifier
Quote:
<ad what="fid$foruminfo['forumid']" />
|
The
Bold Part shown here is replaced with a number I assign
Quote:
<ad what="fid$foruminfo['forumid']" />
|
when creating a banner in PAN you have the ability to add a keyword for that banner. In the Key word field you put this:
The "
FID" is just my naming scheme and the number represents which forum I want it to display in. You know each Forum is assigned a specific #number, so then the template replaces the template code with what ever forum you are currently viewing, if you use the same number in the keyword field that is assigned to that specific forum. Then phpads knows which key word to search for to display those banners with those key words.
Hope that makes sense.