I was wondering if there was a way to append a text filter to whichever ones are selected. I know MT::Entry::text_filters returns an array of filters, but if i...
You can add a text formatting engine. In fact there is a plugin API explicitly for this purpose. Look in the MT module. For more info, there is a section of...
Good day. For various reasons, I'd like to move my MT commenting over to phpBB commenting. The easiest way to do this (ignoring past-comment-conversion) seems...
I'm not at all familar with the internals of phpBB. Please take that into consideration for the rest of my reply. I'm also a fan of pure and simple code and...
Oh, good, I was hoping for a reply from you <g>. ... Ignoring everything else you've said, I've been investigating it off and on all morning. Here's what I...
... This is the best option that you proposed but I would suggest, rather then using DBI/SQL that you consider creating a simple RESTful web service. (In fact...
... I'm confused - how would a callback remove the need to [find out the phpBB ID and include it in the MT templates]? Either way, the templates would have to...
... Continuing on in that vein, I can't imagine that a centralized system is the right way to attack this problem: it just means a single point of failure in...
... Sorry I'm the one who is confused. I misunderstood what you meant. How would your plugin data code execute? Each time the ID is requested from a template? ...
... Well, the plugin code would have to execute at least once to create the thread in the phpBB forums. Then, because I want a link directly to the created...
... When the callback plugins are available you split your code that the threading opening routine would only run once and only once (more or less) rather then...
... Now in english. (I hate writing in a browser window.) When the call back plugins are avilable, you COULD split your code that the THREAD opening routine...
... My apologies for confusing possibilities: * a per-blog-registration-system would be a built-in, requiring no more effort to end-users than normal. that's...
... Gotcha. I was gonna if/else the badboy: [plugin begins] Plugin checks for MT ID in PluginData. If Plugin finds MT ID in PluginData, return phpBB ID Else If...
This works. The callback would avoid the need for the if-then during each page rebuild. Your template plugin would just do the lookup and return the value. To...
Hello there, I have a problem with MTCommentOrderNumber when I want to sort comments descending. It always generate numbers starting from 1. But when comments...
I need to answer a stupid question. Is this group about medical transcription? The things I've seen posted haven't shown much in that line and I'm beginning...
I believe I replied to you when you asked this previously, that no, this is not a medical transcription group. So, yes, you should unsubscribe. ;-) _____ From:...
Hi Developers, I'm wondering if anyone out there is using the 'entries' value in the stash directly. Specifically, whether anyone is expecting to find a list...
... I definitely do set $ctx->{__stash}{'entries'} directly in a couple of plugins. I do this for container tags that create a selection of entries, so that...
Has the API calls for MT 3 been released in open? In particular I am interested in adding a different comment "registration" mechanism in place of Type Key,...
Yes, I use entries directly in a few plugins. But if I can get my hands on a beta (I've filled out the form) I'll upgrade our plugins first. Thanks for asking...
... Hash: SHA1 Hi Ezra, ~ I also set its value directly, but have no problem updating my code to adapt to the new APIs. We can preserve backwards compatibility...
Victor Jalencas
victor@...
Apr 23, 2004 10:43 am
346
Plugin developers: If you want to get a beta copy of MT 3.0, just fill out the beta tester survey at <http://movabletype.org/mt_30_beta_survey.shtml> We're...
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...