Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 24, 20186 yr In editor settings I’ve had it set to go to next line since upgrading to 4.1 If I change that to start new paragraph all the posts from the last year will have double gaps like I’ve done in this post Any way to prevent this?
July 24, 20186 yr This is the purpose of this setting and what it does, it doesn't change your content, but how it's displayed only. So changing this setting only changes how it's displayed.
July 25, 20186 yr 7 hours ago, marklcfc said: If I change that to start new paragraph all the posts from the last year will have double gaps like I’ve done in this post Any way to prevent this? You can find some solutions to this problem in this topic: Well, I've just tried using this sql query on the localhost and it looks like it works fine for me, all the empty paragraphs have been removed: update `ibf_forums_posts` set post = replace(post,'<p> </p>',''); PS. To remove empty paragraphs from new posts, I recommend using this plugin:
July 26, 20186 yr Author I’ll probably just keep it as it is as I always preferred that, only thing that bugs me is that when pressing enter twice to go to new paragraph as opposed to once in the other setting, the gap is larger. Here’s an example with go to next line with start new paragraph Any way to shorten the gap like in the latter picture when I have go to next line set
Archived
This topic is now archived and is closed to further replies.