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.

a month later

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.

6 months later
3 months later

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
5 days later

The nickname could not be displayed, but the user name was displayed
IMG_20220525_215859.jpg

5 months later

1.1.1

  • Fix deprecation warning on PHP 8.1 when a user has a null bio value
5 months later

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

    Merged 2 posts from After the FOF/user-bio plug-in is upgraded, the website reports an error..
    7 days later

    luceos I tried, but the problem remains. An error was reported after installation.
    Error reporting content:

    Deprecated: mb_strwidth(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/aa.cc/vendor/illuminate/support/Str.php on line 363

    FriendsOfFlarum After upgrading my site to 1.7.1, installing this plugin reported an error, which caused a bit of headaches.

    3 months later

    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.


    2 months later

    1.2.1

    • Fix users with permission to edit others' bios clearing their content instead
    a month later

    @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

        datitisev You are able to use infinite newlines almost, making it quite long, dragging out profiles.

        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