Yesterday after I made mention of having something running Tags.App ready for MT4 I tried a fresh install of it and had all types of problems. A full day of...
I could have sworn I emailed this list about this, but yes, this was a late change, and one that is necessary. Here's why. When a MT object package is loaded,...
Thanks or the feedback Brad. I don't recall seeing that message here, but perhaps I overlooked it. With your message I put in some debugging code to see when...
Brad: Is it just installing object properties that are being deferred? With that flag in place I'm getting all sorts of others new errors in my test scripts....
Has anyone had any luck with Transformer plugins in MT4? I've been able to get it to run, as in having code in the routine, but I haven't actually been able...
My Hot Date Transformer plugin works with MT4. I honestly don't know if it does everything the best way that MT4 allows, but it works. It modified edit_entry,...
I used the "old style" Transformer syntax and just could not get it to work. Switched over to the "registry style" (like you are using, but I had done it just...
I tried to believe in the promise of backwards compatibility with MT 3.3 as sold. I really did. I tried really really really hard, but I've just had it. I've...
I updated the MT4 developer docs with information about conditional template tags. I know Tim had raised a concern that conditional tags were more complicated...
This is great Byrne. Thanks! To summarize registering a block tag with a '?' suffix will cause the system to treat it as a conditional. Any true or false value...
Rayners: Did you ever get this one figured out? It would seem to me that MT might be keeping schema version and other info in two places causing some...
I am currently just ignoring what the docs said about schema_version in the registry and just defining it with the hash key in the new method call. ... -- ...
I've been banging my head against this problem for about an hour. I'm working at getting Better File Uploader to work with MT4. The trouble is that the plugin...
When the plugin runs $app->build_page('test.tmpl'), Movable Type has no way to know it should search any plugin /tmpl subdirectory or which one. Examining some...
Chad, thanks for your approach; it worked. Byrne's approach yields the same "loading template failed" error. Sorry Tweezerman, didn't try your approach. FWIW...
Based on Dan's comment about StyleCatcher, I looked at the StyleCatcher plugin and a couple of others more closely. The difference I saw between the testTmpl...
Have you ever had MT running locally? Do you have any sites, particularly those with CGI scripts, running locally? Jay Allen Application Architect, Textura...
... I got everything set up to run MT4 locally... except DBD::mysql. There I hit a brick wall, and haven't had time to bang my head against it further. Cheers,...