Developers: As part of the Movable Type 3.0 launch, we're initiating an effort to better support plugin developers and provide better user experience with...
I want to write a modification to a Perl object method in the MT::App package. My method in its own sub package will execute first, then call SUPER:: to...
Kevin Shay just gave an answer to a similar question on the MT support board here: http://www.movabletype.org/support/index.php?act=ST&f=20&t=40374 (scroll...
... Tim, I'm actually not sure that's what tsbalaban is trying to do, based on this post: http://www.movabletype.org/support/index.php?act=ST&f=20&t=39880 ...
Hi all, As *promised*, here's an explanation of the non-backward-compatible change that we're making to the 'entries' element in the template context stash....
I could just do this and take your word for it that its better, but then I wouldn't be me. I mostly follow this and it sounds fine. Besides delaying execution...
I just saw beta3 was released so grabbed it and reviewed the code to MT::Promise. Let's see if I can answer my own questions. ... Depends on the scope of the...
Hello, First time poster, been reading for about 5 months. I have been doing some plugin development and I am not sure if this is a documented error, or a...
Are you trying to use MTElse in your conditional and that is failing or are you calling your conditional tag with the same terms multiple times and getting...
No I do not use MTElse. It is basically like <MTMyCondition arg1="foo" arg2="foo"> <!-- some stuff --> </MTMyCondition> <!-- more stuff --> <MTMyCondition...
... Quite well! Let me just add a few things. ... The promise itself isn't really scoped. You can think of it just like an array reference, with the proviso...
... Tim, MT::Promise is available for your use however you want to use it. However, the real issue here is that we need calling conventions between Movable...
... Hash: SHA1 Hi all, I'd like to know which is the best wat to generate cross-linked, html docs from the pod docs embedded in the MT libraries. I've tried ...
Victor Jalencas
victor@...
May 6, 2004 3:03 pm
361
There's already a set of HTML files for those: http://www.movabletype.org/docs/mtapi_index.html Not crosslinked, but there they are. -Brad ... -- ...
... Hash: SHA1 Those are for version 2.x, aren't they? I wanted the same result but for version 3 Victor ... Version: GnuPG v1.2.3 (MingW32) ...
Victor Jalencas
victor@...
May 6, 2004 4:35 pm
363
The plugin I'm working on has two parts - a cgi script for the config page and a proper perl script as the workhorse. What I'd like to do is find the proper...
Hi All, I'm trying to access a category label either directly before or directly after a new entry save. I've read the docs and this is how I'm trying it...
At least in MT2, I havn't played with MT3 yet. $entry->category is the object. so you don't need to load it. so $catObj = $entry->category. Gavin ... * -- ...
Adam & Galvin: Thanks for the quick response guys! Adam: what I think I hear you saying is that I should probably be using post_save if I want to access...
I'm nearing completion of mt-feeds 2.0 (formerly mt-rssfeed) and I'm recruiting some testers. If you're interested please contact me off-line. For more on the...
This is an excellent question. My instincts tells me that SixApart would probably prefer that you use their look and feel since they put a great deal of effort...
Its hard to say without seeing your code. If you could post it (or the most relevant parts) that would help. Are you positive that you assigning a primary...
... I thought I saw this discussed somewhere, but now I don't see where. Anyway, it looks to me like the answer is that you can't see categories by hooking any...
... As a tag, sure, but not as a callback for entry post_save. There, you're getting called: ## Get rid of category_id param, because we don't want to just set...
Hi folks, In order to make Movable Type 3.0 more backward compatible than it was slated to be (as of my last missive to mt-dev), we're making another change to...
Good piece of dectective work Phil. I overlooked that the new entry save would fire off a MT::Placement record save event. Couple of things about your code....