General settings

The General Settings page contains vital site information, such as the page title and description, admin’s email address, default currency, timezone, etc.

osclass settings
Osclass settings

From this page you will be able to manage other settings like the following:

  • Category settings – Allow (or not) users to select a parent category as a category when inserting or editing a listing. For more information on category settings, visit our documentation on Categories.
  • Contact settings – Allow people to attach a file to the contact form.
  • Cron settings – Some Osclass functionalities require a cron in order to work. Check if your host isn’t able to do them. Uncheck if you want to set up your cron manually. Refer to the manual to know more about the Osclass cron system.
  • Software updates – Enable or disable software updates for core, plugins, themes, languages or market external sources.

Categories

Manage, edit and create new categories from Categories settings. For more information, visit our documentation on Categories.

Comments

The Comments page allows you to set up the following options:

Default comment settings

Allow people to post comments on listings- Restrict comments to registered users

  • Enable comment moderation by admin
  • Minimum approved comments, before a comment appears
  • Number of comments per page

Notifications

Adjust wether you want or not to receive and send emails whenever:

  • A new comment is posted (to admin)
  • There’s a new comment on his/her listing (to the user)

Locations

To add a new location:

  1. Click, Add new
  2. Enter the two-letter country code and country name
  3. Click, Add
edit country in osclass
Edit country

See also: Installing new locations

Email templates

Although there are already default versions available for email messages such as “Tell a friend”, “Validate your listing”, “Edit options for the listings” etc., you might want to change them. You can easily do so, by entering your Dashboard → Settings → Email templates. More info at Email templates.

Languages

This page allows you to manage all your currently installed language translations. To read more about how to manage languages, go to this Languages page.

Permalinks

Enable/disable friendly URL’s – By default, Osclass uses web URLs which have question marks and lots of numbers in them. However, Osclass offers you friendly urls. This can improve the aesthetics, usability, and forward-compatibility of your links.

Example link to an ad, with…

Permalinks disabled:
https://www.yoursite.com/index.php?page=item&id=1

Permalinks enabled:
https:/www.yoursite.com/category-name/title-of-ad

More info in Permalinks documentation page.

Spam and bots

There are several ways to avoid spam listings on your classifieds website and manage it easier. Here we tell you how to get and configure your Akismet and reCAPTCHA keys. Both, reCAPTCHA and Akismet, are available from your Oc-admin → Settings → Spam and bots. However, please note, that you must register first on their websites in order to use these services.

spam settings osclass
Akismet and ReCaptcha settings

Currencies

This page allows you to Add, Edit and Delete currencies for your site. The default currencies include:

  • European Union euro
  • United Kingdom pound
  • United States dollar
currency osclass
Currencies list

Important: You will not be able to delete a currency if ANY ad on the site are using it. Additionally, you can not delete a currency if it is set as the default currency on the General settings > General settings page.

Mail server

Media

This page allows you to set the preferred dimensions for all the images on the website.

Maximum image size allows you to limit size of images uploaded to listings. There is hard limit coming from your PHP setting and is shown in message “Maximum size PHP configuration allows: 1234 KB”.

Following function is used to resolve limit. It’s minimum of 3 PHP settings.

$max_upload = $this->_sizeToKB(ini_get('upload_max_filesize'));
$max_post = $this->_sizeToKB(ini_get('post_max_size'));
$memory_limit = $this->_sizeToKB(ini_get('memory_limit'));

$upload_mb = min($max_upload, $max_post, $memory_limit);

Latest searches

This page will allow you to decide if you want to store the latest queries of your users and for how long. It may be useful to know what queries users make in your website. You could have an idea of what your users are looking for or show them on the site as “hot topics”.

  • By default, this option is unchecked.

Advanced Settings

Allow you to choose if you want to enable subdomains on your Osclass website. If you enable them, you can choose by which subdomain type they will be based on: user, category, country, region or city.

  • Remember that if you enable subdomains, you are required to provide your host name. Add it without “www”.