Yippy / flarum-tag-with-themes

MIT License
0 stars 0 forks source link

Customised Design Theme for Tags is broken #2

Open s1-ranjan opened 2 weeks ago

s1-ranjan commented 2 weeks ago

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 1

Yippy commented 2 weeks ago

Ensure that you run php flarum assets:publish this will load select2 asset for the add-on to work properly

s1-ranjan commented 2 weeks ago

I have used this command but it's not working, I am getting TypeError: $(...).select2 is not a function in the browser console

Yippy commented 2 weeks ago

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.

s1-ranjan commented 4 days ago

I tried both the command but it does not show up in my system.

Yippy commented 4 days ago

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.

image

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.