AdamXweb sorry. I ment to say Height. When I put allot of images in column scroll bar pops up on right side. My bad.
FriendsOfFlarum Pages
[deleted]
AdamXweb You'd be better placed to insert that code block in Admistration->Appearance->Custom Footer. I'd strongly advise against modifying Flarum's core, and your changes will be overwritten by future upgrades.
hi dear developers. add please set CUSTOM url page like a domain.com/customURL
TOWUK there are reasons for which this is not desirable for performance, as well as creating a huge conflict management requirement against other extensions.
If you want to register custom pages with custom URLs, you can use the Flarum extension API to register your own pages. It's not that difficult and doesn't even require the use of the database.
What we could maybe do is provide an extender that allows to alias a page to a custom URL in the local extend.php
. This avoids the performance issues (loading the list of pages before the router) and leaves the admin to manage possible conflicts themselves.
[feature reques] add please visual editor buttons like a MD EDITOR?
Is java script not working for FoF pages ?
I found the pages extension on the list with not compatible extensions for release 16.
https://discuss.flarum.org/d/26471-list-of-all-flarum-010-beta16-incompatible-extensions
Just tried it yesterday and I guess you are already aware of the following?
[2021-03-17 06:23:26] flarum.ERROR: Error: Class "Flarum\User\AbstractPolicy" not found in C:\xampp\htdocs\soulorg\vendor\fof\pages\src\Access\PagePolicy.php:19
Stack trace:
#0 C:\xampp\htdocs\soulorg\vendor\composer\ClassLoader.php(478): include()
#1 C:\xampp\htdocs\soulorg\vendor\composer\ClassLoader.php(346): Composer\Autoload\includeFile('C:\\xampp\\htdocs...')
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass('FoF\\Pages\\Acces...')
#3 C:\xampp\htdocs\soulorg\vendor\illuminate\container\Container.php(833): ReflectionClass->__construct('FoF\\Pages\\Acces...')
...
[2021-03-17 15:46:05] flarum.ERROR: InvalidArgumentException: No hint path defined for [fof-pages]. in /home/xxxxxxx/public_html/vendor/illuminate/view/FileViewFinder.php:112
Stack trace:
#0 /home/teknikf/public_html/vendor/illuminate/view/FileViewFinder.php(90): Illuminate\View\FileViewFinder->parseNamespaceSegments('fof-pages::cont...')
is there anyone knows about this?
flarumacc I found the pages extension on the list with not compatible extensions for release 16. [...]
Just tried it yesterday and [...]
You install an extension that is known to not be compatible with beta 16 on a Flarum beta 16 installation. So, what do you expect except some errors?
denemedeneme is there anyone knows about this?
Yes, despite not having tried myself that has to be expected.
Have a look here: https://extiverse.com/ to find out which extensions are compatible with beta 16 and install only one of these on a Flarum beta 16 installation.
@datitisev can you update it for beta 16, please?
Gatsu @datitisev can you update it for beta 16, please?
All FOF extensions are being worked on. Please be patient. It does not help you spamming every thread with a call for an update. Just takes times from the people working on them. It's all available free of charge - give it some time - there are a lot of extensions to be updated!
update for beta 16?
[deleted]
serdo please be patient. See
https://discuss.flarum.org/d/18301-friendsofflarum-pages/370
- Edited
Version 0.7.0
- Add Flarum beta 16 compatibility
- Fix page list being difficult to read in dark mode #21
- Fix page list not refreshing after creating or deleting a page #18
Set the required version to *
in composer.json
before updating Flarum. You can also use composer require fof/pages:*
to make that change prior to the Flarum update.
Flarum 16, new installation FoF Pages, not create database!
My log:
flarum.ERROR: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_db' doesn't exist in /var/www/mysite.com/html/vendor/doctrine
/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:79
NikolayIvanov this error happens when you enable this extension?
Can you share the full trace? (numbered lines below the error)
my_db
does not sound like a real table name. Is it really what the message says? I don't know which extension this would be a part of.
- Edited
@clarkwinkelmann Yes, this log is after an activation attempt.