Forums Index > Mewsoft > Official Announcements > Classifiedawy RSS Feeder Module Released. Classifiedawy 11.80 Upgrade.
mewsoft First Post Posted on: 08-28-12 09:13 AM
Classifiedawy RSS Feeder Module Released. Classifiedawy 11.80 Upgrade.

Dear All,

Today we released Classifiedawy RSS Feeder module. This adds a good feature to Classifiedawy. An RSS Icon RSS Feed will display at the bottom of all listing pages which are:

Category browse pages.
Search Pages.
Advanced Search Pages.
Seller Ads Pages.
Seller Search Pages.
New, Hot, etc pages.

When the user clicks the RSS Feeder icon, all listings will display in RSS XML format, any browser or RSS Parser will be able to display the result properly.

This feature allows sellers to display their items on their websites pages simply by using the RSS link on their Sellers others ads listing pages.

This module is released as an add on that can be purchased separatly, howevere all customers MUST apply this upgrade.

How to upgrade
============

CGI files
========
Please update these cgi files.
Configuration.pm
AdvancedSearch.pm
Classifieds.pm
Main.pm
DisplayMgr.pm

Templates
========

Please update these templates files or see the code added near the end of the files.
AuthorListing.html
Listing.html
ListingSearch.html

Or just add this code at near the end of the files:


Code: HTML
&lt;tr&gt;&lt;td  width=&quot;100%&quot;&gt;<br />&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr width=&quot;100%&quot;&gt;<br /> &lt;tr&gt;<br />  &lt;td  align=&quot;center&quot;&gt;&lt;/td&gt;<br />  &lt;td  align=&quot;right&quot;&gt;&lt;a href=&quot;&lt;!--CLASS::RSS--&gt;&quot;&gt;[[rss]]&lt;/a&gt;&lt;/td&gt;<br /> &lt;/tr&gt;<br />&lt;/table &gt;<br />&lt;/td&gt;&lt;/tr&gt;<br />

Or simply insert the RSS link anywhere you want as follows:


Code: HTML
&lt;a href=&quot;&lt;!--CLASS::RSS--&gt;&quot;&gt;[[rss]]&lt;/a&gt;

Language Files
===========

The file General.pm has 3 new variables added at the end of the file:


Code: HTML
rss~==~&lt;img src=&quot;&lt;!--CLASS::Images_URL--&gt;/rss.gif&quot; align=&quot;middle&quot; border=&quot;0&quot; alt=&quot;RSS Feed&quot;&gt;



Code: HTML
price~==~Price:



Code: HTML
seller~==~Poster:

You can just add these 3 variables or update this file if you have not done changes to it

Images
======

The image file rss.gif added to the images folder, you need to upload it in binary mode to your /classifieds/images folder

Please see our order page if you want to order this module.

Thank you


Mewsoft Support
www.mewsoft.com

mewsoft Reply #: 1 Posted on: 08-28-12 03:08 PM
Re: Classifiedawy RSS Feeder Module Released. Classifiedawy 11.80 Upgrade.

You will need also to update the cgi files:

ExtensionsMgr.pm
Admin.pm

Thanks


Mewsoft Support
www.mewsoft.com

mewsoft Reply #: 2 Posted on: 08-28-12 03:12 PM
Re: Classifiedawy RSS Feeder Module Released. Classifiedawy 11.80 Upgrade.

Remember also, The link RSS Feeder Manager will be activated in admin-> Extensions Manager after module installation.

Thanks


Mewsoft Support
www.mewsoft.com