All questions about EDocman extension

Adding multiple categories - uploading (frontend)

More
6 years 7 months ago #117388 by Mike Waxman
Replied by Mike Waxman on topic Adding multiple categories - uploading (frontend)
As far as I'm aware the only way to get what you wanted would be to NOT select a default category for the front end. This will mean the additional categories will not be restricted to the one you selected. I also figured out how to change the multi select so it's the same as the back end. Just add the following to the top of the page:

JHtml::_('behavior.multiselect');
JHtml::_('formbehavior.chosen', 'select');

Please Log in or Create an account to join the conversation.

More
6 years 7 months ago #117401 by Mr. Dam
Hi,
You can add this code
Code:
<tr> <td class="key"> <?php echo $this->form->getLabel('extra_category_ids'); ?> </td> <td style="padding-bottom: 5px;"> <?php echo $this->form->getInput('extra_category_ids'); ?> </td> </tr>
to show additional categories
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam