Jump to content

Multiple "enters" in board posts


Recommended Posts

Hello, 

I've recently merged two Invision Community boards. I've noticed that posts on one of those have multiple "enters" typed in.

Example:

Quote

 

"

 

 

 

abcdf

 

 

 

abcdf

 

 

abcdf

 

 

 

"

 

When looking it up in the database, it looks like this:

 

"

<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> abcd </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> abcd </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p> </p>
<p></p>
<p>abcd</p>
<p></p>
<p> </p>
<p> </p>

 

What could cause this issue and how to solve it? Is there a way to remove the additional <p>< /p> tags in SQL to remove them? 

Edited by angle4cor
Link to comment
Share on other sites

@angle4cor

In the old archived topic found via Google there is a tip that to make sure the exact characters are targeted you should copy the "p" combinations directly from a database table instead of "typing" them.

BTW. A temporary "workaround" could be to use "Trim Empty Lines" plugin but the downside is that only a "view" is altered:

Link to comment
Share on other sites

2 hours ago, Luuuk said:

@angle4cor

In the old archived topic found via Google there is a tip that to make sure the exact characters are targeted you should copy the "p" combinations directly from a database table instead of "typing" them.

BTW. A temporary "workaround" could be to use "Trim Empty Lines" plugin but the downside is that only a "view" is altered:

Thanks. I will use this widget!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...