Support Forums - Classified Ads Script Osclass
Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: KSCNeon on August 30, 2017, 10:17:53 PM
-
Good evening,
I discovered this topic a few days ago and have already adapted a lot. I also translated it into German.
However, some things can not be set. I would like to edit the drop-down menus when creating an ad.
I want to delete Rent and Exchange.
I would also like a Thousand separator in the Ad display itself and not only in the price slider.
How do I get this?
Thanks for the support!
-
@KSCNeon
1) Rent & Exchange options can be removed in functions.php
remove:
} else if ($id == 3) {
$name = __('Rent', 'veronika');
} else if ($id == 4) {
$name = __('Exchange', 'veronika');
(make sure there left } at the end)
2) price format can be set in oc-admin > settings > languages > edit