Thread: tinymce bbcode
View Single Post
  #2  
Old 14th February 2021, 12:46
xblade's Avatar
xblade xblade is offline
Cod3r
 
Join Date: Nov 2020
P2P
Posts: 239
Default
first of you need to fix this line
its backing on this so u get error page
// Change new lines to <br />. nl2br function probably would work also. It's probably the same as this though. And gets rid of htmlchars. htmlentities screws up the &amp; stuff.
Code:
$content=str_replace(array(' ','­','‍','‌','‭','‮// Change new lines to <br />. nl2br function probably would work also. It's probably the same as this though. And gets rid of 
htmlchars. htmlentities screws up the &amp; stuff.'),'',$content);

Last edited by xblade; 14th February 2021 at 13:10.
Reply With Quote