Not avaiable out of the box, but you can use something like https://github.com/julianlam/nodebb-plugin-archiver or modify it to delete the topics instead of locking.
Video embeds show raw html source in post
-
I installed the video plugins:
nodebb-plugin-embed-videos
nodebb-plugin-videoplayerThe video embeds into the post editor but is not displayed in the actual post (see attached). Anyone know if I have missed a setting somewhere or if these plugins are not reliable / incompatible?
NodeBB version is 0.8.2. Plugins are the latest available via the admin screen.
NodeBB version is 0.8.2
I also have nodebb-plugin-composer-redactor installed. Screenshot follows: -
Does it work better with the regular composer?
-
@julian thanks. I realised there is an option in the Markdown plugin settings to sanitize html . I've unset that and the video preview appears now.
I'll need to let the client know of the risks involved in letting people post markup.
-
@codecowboy Redactor comes with it's own html sanitiser, so it is not as dangerous.
If you find any holes, let @drew know!