Ok, I am working on this plugin... however when rendered, it gets all screwed up. Turning off plugins like Auto P and Texturize fix the problem... and it then works beautifully!!!
So my guess is I need to add the FilterItemContents/UnfilterItemContents hooks? Am I right?
So now how do I do that?
My experience is extremely limited... but I am learning. I haven't seen many examples of the FilterItemContents in other plugins and most of those deal with $content = preg_replace, which I am not using in this case.
or am I wrong about the FilterItemContents hook, and do I need to do something else?
any help? thanx
b2evolution 2.4.0-rc2
I think I may have solved my own problem. I set the priority to 100. Even with the Auto P and Texturize enabled, my new plugin functioned properly! YIPEE
Do i still need to FilterItemContent?