Page 1 of 1

"Disable Markup Plugins for this entry" does not w

Posted: Wed Apr 25, 2007 10:56 pm
by Zugschlus
Hi,

I have an entry which contains a code part with C style comments. The "Markup: Serendipity" plugin takes the asterisks in these comments as control for bold face. Thus, I have marked the "Markup: Serendipity" plugin in the list of "Disable Markup Plugins for this entry".

However, the bold face still shows up in my program code.

On the other hand, when I switch off serendipity markup for the extended entry body globally in the plugin configuration, formatting is fine. I am therefore reasonably sure that the Serendipity markup plugin is the culprit here.

Why does disabling this plugin for a single entry only not work?

Greetings
Marc

Re: "Disable Markup Plugins for this entry" does n

Posted: Thu Apr 26, 2007 12:02 pm
by garvinhicking
Hi!

For your entry where you disabled the markup plugin, can you show me the entries you have in the serendipity_entryproperties DB table for that entry id?

It should hold a 'ep_disable_markup_...' key, what is that set to?

The code in the s9ymarkup plugin is there to not apply formatting in the case this property is found in the $eventData array...

Regards,
Garvin

Re: "Disable Markup Plugins for this entry" does n

Posted: Thu Apr 26, 2007 12:58 pm
by Zugschlus
garvinhicking wrote:For your entry where you disabled the markup plugin, can you show me the entries you have in the serendipity_entryproperties DB table for that entry id?
I can if you need it, but it works. i was confused since the "disable markup plugins for this entry" seems to be ignored when previewing an entry, but it honored OK in the final rendered article when published.

So the issue is really the previewer, not the ignore plugin data.

Greetings
Marc