The Listings area in oc-admin covers the full lifecycle of ads: browse and moderate listings, open each record to edit title, description, price, category, expiry, publish date, coordinates, and media, review comments attached to items, manage uploaded media, and process reported listings. Administrators configure custom fields (per-category meta such as mileage, surface area, or salary range) and global listing-related defaults from the same menu group.
Categories under Settings let you shape the taxonomy (including configurable maximum depth on supported versions), while the front-end search and publish forms follow that structure automatically.
Core Users management includes registration and profile data, moderation from the list and detail screens, and ban rules to block abusive IPs, e-mail patterns, or ranges—with statistics on how often a rule matched and optional expiry so old bans age out cleanly.
When alerts are enabled, administrators can inspect subscriptions from the backoffice while end users can adjust alert frequency from their account on recent releases. Alerts respect bans and validation rules so mail volume stays sane.
Admins and moderator roles separate everyday listing work from sensitive configuration; moderators can be limited to specific plugin screens when needed.
The Statistics section aggregates views on listings, user activity, comments, and abuse reports so you can see trends instead of raw database tables.
The in-admin Market connects to the official ecosystem for themes, plugins, languages, and location packs—so upgrades and add-ons stay discoverable from the same UI you use to run the site.
Under International you maintain translations, active languages (including RTL locales where applicable), the geographic locations tree (countries, regions, cities), and currencies. Recent versions add conveniences such as syncing language files from disk, per-locale default currency, and safer handling of locale codes in URLs and e-mail templates.
Appearance controls which theme is active, how widgets are placed, and site-wide customization options (including hooks for injecting snippets such as custom JavaScript on selected front-office locations where the version you run exposes it). Child themes let you override a commercial theme safely while keeping parent updates practical.
The Settings menu is where Osclass most differs from lightweight scripts. In addition to general site options you will find dedicated screens for categories, e-mail templates, mail server (SMTP and related diagnostics), comments, media (limits, optimization, and uploader choice where available), spam and bots (including reCAPTCHA-style protections), breadcrumbs, permalinks (including advanced custom search rules on supported builds), latest searches retention, front-end optimization of static assets, and subdomains and advanced routing for multi-city or multi-country installs.
SEO-oriented switches include enhanced canonical URLs, optional hreflang output for multilingual sites, RSS feed toggles, and a backoffice option to block search engine indexing during staging or migration.
Tools bundles utilities you normally patch together by hand on smaller scripts: configuration summary, data cleanup with safe batch limits on very large tables, searchable action logs with retention policies tied to cron, debug and error logs (including picking arbitrary .log files under oc-content on recent versions), SQL import, database backup, guided upgrade, per-country and per-category stats, maintenance mode, and the built-in changelog viewer.
Cron integrates hourly, daily, and other tasks (including instant alert dispatch on minutely schedules where configured). Administrators can use documented query parameters to force or print a cron summary for troubleshooting.
The Pages module stores editorial or legal content with versioning-friendly editing in the admin. E-mail templates cover registration, listing events, contact forms, and more; variables such as locale codes can be mixed into subjects and bodies. Core can deduplicate accidentally duplicated templates after plugin churn.
The public RSS feed exposes listings to readers and syndication partners; it can be disabled cleanly when you do not want aggregation.
Osclass exposes a wide hook and filter surface for themes and plugins (including structured data, widgets, item forms, search, and mail). Plugins register their own admin routes; themes may define custom routes pointing at theme, plugin, or shared “custom” files on supported versions. Helper additions such as row loaders, cookie and session helpers, and search utilities reduce boilerplate for custom modules.
This site’s documentation and developer article are the right next steps once you outgrow configuration-only changes.