davwheat EvilExecutor This is what a weekend without schoolwork looks like! 🤯 IanM 👀 Yes please!
enricodx Maybe I'm a bit picky, but it wouldn't be better if the side nav goes under the tag label? Or at least have the option to choice? Another solution would be to remove the padding between the nav and Following/Tags links.
[deleted] enricodx Another solution would be to remove the padding between the nav and Following/Tags links. Yep - I've done that via css on my forum
davwheat enricodx Totally possible, yeah. After I finish my current mini-project, I'll update the ext to include admin settings for custom positioning, and toggling of top and bottom spacers.
[deleted] enricodx Sure. It's a bit lazy, but I'm using li.Dropdown-separator, .Dropdown-separator { display: none; }
MikeJones I think a line break or some sort of divider under neath that links to separate it form the tags would be nice looking as well.
davwheat [deleted] enricodx 0.2.0 Adds settings to customise link position toggle top and bottom spacers Updating Please don't forget to run the migrate command! composer update davwheat/custom-sidenav-links php flarum migrate php flarum cache:clear
MikeJones Just installed this and when I go to add a link all the text looks like this: davwheat.custom_sidenav_links.admin.settings_page.new_ I tried clearing flarum cache but it didn't fix it...
davwheat MikeJones That's very odd. Normally that gets fixed by clearing cache. Try composer remove-ing the ext, clear cache, the re-require it, then clear cache again?
MikeJones davwheat still no dice, here is what I did: Uninstalled cleared cache re-installed cleared cached
davwheat MikeJones Try composer clearcache and then remove and re-require it again to make sure you're 100% on 0.2.0. If there's still issues, then I have no clue why as it works fine for me.