It works just fine to add html commands but when i do
<html>
</html>
It always jumps down one line for each command making my image appear 10*newlines down. This makes it next to impossible to do add css. Maybe i'm doing something wrong
FriendsOfFlarum Pages
- Edited
Just released version 0.3.0
- Added restricted pages. Customize who can access those pages via the Permissions tab
- Fixed drafts that weren't properly hidden from public view
- Dropped non-English translations (not sure why we still had them after moving the extension to FriendsOfFlarum)
Update with
composer require fof/pages
php flarum migrate
Download error, does it affect
- Edited
ValiantShishu Looks like it was successful in the end. Perhaps GitHub was having some trouble initially. You should be fine.
clarkwinkelmann There is a tiny bug.... This bug appears only on the admin panel. There is an extra zero after the title name.
Only 'Privacy Policy' is supposed to appear. But, like I said, the extra zero does not appear on the page itself so it's not urgent.
[deleted]
therealsujitk There is an extra zero after the title name.
Can confirm this too
- Edited
therealsujitk and [deleted] i reported on GitHub a week ago.
therealsujitk [deleted] tolgaaaltas woops I missed the GitHub issue. I just released a fix now.
[deleted]
Can we use javascript?
SteveXu200512 I don't think you can input javascript in the page HTML. But you could add javascript through the extension API or to some extent via the Flarum footer.
Hey guys - I have installed the extension, sorry if this sounds like a stupid question, but how do you actually view that page once you have saved it?
George-field You can click the eye button to view it once you've created it.
datitisev Thank you, been a long day hahah
- Edited
Not sure if these suggestions are old, but this would help a lot
- option to hide the title (.pageHero)
- when HTML enabled, remove nl2br feature (only minified code looks like it should be)
- add javascript-support field which is output to the footer of the page
And CSS in HTML doesnt seem to work, right? (<style>...</style>)
askvortsov I don't think that issue is relevant to this question. FoF Pages can already be set as Flarum homepage.
bavard there is no plan to add any form of page builder at this time. You could pay a developer to get the features you want added. But I suspect it will be either very specific, or very broad and as such expensive.
You can already use HTML. You could use an offline HTML editor to build the page. This will only work if everything on the page is static though, as any dynamic feature would require additional code.
- Edited
Is this extension for creating pages and adding them to the navigation menu, while the Links extension does the same but for links ? If so, and considering that menus are made of internal and external links, shouldn't both extensions be combined ?