Is there a word or image limit to posts?
Hello,
I recently posted a guide in my community rich with links, images and text.
I was getting an internal error again and again and i tried to remove the links, to remove the images and then some of the text.
The guide was posted only with text and then i tried to upload one photo and it was updated. Second photo, internal error.
Then i tried to add some text, internal error.
Then i tried to add links to some words, it was updated successfully.
Any tips?
There are character limits to posts; you can use the dedicated filter hook to modify the configuration.
https://community.wpmanageninja.com/portal/post/back-to-test-the-community-features?comment_id=53513
Tawsif Ahmed RiyadΒ wow! Thanks. That solved the problem instantly :)
Yes there's configurable limits to both post length and image attachments. They are defaulted to 15000 characters and 4 images for a post.
https://dev.fluentcommunity.co/hooks/filters/feeds#fluent-community-max-post-length
https://dev.fluentcommunity.co/hooks/filters/feeds#fluent-community-max-media-per-post
Edit: probably should have refreshed before posting, Tawsif beat me to it.