datitisev Artuu Erm, do you have debug mode enabled? If so, could you look and see what error you are getting? Open the Developer Tools > Network, then do the steps to get the error, and look at the response of the entry with the HTTP status of 500.
Artuu datitisev In this film I tried to demonstrate the mistake I am talking about. I only have the Pages extension installed on the visible forum. I hope you will quickly find the bug and fix it.
datitisev Artuu Ok, thank you. I'll take a look at it and try to find out if it's fixable through fof/pages or it needs to be fixed in flarum/mentions.
datitisev 0.1.2 Fix issue when using flarum/mentions and mentioning users in content of pages Updating composer update fof/pages
datitisev 0.2.0 Add compatibility with no JS Visit a page by it's slug, i.e. /p/test instead of /p/1 or /p/1-test Get a nice 404 if the page does not exist when visiting directly or refreshing Updating composer update fof/pages php flarum migrate
luceos Artuu what is your database prefix like? We ought to limit the prefix length in core. A few characters should already suffice..
neogeo datitisev * Visit a page by it's slug, i.e. /p/test instead of /p/1 or /p/1-test What you mean? now we can access to the page without the number in slug?
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.
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 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
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. 😕
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 neogeo Are you sure you are accessing it through the slug? What is the url you are trying to access ?
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.