Osclass forums

Support forums => General help => 3.8.x => Topic started by: jojo53 on June 13, 2019, 06:30:12 pm

Title: post ads in specific categories only
Post by: jojo53 on June 13, 2019, 06:30:12 pm
Hi all,

is there a possibility (or a plugin) which lets the registered users post ads in specific categories only ?

thanks in advance, br, Jojo
Title: Re: post ads in specific categories only
Post by: WEBmods on June 14, 2019, 10:41:41 pm
Hello!

What theme do you use?

Do you have something like this

    <?php ItemForm::category_select(null, null, __('Select a category', 'bender')); ?>

in your item-post.php?

If yes, you will need to make a custom function, otherwise, you can edit the select loop directly.

Regards.