We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be great if we could have a category dropdown in the toolbar, implemented just like status is now:
<?php if ($params->get('display_statuses', 0)) { $elementId = Prism\Utilities\StringHelper::generateRandomString(); ?> <div class="form-group"> <label for="<?php echo $elementId;?>" class="hidden"><?php echo JText::_('MOD_USERIDEASSEARCH_STATUS'); ?></label> <select name="filter_status" class="js-userideas-modsearch-filter" id="<?php echo $elementId;?>"> <?php echo JHtml::_('select.options', $statuses, 'value', 'text', $filterStatus);?> </select> </div> <?php }?>
The text was updated successfully, but these errors were encountered:
I agree. I am going to add it in the TODO list.
Sorry, something went wrong.
No branches or pull requests
Would be great if we could have a category dropdown in the toolbar, implemented just like status is now:
The text was updated successfully, but these errors were encountered: