Example entry in my style
same entry in ?format=light
I've checked through the bugs and known issues here, but couldn't see anything about it. I assume it's something left over from the vox codes that is hiding the video, does anyone know what I need to amend to get them to show?
ETA: Apparently it was my own fault. Thanks to
Comments
Something like this:
if ($e.text_must_print_trusted) {
$e->print_text();
} else {
#whatever you are doing with $e.text here
}
I'd amended that part because I used this tutorial for adding smilies and couldn't get it to compile using the $e->print_text. I'll just have to remember not to have smilies and videos in the same post.
Thanks again.