We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14089
    • 56 Posts
    i am using newspublisher to allow for web users to create content. i am using tinymce as a rich text editor. when someone tries to embed media, it doesn’t get published. it gives no errors or anything. any ideas?
      for all things independent, check out http://www.indieophile.com
      • 14089
      • 56 Posts
      well, i figured it out for those who might be interested...

      in the newspublisher snippet, there is a variable called allowedTags:

      $allowedTags = '<p><br><a><i><em><b><strong><pre><table><th><td><tr><img><span><div><h1><h2><h3><h4><h5><font><ul><ol><li><dl><dt><dd><embed><param><object>';


      i just added the 3 tags that are at the end of it in the above code and it worked.
        for all things independent, check out http://www.indieophile.com