This plugin appears to only work for comments added to already existing discussions and not for the content of the actual initial discussion. Has anyone else noticed this?
Not on the Magic Plugin but I have experienced the same behaviour using the Spoiler Plugin. The funny thing is it works AOK on my local install but not on my remote one. I'm thinking there's some conflict between plugins somewhere but I simply can't find it.
I'm having this problem with content that was imported into Vanilla 2.0.6 from Vanilla 1.1.1. Magic works great for new content. I'm looking into this too.
I had the opposite situation on my forum, (take this example: doctorsinfuga.it/forum/discussion/27/video-procedure#Item_3 )
the videos in the first post where showin fine and in the other posts they where showed smaller and with this string beside: type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"
width="425" height="344">
I've followed the instrucion above and now all videos in all posts are giving me this message...
Comments
Let us know the word on this.
http://vanillaforums.org/discussion/12204/magic-plugin-update/p1
$Sender->EventArguments['Discussion']->Body = $this->MakeView($Sender->EventArguments['Discussion']->Body);
After:
$Sender->EventArguments['Comment']->Body = $this->MakeView($Sender->EventArguments['Comment']->Body);
On line: 90
Please help.
Thank you.
I had the opposite situation on my forum, (take this example: doctorsinfuga.it/forum/discussion/27/video-procedure#Item_3 ) the videos in the first post where showin fine and in the other posts they where showed smaller and with this string beside: type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344">
I've followed the instrucion above and now all videos in all posts are giving me this message...