Hmm. I’ll try that with 1.0.4 and we’ll see

But when I was trying to patch 1.0.3 there were errors. So I’ve just copied whole files from your pre-patched MODx distro.
In 1.0.3 I’ve found that there is a problem with jQuery from ManagerManager. I’m talking about the sample FAQs custom TV. The colorbox declaration is injected by your custom code into the header. But ManagerManager inserts jQuery declaration inside body. So we got an error about undeclared jQuery, and we see popup.php content not in the colorbox, but inside the frame. That’s a small problem in your sample code, but it can be confusing.
I saw that you’re using upload form (uploadify?) inside a custom TV. What do you think, is that possible to make an uploadify TV for uploading many different documents (doc,pdf,...) for MODx document? Could you send your code from that upload form from your gallery TV for the community as an example?