WPIntell

Source evidence

Best plugin ever !!

Preserved HTML Editor Markup · review · 2013-04-06T15:30:00+00:00

praisesentiment
mediumseverity
0.61relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
yammy unresolved
I would send this guy a million if I had! Best plugin ever ever! I was trying to solve that tinymce madness of removing all <p>s or adding <p>s everywhere ! This was driving me crazy! These codes didn’t do it! When I switched back from html to visual tab, bam, the html tags were messed again! Very annoying thing from tinymce!! remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' ); function tinymce_config( $init ) { $init['force_br_newlines'] = 'false'; $init['force_p_newlines'] = 'true'; $init['convert_newlines_to_brs'] = 'false'; $init['forced_root_block'] = 'false'; return $init; } //add_filter( 'tiny_mce_before_init', 'tinymce_config' ); Only this plugin of yours solved the problem ! Your code must be inserted in the core, mr marcuspope !! It’s a must have! I have no words to thank you for this plugin! I’d give you a million dollar if I could! Just for the record, the code that mangles everything isn’t part of TinyMCE, it’s WordPress code giving TinyMCE a bad name. TinyMCE is innocent! Hi Yammy, I am using Preserved HTML Editor Marup as well as PS Disable Auto Formatting plugin in my site. The code to remove_filter that you have mentioned has to be there in function.php or not ? yes, in my functions i have all the code above, including the remove filters. And you have both the above mentioned plugins enabled ? And whats your setting for Configure New Line Behavior Per Post Type under Settings > Writing

Comments

4 shown
WraithKenny 2013-06-09T15:50:00+00:00

Just for the record, the code that mangles everything isn’t part of TinyMCE, it’s WordPress code giving TinyMCE a bad name. TinyMCE is innocent!

arfaRed 2013-07-24T10:27:00+00:00

Hi Yammy, I am using Preserved HTML Editor Marup as well as PS Disable Auto Formatting plugin in my site. The code to remove_filter that you have mentioned has to be there in function.php or not ?

yammy 2013-07-24T19:31:00+00:00

yes, in my functions i have all the code above, including the remove filters.

arfaRed 2013-07-25T08:28:00+00:00

And you have both the above mentioned plugins enabled ? And whats your setting for Configure New Line Behavior Per Post Type under Settings > Writing