Important security update, please update to Osclass 3.7.4
At Osclass we have changed our Privacy Policy and Terms of Use in order to adapt them to the new General Data Protection Regulation (GDPR). We want you to know what user data we store, what we need them for, and who we share them with in each specific case. Furthermore, we are making it even easier for you to exercise your right to manage your own data.
Our goal is that you enjoy the best possible experience with our website. As the GDPR comes into force, legislation requires us that you grant us permission—both to us and our partners—to store cookies in your browser. Remember you can find more information about what we do with your data by clicking here.
I accept Osclass SL’s Terms of Use and Cookies Policy and grant them permission to manage my data.
replace this:Code: [Select]<?php ItemForm::category_select(null, null, __('Select a category', 'bender')); ?>with this:Code: [Select]<?php ItemForm::category_multiple_selects(null, null, null, __('Select a category', 'bender')); ?>in item-post.php
<?php ItemForm::category_select(null, null, __('Select a category', 'bender')); ?>
<?php ItemForm::category_multiple_selects(null, null, null, __('Select a category', 'bender')); ?>
Category settingsParent categories[x] Allow users to select a parent category as a category when inserting or editing a listing
damn. any ideas how to accomplish this?I see that deepakvarma was trying to get help with this also.Are suggesting it should work with a query validation?there is also this...https://github.com/osclass/Osclass/issues/964and as recently as 5 months, so maybe still bugs in the syrup? how did you discover the db issue (which is my biggest concern)https://github.com/conejoninja/Osclass/commit/4cc576ebd4d9e382c938d95af0a17839d2bc2d2eeta: as I find pieces of this puzzle