Osclass Themes and Osclass Plugins

Attributes Osclass Plugin

29 .99€
  • Details Product details
  • Reviews 12
  • Changelog
  • Support
  • Discounts
29.99€

Listing Attributes Plugin for Osclass that enables to quickly add different types of custom fields/attributes on listings in multiple languages.

Car attributes, Job attributes, Real-Estate attributes, ...

Plugin enables to add 10 different types for fields:

  • Select box - supports up to 8 levels of cascading dropdowns. Ideal for car attributes.
  • Radio buttons - select one from multiple options
  • Checkboxes - select one or more from multiple options. (can be required field as well)
  • Text - short text or number
  • Text area - long text, suitable for job attributes (resume, ...)
  • Date - date selector
  • Date range - date range selector
  • URL - link format, checked with HTML5 validation
  • Phone - phone number format, checked with HTML5 validation
  • Email - mail format, checked with HTML5 validation

Each field can be set to be required when publishing new listing. This means user must enter value for selected field in valid format. For cascading dropdowns it can be any value from dropdown (not lowest level). From checkboxes, at least 1 value must be selected. Other fields has HTML5 validation for data type.

For correct functionality of required fields, theme must have correctly setup jQuery validation methods and should not contain any javascript errors. HTML5, javascript and PHP validation for required fields is applied.

Attributes are shown on item page using hook, so it does not require theme modification, however it's possible to show fields on different places then hooks, or simply each field on different position adding following code into theme files:

<?php if(function_exists('atr_show_attribute')) { echo atr_show_attribute( {attribute id} ); } ?>

Plugin has option to not show particular fields in hook as well as to restrict attributes to be shown in particular categories, that allows you to create:

  • car attributes
  • real-estate attributes
  • job attributes
  • dating attributes
  • animal attributes
  • furniture attributes
  • much more extensions for categories that require it

Icons for predefined values

Plugin allows to set icon for each predefined value (select box, radio buttons, checkboxes). These icons will be shown on item page.

Plugin is delivered with hundreds of free icons in size 32x32 px that can be found in plugin folder /img/default. When icon from this foder is used, it's not required to put whole address, just default/cars/icon_name.png

Each attribute as well as each predefined value can be ordered by needs of site owner simply just with drag & drop.

Multilanguage custom field on listings in search

Fields created with multilingual attributes plugin can be easily added into search form. This does not require any modification of theme, each field will keep it's type and in this way will be shown on search page.

Custom attributes with predefined values (select box, checkboxes, radio buttons) can be completely translated into any language, including predefined values. This allows to show fields to customers in their language (especially helpful for job attributes and real estate attributes).

Product features and functionality

RTL ready (Arabic, Hebrew, ...)
Basic documentation included
Add back office functionality
Add front office functionality
Simple installation
Coding skills NOT required
Theme modifications NOT required
Use hooks for theme integration
Recommended for advanced osclass users
No dependency on 3rd party services
Osclass Seller's picture
MB Themes seller

Product support includes

12 months access to support and latest updates
Support can be extended anytime for 35% of base price (+12 months)
Availability of seller to answer questions
Answer technical queries about product features
Assistance with reported bugs or issues
Help with installation in case there is problem
Product in English language (other locales provided by community)

Support does not include

Customization service, custom work or feature requests
Support on free/gratis plugins delivered with premium themes
Installation service
Translation and localization services

Seller support quality and speed

Seller updated this product 48 times
Seller rating is 4.7 of 5 - Excellent (494 reviews)
Respond usually in 1 hour 20 mins
Member since 2017
Spoken languages:
Osclass Support (cz)
Osclass Support (sk)
Osclass Support (en)

Changelog - Product updates history

2.7.7 Range search "from" and "to" are now using select box on search page for attribute types select, checkbox and radio.
2.7.6 Fixed search engine bug.
2.7.5 Fixed checkbox attributes not show empty selection on item page, if this was not specified in attribute settings.
2.7.4 Fixed bug with cache on multi-select checkbox.
2.7.3 Attributes those are not enabled in particular category will not be added into search SQL (filters) anymore.
2.7.2 Fixed minor PHP notices
2.7.1 Fixed minor issues with new query cache features.
2.7.0 Major update: IMPORTANT! All plugin queries are now cached by Osclass cache method! Only front-end queries are cached! You can enable/disable caching in Configuration page of plugin.
Major update: Now is possible to restrict attributes on publish page just to selected user types (all, logged, personal, business, with business profile, with verified business profile, with osclass pay membership group, admin only).
Major update: There is new field in category restriction of attributes - it is now possible to choose "Without category" - means attribute will be visible on search page also when no category is selected.
2.6.2 Important: Native RTL support added directly to plugin (will not be part of themes anymore).
To identify RTL text direction, plugin detects if "dir" attribute on "html" tag is set to "rtl" (html[dir="rtl"]).
Fixed minor issues in backoffice.
2.6.1 New attribute type has been added - DIVIDER.
This is dummy attribute those only function is to divide - separate attributes from each other.
It helps to group by different attributes sections.
2.6.0 Major update: New feature added - 2 attributes can now be linked together. You can i.e. link mileage measures to mileage values.
It is required disable >.
enable plugin (or reinstall) to take effect in database.
2.5.7 Fixed bug with possible conflicts in backoffice with sorting script and failure with sorting of attributes/attribute values.
2.5.6 Fixed corrupted style for JS messages.
Attribute reordering is now performed using POST request instead of GET request, that allow to work with much more attributes.
2.5.5 Fixing issue from category restriction from previous update.
2.5.4 It is possible now to define attribute icons.
Attributes works in search just in defined categories.
Important: you must disable ->.
enable (or reinstall) plugin to apply database changes.
2.5.3 Fixed issue with radio & checkbox attributes and their styling (when plugin styling is disabled).
2.5.2 Fixed several possible error notices.
2.5.1 Improved attributes management with correct redirects after each action.
Admin is now redirected to attribute edit page, when new attribute is created.
2.5.0 Major update: Added option to not style inputs (input, textarea, select box, ...) by plugin and let styling on theme only.
Fixed minor issues and optimized several functions.
Removed old and unused styles & fonts.
2.4.2 XSS vulnerability fixed
2.4.0 Major performance optimization for attributes with huge amount of values (4000+)
2.3.1 Problem with nested attribute values fixed (values not refreshing), another error notices fixed
2.3.0 PHP 8.0 compatibility update, additional minor fixes
2.2.3 Several minor fixes applied
2.2.2 Updates item values list funtion used in Rest API Plugin
2.2.1 Update for rest api plugin
2.2.0 Major release - attributes are now configured on own pages to make this process simpler.
attribute values now can be create also from list (dlimited by semicolon).
2.1.2 Replaced nestedSortable jquery library to latest as osclass one caused freezes
2.1.1 Problem with duplicated listings removed
2.1.0 Major update - you can now show only attribute values on search those belongs to at least 1 item / select all & deselect all buttons added for checkboxes / you can now change search engine for checkbox attribute and require search items to MATCH ANY OF SELECTED VALUES or MATCH ALL SELECTED VALUES
2.0.2 Table installation bug fix
2.0.1 Fixed issue with latest update, added option for single-selection of checkbox on publish page
2.0.0 Core rewritten from base - optimization of queries that improves performance of report
1.1.4 Fixed problem with hiding attributes on mobile devices
1.1.3 Search issue with checkbox ->.
dropdown field fixed
1.1.2 New layout on search - boxed view
1.1.1 Fixed problem on search page by showing all attributes when no category is selected
1.1.0 You can now search numerical attributes "in range", different layout can be chosen for search page (like dropdown show as radio buttons on search page). It is required to disable & enable plugin after update.
1.0.9 Changed "Select value..." into "Select ..." of attribute to improve user experience
1.0.8 Attributes osclass plugin now correctly shows single attribute values
1.0.7 fixed issues with required fields - radio and checkboxes
1.0.6 fixed issue with multilanguage custom values and attributes
1.0.5 supporting multi-sublevel categories now
1.0.4 fixed search form order
1.0.3 fixed problem with saving hierarchy
1.0.2 Fixed compatibility issue with osclass pay plugin
1.0.1 many values issue fixed, messages (ok,error) color fix.
1.0.0 initial version
View all products updates

Product rating: 5.0 - Excellent, based on 12 reviews

Good plugin by Hosting Berjaya on 27. Mar 2023

5.0 - Excellent
Design is not responsive
Osclass Seller's picture

Author response

Thanks for your feedback! All products are responsive. If you see specific design bug, create support ticket. Responsivity can be impacted by theme as well. Thanks!

verry good plugin by yvelef on 7. Feb 2023

5.0 - Excellent
verry good plugin
Osclass Seller's picture

Author response

Thanks Yvelef, appreciated!

Great job by atba2012 on 13. Jul 2022

5.0 - Excellent
An excellent module and one of the best solutions of Osclasspoint. But the main thing is prompt assistance in solving the problems that have arisen, with minimal coding skills. Well done
Osclass Seller's picture

Author response

Thanks for your kind words. Happy you like Attributes plugin!

Excellent Plugin by Brandso on 4. May 2022

5.0 - Excellent
No doubt that all the plugins made by Osclasspoint Team are excellent and also there customer service is very good. But the only problem with me is that I don't have any coding skills due to which I can't make any changes in this plugin as both the Attributes Heading and its Value's Font is Bold which makes it look little bad when you have multiple attributes with just 1 value in it. Its not that bad when you have used Checkbox Input as they give a Green Tick next to the Value but when we use Text Input or Numeric Input there is no Green Tick next to the Attribute Value due to which the Attribute Value looks similar to Attribute Heading. Anyways having the light font in Attribute value is my choice, so I can't complain because Attribute Plugins does exactly what it says.
Osclass Seller's picture

Author response

Thanks Brando for your valuable feedback wink

Very good module and quick support by Raul Ashton on 19. Apr 2022

5.0 - Excellent
Is an excellent module, very complete and useful if you want to extend the custom fields functionality, Thanks to the support team for listening to my improvement request!
Osclass Seller's picture

Author response

Thanks and looking forward to work with you!

Things are good by Роман on 22. Aug 2021

5.0 - Excellent
There is not enough group in attributes.
Osclass Seller's picture

Author response

Thanks for feedback, will try to implement new features and fixes soon.

Great for complex attribute management by MvdO79 on 13. Jul 2021

5.0 - Excellent
If you need more complex attribute management, this plugin is a must!
Osclass Seller's picture

Author response

Thanks, you are right, attributes plugin is robust replacement for custom fields.

Excellent plugin by Dan Dan on 2. Jul 2019

5.0 - Excellent
It is one of the most successful and very useful plugins. I recommend with great pleasure. Thank you
Osclass Seller's picture

Author response

Thanks Dan, happy you like plugin smile

Unbelievable fast support in every case by every plugin by m B. on 5. Jun 2019

5.0 - Excellent
It doesn't metter if it's a bug or your fault, MB-Themes is always very helpful and have an amazing fast response time! Although almost all of my plugins are from MB themes, I will buy many more from here, because of the quality of the plugins and the support! 10/10!
Osclass Seller's picture

Author response

Thanks for your support!

Masterful Developer by Mohamad on 22. Feb 2019

5.0 - Excellent
This is an plugin that I dreamed of someday. Wonderful work from a masterful developer Thank you.
Osclass Seller's picture

Author response

Happy we can fulfil your dreams!

Very Good by Associazione Trovadog on 20. Apr 2018

4.0 - Very good
it is a very important plugin for the life of the site, I have already suggested improvements, I hope they can be inserted as soon as possible, in any case excellent product
Osclass Seller's picture

Author response

Thanks for your warm words

All good, a good module by romeo on 27. Mar 2018

4.0 - Very good
All good, a good module if you know how to use it, improved sometime and possibility to be the other modules update (bought by mb-themes.com)
Osclass Seller's picture

Author response

Thanks!

4 discounts available for this product

#1 35%
#2 30%
#3 20%
#4 25%
Buy these 5 products, use get 35% discount and save 55.28€!
Price for all: 102.67 € 157.95 € Add all products to cart
Buy these 5 products, use get 30% discount and save 45.59€!
Price for all: 106.37 € 151.95 € Add all products to cart
Buy these 5 products, use get 20% discount and save 25.59€!
Price for all: 102.36 € 127.95 € Add all products to cart
Buy these 3 products, use get 25% discount and save 15.00€!
Price for all: 44.99 € 59.98 € Add all products to cart
Single Domain License
29.99
5.0 - Excellent Based on 12 reviews
Created by best developers
Regular updates and bug fixes
Premium support services
Top rated product
Add to cart Contact seller
Price is in Euros
Osclass Seller's picture
MB Themes
Seller has 8+ years experience with osclass, has developed more than 40 osclass products with overall rating 4.7

Product technical details

410 orders
3.3k downloads
48 updates
26.4k views
Product version: 2.7.7
Last update: 8 months ago
Osclass support: 3.0+, 4.0+, 8.0+ Download osclass
Product rating: 5 of 5 - Excellent
Published on: 12. Feb 2018
Folder name: attributes