Open s1-ranjan opened 2 weeks ago
Ensure that you run php flarum assets:publish
this will load select2 asset for the add-on to work properly
I have used this command but it's not working, I am getting TypeError: $(...).select2 is not a function in the browser console
Try running php flarum cache:clear
to clear the cache. It seems select2 isn't loaded correctly, and that you haven't got the assets installed. Normally php flarum assets:publish
is the only command to preload select2 assets into your website.
I tried both the command but it does not show up in my system.
I tried both the command but it does not show up in my system.
Must be something wrong with permissions for your folder or the command has changed recently.
https://github.com/Yippy/flarum-tag-with-themes/tree/main/assets
Try manually moving the assets folder into the extensions assets folder on your server.
I am trying to customize a Tag, but Select Theme option is not showing any option, and Selected Primary Tags is not showing any of my created tags. Have a look at the screenshot