MikeJones @Meng Let us know if the below worked when you get a chance. I am interested because no matter what i tried I keep havign the same issue you had. Mark73 run this php flarum cache:clear or clear your cache from your admin dashboard.
Darkle MikeJones The same here, it is not very problematic because I know where the positions of each thing are, but the error doesn't go away.
Ralkage MikeJones went to test it out myself, it's something related to the AddLinkModal component from what I can tell.
Ralkage I can confirm that it's an issue with the ordering of the keys in the en.yml file; new_link_modal is show nested under link_table but the key prefix in AddLinkModal calls for keys under davwheat.custom_sidenav_links.admin.settings_page.new_link_modal. and can't find any of the keys nested under it because it's actually under davwheat.custom_sidenav_links.admin.settings_page.link_table.new_link_modal.
davwheat Ralkage Good spot! Aaand the keys themselves then referenced settings_page.table instead of settings_page.link_table.table 🙈
davwheat 0.2.1 Fixes incorrect translation keys This should fix the lack of intelligible text in the Add link modal. (Thank you @Ralkage for noticing my idiocy!) composer update davwheat/custom-sidenav-links
Ralkage davwheat no sweat! As a wise developer once said: The key to learning any coding / programming language is frequency of exposure, writing code, making mistakes, breaking your code. I love this extension and it serves a purpose for many; keep it up 🙂
davwheat Geraldlzc You should be able to copy the URL for that page and create a link for it on the admin page. Make sure to turn on "Is Flarum URL?". It should be similar to the bottom link here:
010101 You may know, but just in case, there could be an issue with this and the 1.1 update. After updating, I went to the settings for this extension and the settings are missing.
davwheat 010101 Forhack Uh oh, that's not good. I'll put it in my calendar to fix either tonight or Saturday. Hopefully it's an easy one!