askvortsov
I have tried to install it but failed with message below:The "franzl/studio" plugin (installed globally) was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option. Using version ^0.13.1 for fof/upload ./composer.json has been updated The "franzl/studio" plugin (installed globally) was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option. Running composer update fof/upload Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires fof/upload ^0.13.1 -> satisfiable by fof/upload[0.13.1]. - fof/upload 0.13.1 requires flarum/core >=0.1.0-beta.15 <0.1.0-beta.16 -> found flarum/core[v0.1.0-beta.15] but the package is fixed to v0.1.0-beta.16 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Does fof/upload support beta 16?
Is it possible to support the format like this, e.g., [upl-image-preview url=//i.imgur.com/Q3rRLQk.jpg]?
I have migrated Flarum to version 0.1.0-beta.16, but a lot of images with [upl-image-preview ***] format weren't supposed.
Any suggestions are appreciated.
Hi luceos and @SnakePromise,
Thanks for sharing your experiences before. Unfortunately, it's extremely hard to migrate to the latest version. I've tried many ways but all failed. I will choose to keep the current version and try to migrate all posts to latest version.
Still thanks for your help.
Dear all,
I have used the Flarum version 0.1.0-beta.7 for a long time.
Is it possible to migrate to the current version from Flarum version 0.1.0-beta.7 without losing any data?Thanks!
Hi all,
I couldn't sign up an account and flarum got me a error of "The email field is required".
I tried to register an account via facebook login. After facebook login, it redirected me to the sign up page and asked me to put the username and email. I tried everything but still showed an error as above.
How could I do?
Thanks!
- In Auto More
- In Auto More
Sorry for the previous post with a weird format. I tried to re-edit/delete but it wasn't allow me to edit or delete.
- In Auto More
- Edited
Anything I was missed?
I installed the extension by "composer require noriods/auto-more",
but I got a error as below:Using version ^0.2.0 for noriods/auto-more ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Installation failed, reverting ./composer.json to its original content. [RuntimeException] /home/ubuntu/forum/vendor/noriods/auto-more does not exist and could not be created.
clarkwinkelmann Thank you very much. It works as well. I knew it will be lost when running Composer next time. To make a package for me is difficult as far, so instead I just take a simple practice for flarum. Hope someday, I can contribute my own plugging extension for flarum community.
thanks!
clarkwinkelmann I tried to modify the extension.js in flarum/flarum-ext-tags, but it didn't work. I don't know which part I should modify. Could you give me suggestions?
Thanks!
Anyone knows how to modify code to make secondary tags expanded by default?
- Edited
jordanjay29 Got it. Thanks! Maybe try to do it by myself if possible.
If it can be for each discussion, that will be great.
Hi,
I installed an extension of summaries. It looks perfect. I would like to know is there an extension to display the summary text along with an image?
thanks,
WM
- Edited
luceos No idea what's happened to me, After I re-inserted a master-key into the api-key table, it works so far so good in localhost.
But there still has a error as above when retrieving data via external ip.
Should I have to open some ports? The ports I opened are 80, 443, 8080, 22, 3306, that's all.
wmchen I just gave it a try. If I changed the IP address to localhost. It's allowed me to GET data from disscussions but have a permission denied when GET http://localhost/forum/api/users.
If IP address is external IP, it showed errors as I posted in the beginning.