Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Shannon 148 posts 171 karma points
    Feb 28, 2011 @ 20:48
    Shannon
    0

    Inserting media in TinyMCE doesn't show video in nForum

    I added the media link in TinyMCE to allow users to insert videos in the forum but it doesn't appear in the thread. Anything I should change or mod?

  • Lee 1130 posts 3088 karma points
    Feb 28, 2011 @ 20:58
    Lee
    0

    It might be the AntiXSS safehtmlfragment stripping it out? Test that method directly... 

  • Shannon 148 posts 171 karma points
    Feb 28, 2011 @ 21:29
    Shannon
    0

    it looks like it is. Is there a way of removing that part of the safehtmlframent that deals with it?

  • Lee 1130 posts 3088 karma points
    Mar 01, 2011 @ 07:31
    Lee
    0

    Yep everything is called from one method in the helpers class... Can't remember off the top of my head, but you can easily change it.  Maybe replace <object> or <iframe> tags like [object] or [iframe] and then after the safehtml method has run change them back?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies