Welcome Visitor, Please Login or Register Now Thursday, April 25, 2024 11:43 AM 
Forums Index > Mewsoft > Official Announcements > Classifiedawy 10.8 Major Upgrade Released
New Topic   New Reply
Search for:
Author Message
mewsoft mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-25-24 11:43 AM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Classifiedawy 10.8 Major Upgrade Released Edit Delete Reply with quote Quote
First Post Posted on: 12-12-10 01:39 PM last post first post

Greatings,

Classifiedawy 10.8 Upgrade includes major new features and enhancements. It is important to process all upgrades and updates immediately.

New Advanced Search
------------------------------

The new advanced search is new and easy to use menu TABBed will do all search functions from the same page using switched tabs well designed. The new advanced search also has different fields for searching instead of telling the user how to make a search phrase or term with NAD's and OR's etc, each one has its own form fields:

with all of the words
with the exact phrase
with at least one of the words
without the words

This will also save us 3 Templates no longer needed, delete them from your server:

AdvancedSearch.html
SearchByAd.html
SearchByAuthor.html


The new Advanced search also will automatically do the search on the selected category and all its sub categories tree for better results.

*)-Include Sub Categories Listings
=========================

Based on some of our customers, we added this featured which can be turned on/off from your admin -> General Option:

Include Sub Categories Listings:

When browsing, display all sub categories listings

*)-Favorits New Menu Tabbed Design
============================
The Favorites page is now well designed also using menu TABBED on the same page the user switch between favorites Categories and users for better managment and display.

*)-New Search Form Functions
========================
The new search category form now include 2 new checkboxes for:

Search titles and description
Search sub categories

The "Search titles and description" checkbox allows searching items titles only or titles and description.

The "Search sub categories" allows search the current selected category only or the current category and all its sub categories tree.

*)-Added "Add to My Favorite Categories"
==============================
Add the link "Add to My Favorite Categories" to the listing template to allow the user to add the category he is browsing to his favorites categories.

*)-EditItem language file no longer needed
============================

The language file EditItem no longer needed, we used the sell item plus some new variables added from the edititem file. This will make it easy for anyone doing trsnaltions to other languages.

*)-EditProfile Language file no longer needed
================================

The language file Editprofile.pm no longer needed, we use now the file Register for both registartion and edit profile with few variables new to save time for customization.

*)-Language files now are saved with variables sorted for easy manual editing and searching
==============================================================

*)-Visual HTML editor updated, removed unnecessary links and optimized so it can be occupied by smaller rectangles if required.

*)-Added new class Total_Listed_Count for listed items since start
==============================================

The new class in the frontpage template "Total_Listed_Count" will count the listed auctions since you start the site, the other total items count class will will count only the current contenets of teh database both open and closed and processed so if you delete older items will not be counted. The new class also can be used to "forge" any count you want like this from the sql commander.

*)-Added feature to display your images or text or anything you want if the Ad does not have thumbs images, see the new language variables in the General file:

no_featured_thumb~==~
no_newest_thumb~==~
no_featured1_thumb~==~
no_thumb~==~

*)-Some improvments here and there etc...

--------------------------------------------------------------------------------------

How to update:
================
Update the following cgi files:

cgi-bin/classifieds/*.pm

data/GeneralClasses.pm
data/SpecialClasses.pm

Templates:
==========
ListingSearch.html  <= New added
HtmlEditor.html <= updated
Listing.html <= updated
FrontPage.html <= updated
Favorites.html <= updated
Search.html <= updated
EditProfile.html
EditAd.html
PrevewAd.html

Language Files:

============
These files has new variables, open these files in any text editor at the end and insert these from your language manager or copy and past to the language file on your server the way you want.

General.pm
----------------------------

search_sub_categories~==~Search sub categories
add_to_favorites_categories~==~Add to My Favorite Categories
total_listed_count~==~Total Listed
no_featured_thumb~==~
no_newest_thumb~==~
no_featured1_thumb~==~
no_thumb~==~

Search.pm
-------------
required_terms~==~with all of the words
phrase_terms~==~with the exact phrase
optional_terms~==~with at least one of the words
exclude_terms~==~without the words

Register.pm
---------------


Code: HTML    Select All    Expand All
</p><p>edit_account_page_title~==~&lt;font size=&quot;4&quot; color=&quot;red&quot;&gt;&lt;b&gt;Change Registration Information&lt;/b&gt;&lt;/font&gt;<br />edit_profile_message~==~&lt;br&gt;&lt;p align=&quot;left&quot;&gt;&lt;b&gt;Dear &lt;!--FName--&gt;,&lt;/b&gt;&lt;/p&gt;&lt;p align=&quot;justify&quot;&gt;The changes you have made to your registration information has been saved. If you have changed your Password then you need to login again. We have sent an email to you with your new registration information. &lt;/P&gt;&lt;br&gt;&lt;b&gt;Thank You&lt;/b&gt;<br />edit_profile_email_subject~==~Change of registration information<br />edit_profile_email_message~==~Dear &lt;!--FName--&gt;,&lt;br&gt;Thank you for updating your registration information on our site. &lt;br&gt; Your user ID: &lt;!--User_ID--&gt;&lt;br&gt;Your password: &lt;!--Password--&gt;&lt;br&gt;First name: &lt;!--FName--&gt;&lt;br&gt;Last name: &lt;!--LName--&gt;&lt;br&gt;Stree: &lt;!--Street--&gt;&lt;br&gt;City: &lt;!--City--&gt;&lt;br&gt;State: &lt;!--State--&gt;&lt;br&gt;Zip: &lt;!--Zip--&gt;&lt;br&gt;Country: &lt;!--Country--&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Thank You&lt;/b&gt;&lt;br&gt;&lt;!--CLASS::Site_Name--&gt; Team&lt;br&gt;<br />edit_submit_button~==~&lt;input type=&quot;submit&quot; value=&quot;Save Changes&quot; class=&quot;buttons&quot;&gt;<br />edit_clear_form_button~==~&lt;input type=&quot;reset&quot; value=&quot;Reset&quot; class=&quot;buttons&quot;&gt;<br /></p><p>


PostAd.pm
-------------


Code: HTML    Select All    Expand All
<br />edit_ad_page_title~==~Edit Ad<br />edit_submit_button~==~&lt;input type=&quot;submit&quot; value=&quot;Preview&quot; name=&quot;Preview&quot; class=&quot;buttons&quot;&gt;<br />edit_clear_form_button~==~&lt;input type=&quot;reset&quot; value=&quot;Reset Form&quot; name=&quot;ResetForm&quot; class=&quot;buttons&quot;&gt;<br />item_edited_message~==~&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;center&gt;&lt;font color =&quot;red&quot; size =4&gt;&lt;b&gt;Thank You&lt;/b&gt;&lt;/font&gt;&lt;/center&gt;&lt;br&gt;&lt;b&gt;Your changes has been submitted to your Ad&lt;/b&gt;&lt;br&gt;Your  Ad Number is:  &lt;b&gt;&lt;!--ID--&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;Click on the link below to visit your item &lt;/b&gt;&lt;br&gt;&lt;a href=&quot;&lt;!--Link--&gt;&quot;&gt;&lt;b&gt;&lt;!--Title--&gt;&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;To submit another Ad using the same data, please &lt;a href=&quot;&lt;!--CopyAd--&gt;&quot;&gt;click here&lt;/a&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;<br /></p><p>

New images
---------------
2 new images added in the directory html/auctions/images

TabShade.gif
TabShadeActive.gif

These are used by the TAB menu used in the advanced search and favorites pages.

New Javascript File
--------------------
upload the new file:
html/auctions/TabContent.js
to your server in ascii mode, you may be also need to set its permissions to executable 755 if required.

HTML Editor files
--------------------
Update the file
html/auctions/htmleditor/htmlarea.js
Also upload it in ascii mode

Please let us know your opinion.

Enjoy


Mewsoft Support
www.mewsoft.com

Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print