renee1
01-29-2005, 05:44 PM
I am trying to come up with a way to use phpadsnew on our site. We did in the past having seperate ads for each forum by using a different set of templates for each forum. This makes some edits very hard and I wanted to makes things a little simpler. We have also been using the remote invocation codes and I would like to use the php codes instead.
In order to do this, and I am trying to make it simple for others to edit....
I have considered several options and been trying hard to make them work. Getting my butt kicked all over the place.
I was thinking if I set a condition based on forumid I should be able to call the proper set of avdertisements embeded in a table...
I tried
$advertiser2 = 'table and it's contents';
but can't get the table and contents to print to FORUM Display templates.
I also have tried to set conditions for advertiser2 so it would call the advertisments for that forum
if ($foruminfo['forumid']=='9'){
$advertiser2 = 'table and content with remote linking codes';}
else
if ($foruminfo['forumid']=='6'){$advertiser2 = 'table and content with remote linking codes';}
failed
I have even considered making new templates just to contain the linking codes thinking I could use the local php invocation codes but that didnt seem to work either.
I can't believe this is so hard to do but I am sure it is not that hard just that I don't know enough to do it. Any help would be appreciated for sure. I just feel so beatin down by this, been working on it for two days and gotten nowhere. I can get text to work for the variable but not the table. :o :tired:
<!---- START UPPER ADVERTISEMENT BUTTON SPOTS --->
<if condition="THIS_SCRIPT=='index'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tr>
<td class="alt1"> <div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=abaafd4c' target='_blank'><img src='http://xxxxx.com/adscript/adview.php?what=zone:26&n=abaafd4c' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=a2c8dace' target='_blank'><img src='http://xxxxx.com/adscript/adview.php?what=zone:27&n=a2c8dace' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=a4fc83ad' target='_blank'><img
src='http://xxxxx.com/adscript/adview.php?what=zone:28&n=a4fc83ad' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=a164885b' target='_blank'><img src='http://xxxxx.com/adscript/adview.php?what=zone:29&n=a164885b' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=aa3f37b7' target='_blank'><img
src='http://xxxxx.com/adscript/adview.php?what=zone:30&n=aa3f37b7' border='0' alt=''></a></div></td></tr>
</table><br>
<else />
<!-- /FORUM JUST STUFF -->
<if condition="$foruminfo[forumid]=='6'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tr> <td class="alt1"> <div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=ac837f0c' target='_blank'><img
src='http://xxxxx.com/adscript/adview.php?what=zone:19&n=ac837f0c' border='0' alt=''></a></div>
</td>
(its big so I will stop here)
This seems to be working in the navbar template but wont work in the forumdisply template. :confused:
In order to do this, and I am trying to make it simple for others to edit....
I have considered several options and been trying hard to make them work. Getting my butt kicked all over the place.
I was thinking if I set a condition based on forumid I should be able to call the proper set of avdertisements embeded in a table...
I tried
$advertiser2 = 'table and it's contents';
but can't get the table and contents to print to FORUM Display templates.
I also have tried to set conditions for advertiser2 so it would call the advertisments for that forum
if ($foruminfo['forumid']=='9'){
$advertiser2 = 'table and content with remote linking codes';}
else
if ($foruminfo['forumid']=='6'){$advertiser2 = 'table and content with remote linking codes';}
failed
I have even considered making new templates just to contain the linking codes thinking I could use the local php invocation codes but that didnt seem to work either.
I can't believe this is so hard to do but I am sure it is not that hard just that I don't know enough to do it. Any help would be appreciated for sure. I just feel so beatin down by this, been working on it for two days and gotten nowhere. I can get text to work for the variable but not the table. :o :tired:
<!---- START UPPER ADVERTISEMENT BUTTON SPOTS --->
<if condition="THIS_SCRIPT=='index'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tr>
<td class="alt1"> <div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=abaafd4c' target='_blank'><img src='http://xxxxx.com/adscript/adview.php?what=zone:26&n=abaafd4c' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=a2c8dace' target='_blank'><img src='http://xxxxx.com/adscript/adview.php?what=zone:27&n=a2c8dace' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=a4fc83ad' target='_blank'><img
src='http://xxxxx.com/adscript/adview.php?what=zone:28&n=a4fc83ad' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=a164885b' target='_blank'><img src='http://xxxxx.com/adscript/adview.php?what=zone:29&n=a164885b' border='0' alt=''></a></div>
</td>
<td class="alt1">
<div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=aa3f37b7' target='_blank'><img
src='http://xxxxx.com/adscript/adview.php?what=zone:30&n=aa3f37b7' border='0' alt=''></a></div></td></tr>
</table><br>
<else />
<!-- /FORUM JUST STUFF -->
<if condition="$foruminfo[forumid]=='6'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><tr> <td class="alt1"> <div align="center"><a href='http://xxxxx.com/adscript/adclick.php?n=ac837f0c' target='_blank'><img
src='http://xxxxx.com/adscript/adview.php?what=zone:19&n=ac837f0c' border='0' alt=''></a></div>
</td>
(its big so I will stop here)
This seems to be working in the navbar template but wont work in the forumdisply template. :confused: