OSClass 2.4.1

Release highlights:

  • Fixed a bug in the creation of the search url
  • Watermark image must be a PNG
  • Fixed a minor bug in item settings
  • Show the correct numbers in the footers of the datatables
  • Bug fixed in the upgrade from versions previous 2.4 that have the country translated into multiple languages
  • Use osc_esc_js function to do not have javascript errors due to the language
  • Add currency is clickable again
  • Fixed javascript error when creating new custom fields
  • Corrected multiple typos in texts

Download

Changelog

Posted in Releases | Leave a comment

OSClass vs. ClassiPress: which platform should you choose for your classifieds site?

This post is written by Navjot Tomer, the owner of Tuffclassified.

When I started tuffclassified.com I needed a simple, easy-to-use script to build a classifieds portal, and I came across ClassiPress. For 2-3 years everything went reasonably well, and I learned a lot of amazing things through being a webmaster. But after some time, I came to the realization that ClassiPress is not able to cope with the high volume of traffic and listings that came with my site’s growth. So I started the search for another classifieds script, and I found a free open-source classifieds script called OSClass. It was exactly what I was looking for. Tuffclassifieds is now running on OSClass, and I’m able to provide a comparison and explain why I chose OSClass over ClassiPress.

ClassiPress

Pros

  1. The biggest advantage of ClassiPress is its WordPress backend. You can customize your ClassiPress installation and add features with just a few clicks thanks to the thousands of plugins that are in the WordPress ecosystem.
  2. ClassiPress has very well commented and structured code, so a novice PHP developer can easily customize it to his/her needs.
  3. Integrated Google Checkout/ PayPal payment gateways, manageable through an easy-to-understand dashboard. Customizable ad posting form and custom fields, as well as a multistep category selection.
  4. ClassiPress has very advanced search options necessary for any classified portal.

Cons

  1. The WordPress database structure is not optimized for heavy transaction based database queries. Too much of the information is in a single table, which is ok for blog publishing purposes but can prove disastrous for a classifieds platform, which uses mainly transactional queries as opposed to selective queries.
  2. An aggressive database abstraction layer is great for newbie and non-technical users, but it’s also slow. With a high volume of ads and visits, a WordPRess database can become too busy and cluttered.
  3. Dependence on the WordPress platform. ClassiPress can’t increase its performance because it has to deal with WordPress’ database structure, whereas OSClass developers can deal with performance issues head-on.

OSClass

Pros

  1. It’s not just a theme that will be based on any third-party CMS system. Actually, the whole CMS is created to be used for the needs of any general classifieds system. It supports a growing collection of plugins and themes, built by community members.
  2. It’s quite a bit faster than its WordPress counterpart. It has a well-structured database, queries are fast and pages are quick to generate.
  3. OSClass is open-source and free, that’s hard to resist! And it includes all the features that any general classifieds portal needs.
  4. The dashboard is easy-to-use: it allows you to effortlessly manage all your plugins, listings, comments and OSClass itself.

Cons

  1. The UI where you manage listings and comments could use some improvement. It’s manageable for listings (and much better than WordPress) but comment moderation is not as good as it could be, especially when managing hundreds of comments.
  2. Search result accuracy could improve as well. It’s a very important feature for classifieds sites. Integration with Sphinx Search server like is used at Craigslist could be an option.
  3. User roles would be appreciated, in order to establish different tasks for different users. A single administration option is ok if the site is managed by a single person, but when managing single-handedly is not possible, multiple user roles would be great.

Final thoughts

In my three-year experience with ClassiPress, everything was manageable until we hit 400,000 listings. After that, I switched to OSClass and it’s handling +19,000 users daily (generating over 56,000 pageviews a day) and over a thousand new listings every day with minimal resources. ClassiPress is adequate for sites with a local or small community, and WordPress backend and features are unparalleled, but I wouldn’t recommend it for a large-scale project. For my needs, OSClass is the best solution for a highly active and popular classifieds portal, due to its well-structured database and scaling.

Posted in Community | 13 Comments

Installatron announced the availability of OSClass

Installatron announced the availability of the OSClass for the Installatron family of automation products.

Founded in 2004, Installatron is the leading provider of web application automation to businesses and website owners worldwide. Installatron Plugin enables web application automation for web hosting control panel systems, including cPanel/WHM, DirectAdmin, Plesk Linux/Windows, and other popular control panel systems; Installatron Server is a standalone solution that enables web application for proprietary web hosting systems; and Installatron Remote, a web application auto-installer and auto-upgrader (also known as a script installer) for website owners and businesses.

Hosted on Installatron.com, Installatron Remote accepts a website’s FTP information, enabling web applications to be uploaded, install to install, upgrade, modify, backup and restore a growing collection the best applications on the web. Installatrom Remote is absolutely free for unlimited installs, backups, and restores, and upgrades are limited to three (3) per calendar month.

Posted in Community | Leave a comment

OSClass 2.4

The latest version of OSClass software – 2.4 – is immediately available for download.

For users

One of the most important changes is the admin – known as oc-admin for most users – redesign. It has a cleaner design and a better user experience. In addition, there are available two more types in custom fields: url and checkbox.

The performance has improved a lot, now it’s faster than ever! Furthermore, you can customize the permalinks. So, now you can change the structure of most urls.

For those new users, you can install OSClass in your language. In the following days we’re going to upload the new translations (you can register to our translation backoffice if you haven’t done yet).

Finally, just in case your category or location stats doesn’t seem right, you can recalculate them through the admin panel.

For developers

There are some changes for developers as well. Plugin developers can throw exceptions during the installation to stop the process and display custom messages. It’s easier sanitize the text in themes and plugins in order to show it correctly in forms as well as not breaking javascript. There are more filters and hooks (we’re going to add  them in the following days in the documentation) and of course the list of improvements on the Changelog and in Github issues.

What’s next?

For next version our focus is in improving the user experience and the items manager. Remember that you can always suggest new features in our forum.

We recommend to backup the database and the files before upgrading. Please, read how to update OSClass before starting the process. Finally, if you’re using some of the attributes plugin, there are a new version available.

Download

Posted in Releases | Leave a comment

Beta testers: OSClass 2.4 RC

OSClass 2.4 is ready for beta testers!

Here’s some of what’s new:

  • Admin layout redesign.
  • Better performance, now it’s faster than ever! (Most important: improved search queries)
  • Install OSClass in your language! (Note: first we must have the translations)
  • Customize permalinks. You can change most of the urls if you have permalinks enabled. (Please test!)
  • Recalculate category and location stats. (Please test!)
  • New alert system, now the alerts are saved in a JSON format. (Please test!)

As always, it’s still in development and we don’t recommend that you run it on a production site - set up a test site just to play with the new version. If all goes well, we hope to release in the following days OSClass 2.4. If you find a bug, please report it in the issues tab in github.

Download 2.4 RC

Posted in Development, Testing | 6 Comments