Jump to content


Issue Information

  • #000592

  • 0 - None Assigned

  • Declined

  • 1.4.1

  • -



Photo

support setPostContentPreFormatted?

Posted by 14 May 2012 - 05:20 AM

I am fully aware it is an optional method on the forums post class.
The editor composite class causes failure in RSS imports for no real reason.... other applications i am sneaking it by with the bbcode text class handling alone.
without support for this method in your post class, I either have to not support those feeds in this application alone, or manually insert.
it would be useful and appreciated to have a clean bypass with no parsing occurring for this reason, at this time, i am opting to not go through the bother of rewriting everything to manually insert into your application. Thank you for your consideration and time, and this otherwise flawless post class. :)

changed status to: Awaiting Feedback

I don't understand, what is needed and why is it needed for this app?

basically, feeds like http://blogs.msdn.co...?Type=BlogsOnly fail for bbcode violations.... but they are imports specced by admin.
the editor composite class causes the import to fail completely.
ergo, putting that specific feed into my app to import into tutorials does not work.
Content i manually insert.
topics i do:
$this->post->setPostContentPreFormatted($post_content);
if I do that with Tutorials, it still fails with said feed.... as if its still running the editor composite class on it.

OFC i abuse the bbcode text class upon it... so is same effect, it is literally the editor composite class doing any process or switchContent that rips it to shreds.
I would muchly prefer to avoid manual inserts here to sidestep that, is your call... im not certain WHY it does not work as a note, as looking i can see what should be setup.... but the same exact feed imports into the other 2 applications  from my app, when it does not hit that editor composite class.... I use it and it fails as it is here, same for the normal option for setPostContent, hence the need.

found it.>.<
suppose i need to handle it by spitting in a truncated content.
the option to force a description on the category was causing the failures.... had to dig for a bit to sort out it was that.

changed status to: Declined





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users