clarkwinkelmann Sorry clark
Not have a good english. I have got confused, Speak about limit by lines no by character.
View my profile. Only have 4 words but with many blank lines in a huge and large BIO. This is not good if all the forum user go with this.
FriendsOfFlarum User Bio
[deleted]
GVG Please stop posting the same message across different topics. It's rude and unnecessary
https://discuss.flarum.org/d/7028-friendsofflarum-mason-the-discussion-custom-fields-builder/137
GVG this response is uncalled for. When you join a community newly, learn to behave in like manner. People put in a lot of effort into developing these extensions; the least you can do is attack them. Luceos had already responded in another discussion that in future they'll look at putting screenshot.
Read the first post of the extension, install them if the description fits your purpose, and test the extension. If it meets your purpose you keep them otherwise you uninstall them.
Alternatively, you can create your own extension. No one is stopping you.
1.0.2
What's Changed
- Export UserBio component by @grimmdude in FriendsOfFlarum/user-bio39
New Contributors
- @grimmdude made their first contribution in FriendsOfFlarum/user-bio39
Full Changelog: https://github.com/FriendsOfFlarum/user-bio/compare/1.0.1...1.0.2
1.1.0
- Ensure the bio field is rendered after other components added to the
User Card
- Recompile with Webpack5
- Use default settings extender
Updating
composer require fof/user-bio:"*"
php flarum cache:clear
- Edited
The nickname could not be displayed, but the user name was displayed
1.1.1
- Fix deprecation warning on PHP 8.1 when a user has a
null
bio value
After the FOF/user-bio plug-in is upgraded, the website reports an error.
What shall I do?
I have a look. I can only upgrade to 1.1.0, but cannot update to 1.1.1
zhanzhang have you tried the steps in https://docs.flarum.org/troubleshoot ?
FriendsOfFlarum After upgrading my site to 1.7.1, installing this plugin reported an error, which caused a bit of headaches.
1.2.0
- Add TextFormatter support (FriendsOfFlarum/user-bio48)
- Only raise BioChanged event if bio did indeed change
- Add option to enable formatting
- Create separate TextFormatter instance than the regular Flarum formatter -- this means users won't be able to use Mediaembed in their bio even if it is enabled in fof/formatting.
Only BBCode and Markdown are available by default, excluding images.
Extensions may *explicitly* extend this formatter to add features.
1.2.1
- Fix users with permission to edit others' bios clearing their content instead
- Edited
@datitisev Posted a pull request with a newline fix, can you approve it please?
Also, there is a need for limiting text per-line, because it is possible to move it out of the site.
Derbosik What do you mean text per line? As in it the text doesn't wrap properly?
Also, your PR doesn't contain a setting item in admin for the max new lines. Not entirely sure what a "newline fix" is trying to accomplish either - is it bypassing max character count limit by just using new lines? If so, I don't think just checking for too many linebreaks is the best solution..
1.2.3
- fix: Unable to create a new user via the API with the
bio
field included FriendsOfFlarum/user-bio53 - feat: basic backend testing (more still needed)
Updating
composer update fof/user-bio
php flarum cache:clear
1.3.0
- Add measures to prevent users from setting user bios with line breaks that cover entire page
- Improve error handling when user bio fails to save