Hi, I want to write a transformer plugin that will add some template strings to header.tmpl. The key parts of my code is (I have simplified the logic to debug)...
Hi all!, I'm a plugin developer (AutoSave, NoHarvester, NewEntryTemplate) and just found out about mt-dev (!). I thought I'd ask a question that I posted...
I thought I had posted something, but maybe I hadn't - I'll go back and check. The easiest way I've found to do this is with a Transformer callback. It's...
I'm finally starting to get new versions of my plugins out. There is a lot or me to do, but releasing something (anything) was long overdue. First stop is...
Thanks for your reply Chad! Yes you had answered me on the forum [1], but I was looking for a way to do that with transformer, but using the new MT4 editor...
Hi Patrick - At least I'm remembering correctly. :) I wasn't able to get anything to work other than the Transformer callback. If you can make something work,...
Since MT seems to be having compatibility and portability issues with respect to its nascent Javascript code, I think it might be worthwhile for a few...
... This requires specific citations. Some "incompatibilities," for example are actually straight browser limitations, cf. for some Safari problems: ...
... Yeah, that was what I was thinking. -- ********************************************************* Reed A. Cartwright, PhD http://scit.us/ Postdoctoral...
... I agree for the reasons you state (plus documentation!) and have suggested as much on a few occasions, but I don't expect it to happen. I believe the...
... Is it possible to completely rebuild the admin interface from scratch and potentially decrease its reliance on the current JavaScript? If so, I'd be happy...
I think a fork would only be warranted if we/6a refused to integrate the change despite a huge advantage that change provides. IMHO. But yes, as someone else...
It should be noted that QCing for functionality (of which I think a good job has been done) is not the same as QCing for usability. The delay while codepress...
This my understanding of how transformers have always worked. I think I figured this out the hard way a long time ago -- so much to know so little time. Sorry....
After a cursory look, I think this is the explanation... AppTemplateSource is called in load_tmpl - in other words, whenever templates are loaded. Meanwhile,...
What Chad said. When you specify an AppTemplateSource callback, you're actually specifying a "filter" attribute on the HTML::Template object for the template...
Thanks Dan, Chad, Tim and Jay. This explains it clearly. I have now worked around this by not using an intermediate html-template variable at all, but rather...
I apologize for reviving this old thread, but this issue has just affected my Fast Search plugin. I should have realized that it would sooner, but I didn't. ...
I don't have anything helpful other then that I didn't find Brad's suggestion an acceptable alternative. As I think you (Mark) noted, Multiblog really should...
On Oct 4, 2007, at 9:54 AM, Mark Carey wrote: ... See the difference? Hint: the middle line is the problem (and it's not "block" versus "function"). -Brad...
... D'oh! That is an artifact of one several variations I tried. Somehow, in all the variations I tried, I managed to *not* try the the method shown in the...
... I believe Brad was following along with the example I posted that had a mt:tags handler called "hosed." It ignored its contents a printed some pithy...
Hi, I am learning to write Custom Rebuild options. I have added a RebuildOptions callback in my plugin like so: MT->add_callback( 'RebuildOptions', 10,...
I don't know the answer to Gurunandan's question, but I too am interested in the answer. It would also be great is there were a developer doc focused on the...
I admit to being very critical and not at all fond of the plugin settings interfaces to the extent I don't use them and rolled my own. Seems I have one more...
Agreed. Tim, your message gave me a bit of a deja vu, so I did a search. Sure enough you noted (what seems like) the exact same thing exactly two months ago: ...