gurjyot datitisev Can't this extension be used to create a custom homepage for Flarum? A custom landing page would be awesome and much more enticing to users.
neogeo datitisev Cool! but in my case, after update your extension... if I access without the number I get the Error404 message (didn't found the page)
datitisev gurjyot It can. You can set a page as the home page, and it will be used instead of the "All Discussions" or "Tags" page.
datitisev MathieuM The issue I see with it is that the toolbar would be added to the admin side, and the toolbar code is on the forum side, which is separated. I would have to basically copy + paste the code, and maintain my own version... apart from locales as well. 😕
datitisev 0.2.1 Add option to the Home Page options in Basics page Previously, none of the existing options would be selected if a Page was set as the home page Option added to avoid confusion Disable home button in page items if page is already set as home Updating composer update fof/pages
gurjyot datitisev I know that this question might not be related to this discussion but I didn't find any better discussion for this. Is there a way to make a homepage using this discussion but as soon as a member login, he is shown the "all discussion" page or "tags" page? Mostly I want this extension's page to act as landing homepage. Twitter and some other social media websites do something like this.
MathieuM datitisev Ok, I see the issue with maintenance things. Perhaps Flarum could extend the toolbar to let extensions use it from public and admin sides? ❓️
datitisev neogeo Are you sure you are accessing it through the slug? What is the url you are trying to access ?
neogeo datitisev I can access like always on https://www.domain.com/public/p/3-faq but I can not on https://www.domain.com/public/p/faq I get the Error 404 directly You know why?
datitisev MathieuM That would introduce questions about performance and file size. The toolbar registers custom elements when the code is loaded, so... 🤷♂️
datitisev neogeo Hm... not sure why that would happen. By 404 error I'm assuming the Flarum one, which means you are on the latest version as that was not available before... have you tried updating the slug? 🤔
neogeo datitisev have you tried updating the slug? Yes datitisev Updating composer update fof/pages php flarum migrate I followed your instructions and I updated pages correctly, then I entered php flarum migrate (but Flarum Composer say that was not nothing to migrate) ¿maybe is something related to that migration?
datitisev neogeo Hm.. the migration isn't required... can you show the output of composer show | grep fof/pages (command should work in Unix systems at least)?
datitisev neogeo Yeah.. that's not the latest version. composer update must not have updated fof/pages for whatever reason... try running composer require fof/pages ^0.2.1
neogeo datitisev Thanks now updated to 0.2.1 correctly. But when I entered: php flarum migrate ... I get this messages: mysql -V mysql Ver 15.1 Distrib 10.1.37-MariaDB, for Linux (x86_64) using readline 5.1 colation: utf8mb4_unicode_ci