How to make forum selector a multiple one?

Hello

Here's my option:
Capture.webp

I need your help to make it multiple select instead of single select drop-down menu.
There is no clear way to do this! No documentation either.

Any help would be appreciated.
 
You can add size="10" multiple="multiple" to your <xen:selectunit /> code.
 
No, I suggest you write a new XenForo_Option_ForumChooser::renderOption that extends the original but points to a different template with the appropriate multiple/size parameters specified.
 
Did anyone got this to work?

I was be able to save the values of a multiple forum selector but i couldn't preselect the forums in the forum selector the next time i reload the page.

Any hints for me? ;)
 
Top Bottom