i would like to show a javascript feed with the latest links added. But i would like the links to direct to my comments pages instead. i tried this:- <script language="javascript" src="http://yoursite.com/wsnlinks/exporter.php?number[1]=10&field[1]=time&ascdesc[1]=de scending&type[1]=comments"></script>
But it only shows the latest comments added. Any help?
I also tried <script language="javascript" src="http://mysite.com/exporter.php?number[1]=5&field[1]=id&ascdesc[1]=descending&type[1]=links&usecomments=1&thecondition[1]=type='regular'"></script> to show the latest 5 links added but they are all linking to outside pages. How to make them get into my comments pages first?
Comments on Javascript export problem
Forum Regular
Usergroup: Customer
Joined: Jan 21, 2005
Total Topics: 32
Total Comments: 102
Hi,
i would like to show a javascript feed with the latest links added. But i would like the links to direct to my comments pages instead. i tried this:-
<script language="javascript" src="http://yoursite.com/wsnlinks/exporter.php?number[1]=10&field[1]=time&ascdesc[1]=de scending&type[1]=comments"></script>
But it only shows the latest comments added. Any help?
Forum Regular
Usergroup: Customer
Joined: Jan 21, 2005
Total Topics: 32
Total Comments: 102
I also tried <script language="javascript" src="http://mysite.com/exporter.php?number[1]=5&field[1]=id&ascdesc[1]=descending&type[1]=links&usecomments=1&thecondition[1]=type='regular'"></script> to show the latest 5 links added but they are all linking to outside pages. How to make them get into my comments pages first?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
&type[1]=comments
Naturally that will show comments and not links, since that's what you've told it to do.
How to make them get into my comments pages first?
Edit your Javascript Export template.