I recently purchased WSN Links and I was wondering if anyone is using it in conjunction with PhpAdsNew? If so, how did you get the two to work together? Were you successful in getting category specific ads to show and if you were, how? Thanks in advance for your help.
I have done some general test only, but I can say it works without problem. For shure link variables would be very useful for you if you will be placing banners for specific categories at the wrapper. Check the variables at scripts.webmastersite.net/w...inks/wsnmanual/articles/10
If I remember well, you can use remote invocation with JavaScript for any non php page. For WSN scripts would be more directo to use Direct Selection with Local Mode Invocation.
Use WSN variables with conditionals in order to stablish the correct banner to display at the category you are showing. I mentioned Link variables to be used at the wrapper because thew also work there. Relevant variables to select the correct banner for each category would be: {LINKCATID} ; {LINKCATPARENTID} ; {LINKCATNAME} ; {LINKORIGINALCATNAME}
Comments on WSN Links and PhpAdsNew
Beginner
Usergroup: Customer
Joined: Oct 30, 2005
Total Topics: 2
Total Comments: 7
I recently purchased WSN Links and I was wondering if anyone is using it in conjunction with PhpAdsNew? If so, how did you get the two to work together? Were you successful in getting category specific ads to show and if you were, how?
Thanks in advance for your help.
---art
P.S. I like WSN. It has impressed me so far.
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Hello artwilliams,
I have done some general test only, but I can say it works without problem. For shure link variables would be very useful for you if you will be placing banners for specific categories at the wrapper.
Check the variables at scripts.webmastersite.net/w...inks/wsnmanual/articles/10
Forum Regular
Usergroup: Customer
Joined: Oct 18, 2003
Total Topics: 32
Total Comments: 114
I've used wsnlinks with phpadsnew for over a year now and without a single problem. The two run really good together.
Liz
Beginner
Usergroup: Customer
Joined: Oct 30, 2005
Total Topics: 2
Total Comments: 7
Peumus ---
Do you use Direct Selection with Local Mode or Remote Invocation with JavaScript along with WSN's link variables? Thanks.
--- art
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
If I remember well, you can use remote invocation with JavaScript for any non php page. For WSN scripts would be more directo to use Direct Selection with Local Mode Invocation.
Use WSN variables with conditionals in order to stablish the correct banner to display at the category you are showing. I mentioned Link variables to be used at the wrapper because thew also work there. Relevant variables to select the correct banner for each category would be: {LINKCATID} ; {LINKCATPARENTID} ; {LINKCATNAME} ; {LINKORIGINALCATNAME}
As example of conditional syntaxt I have used:
<?php
if ('{LINKCATID}') == '20') {
-- phpAdsNew code here --
}
?>
Beginner
Usergroup: Customer
Joined: Oct 30, 2005
Total Topics: 2
Total Comments: 7
Thanks!