Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Alba] XMLResults: Edit Log

Here is the list of edits for this post
Re: [Alba] XMLResults
In Reply To:
Have you modified the output template?



Just to customize it as follows, nothing else:

Code:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="0.91">
<channel>
<title><%site_title%></title>
<link><%build_root_url%></link>
<description>The world's largest network marketing and multi-level marketing (MLM) resource. Search and browse our directory for ideas on how to become an Internet millionaire by working from home. We are the go-to source for network marketing, MLM and direct marketing.</description>
<language>en-us</language>
<copyright>&copy; 2006 WiredBIZ Media Inc. All Rights Reserved.</copyright>
<managingEditor>links@WiredBIZ.com</managingEditor>
<webMaster>admin@WiredBIZ.com</webMaster>
<%loop link_results_loop%>
<item>
<title><%Title%></title>
<link><%URL%></link>
<description><%Description%></description>
</item>
<%endloop%>
</channel>
</rss>



Try, for example, www.WiredBIZ.com/cgi-bin/links/search.cgi?IsNew=Yes&xml_feed=1 (or whatever).

Last edited by:

Jobu: Aug 13, 2006, 7:02 AM

Edit Log: