Flarum Signature
katos Minor change to fix the "Xengine.Forum.Signature" text in the user settings.
This didn't seem to work for me.
doublethinker Rebuild your cache - it's fixed for me?
doublethinker Sorry Doublethinker - I have identified a fault with this, please can you try V1.1.2?
Version 1.1.2
- Rectify issues setting a user signature (
)
katos Okay it works now! Good job, seriously looking forward to the permissions update!
doublethinker Thanks for confirming! Apologies for the hiccup there!
- Edited
Version 1.1.3 
Fixes issue with accessing a user profile as a guest, which would result in a white page and two console errors. (JS).
This has been refactored to check the current user ID instead.
This refactor also stops "Edit Signature" from appearing on other users' profiles UNLESS you are an admin (in preparation for the permissions factor, where admins will be able to (hopefully) edit other users' signatures.)
With thanks to @clarkwinkelmann for his assistance in this release.
Installation
composer require katosdev/signature
Updating
composer update katosdev/signature
php flarum cache:clear
Update on the permissions
I am currently struggling to wrap my head around the permissions for this extension properly, and will likely be toying around with a couple of other extensions to try to fully understand it. Apologies for the delays on this - but I'm getting there!
Hi! Great extension bro! You made my life x1000 times easier! Thanks!
May I suggest one thing though?
Would you mind to set the initial migration of your signature
column to be nullable? I'm working on another extension that requires it. And I think it might be useful for future use too!
- Edited
This extension had sadly been neglected of late, and for that I apologise.
That said….
Version 1.2
- Update JS dependencies to use CDN (@volfclub)
- Update to symfony dependencies (@datlechin)