Forums Index > Mewsoft > Official Announcements > Classifiedawy 11.93 Upgrade. Members list feature added
mewsoft First Post Posted on: 11-26-12 01:25 PM
Classifiedawy 11.93 Upgrade. Members list feature added

Hello,

Today Sep 5, 2008 Classifiedawy 11.93 released. This new version includes the new feature Members List. After you apply the upgrade, you will find Members Link in your top navigation, and in your admin -> Listing options these 3 new options:

Members Per Page: 50
Pages visible per set: 20
Pages visible mode: Slide

In your language manager, a new language file Members.pm will be added.

In your Template Editor, you will find a new template Members.html

In your Class Editor you will find 2 new classes added:
MembersListForm
MembersListForm1

Demo : http://www.mewsoft.com/cgi-bin/classified/classified.cgi?action=Members&Lang=English

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

CGI files in  /cgi-bin/auctions
=================
please update these cgi files:
Members.pm   <= this is a new file just added
Pagination.pm <= this is a new file just added
Defaults.pm
ListingOptAdm.pm
Configuration.pm
SQLlib.pm
Mewsoft.pm
Classified.pm
DisplayMgr.pm

Language Files
=============
Members.pm <= This is a new language file just added

The language file General.pm has just one new variable you can add from your language manager:

members~==~Members

Templates Files
============
Members.html  <= This is a new template file just added

Class
====
2 new classes added:

MembersListForm
MembersListForm1

Goto your admin->classe editor, then add these 2 new classes and copy their contents from our demo. Of course if you have not done customizations to your classes, you can just update the file data/templates/Default/Config.pm.

MembersListForm


Code: HTML
<tr>
   <td nowrap bgcolor="#F4F4F4" valign="top"><a href="<!--MemberAdsLink-->" target="_blank" title="Member Ads"><!--Author--></a> <br><!--AboutMe-->
   <!--SellerVerified--> <!--SellerVerified1--> <!--SellerVerified2--> <!--SellerPartner--> <!--SellerSponser--> <!--SellerPower--> <!--SellerRated--> <!--SellerSellBuy-->
   </td>
   <td nowrap bgcolor="#F0F0F0" align="center" width="150" valign="top" nowrap><!--JoinedTime:(MONTH MD, YYYY)--></td>
   <td nowrap bgcolor="#E6E6E6" align="center" width="70" valign="top" nowrap><!--MemberAds--></td>
   <td nowrap bgcolor="#F0F0F0" align="center" width="100"><!--City--> <!--State--> <!--Zip--> <!--Country--></td>
   <td nowrap bgcolor="#F4F4F4" align="center" width="100" valign="top"><!--Company--></td>
   <td nowrap bgcolor="#F0F0F0" align="center" width="100" valign="top"><!--Website--></td>
   <td nowrap bgcolor="#E9E9E9" align="center" width="100" valign="top"><!--JobTitle--></td>
</tr>


MembersListForm1


Code: HTML
<tr>
   <td nowrap bgcolor="#F4F4F4" valign="top"><a href="<!--MemberAdsLink-->" target="_blank" title="Member Ads"><!--Author--></a> <br><!--AboutMe-->
   <!--SellerVerified--> <!--SellerVerified1--> <!--SellerVerified2--> <!--SellerPartner--> <!--SellerSponser--> <!--SellerPower--> <!--SellerRated--> <!--SellerSellBuy-->
   </td>
   <td nowrap bgcolor="#F0F0F0" align="center" width="150" valign="top" nowrap><!--JoinedTime:(MONTH MD, YYYY)--></td>
   <td nowrap bgcolor="#E6E6E6" align="center" width="70" valign="top" nowrap><!--MemberAds--></td>
   <td nowrap bgcolor="#F0F0F0" align="center" width="100"><!--City--> <!--State--> <!--Zip--> <!--Country--></td>
   <td nowrap bgcolor="#F4F4F4" align="center" width="100" valign="top"><!--Company--></td>
   <td nowrap bgcolor="#F0F0F0" align="center" width="100" valign="top"><!--Website--></td>
   <td nowrap bgcolor="#E9E9E9" align="center" width="100" valign="top"><!--JobTitle--></td>
</tr>



Mewsoft Support
www.mewsoft.com