Search the web
Sign In
New User? Sign Up
mt-dev · Movable Type Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 323 - 352 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
323
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...
halkeye@...
gavin_mogan
Offline Send Email
Apr 6, 2004
6:11 pm
324
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...
tappnel
Offline Send Email
Apr 7, 2004
8:47 am
325
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...
Morbus Iff
morbus_iff
Offline Send Email
Apr 7, 2004
2:30 pm
326
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...
tappnel
Offline Send Email
Apr 7, 2004
8:33 pm
327
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...
Morbus Iff
morbus_iff
Offline Send Email
Apr 7, 2004
11:31 pm
328
... 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...
tappnel
Offline Send Email
Apr 9, 2004
12:34 am
329
... 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...
Morbus Iff
morbus_iff
Offline Send Email
Apr 9, 2004
2:59 am
330
... 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...
Morbus Iff
morbus_iff
Offline Send Email
Apr 9, 2004
3:11 am
331
... 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? ...
tappnel
Offline Send Email
Apr 9, 2004
6:30 am
332
... 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...
Morbus Iff
morbus_iff
Offline Send Email
Apr 9, 2004
11:27 am
333
... 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...
tappnel
Offline Send Email
Apr 9, 2004
4:17 pm
334
... 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...
tappnel
Offline Send Email
Apr 9, 2004
4:28 pm
335
... 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...
Morbus Iff
morbus_iff
Offline Send Email
Apr 9, 2004
4:29 pm
336
... 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...
Morbus Iff
morbus_iff
Offline Send Email
Apr 9, 2004
4:36 pm
337
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...
tappnel
Offline Send Email
Apr 12, 2004
3:37 pm
338
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...
The Nexus!
nexus_krj
Offline Send Email
Apr 12, 2004
6:50 pm
339
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...
Charli Hightower
charli7679
Offline Send Email
Apr 12, 2004
7:32 pm
340
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:...
girlie
girliematters
Offline Send Email
Apr 14, 2004
6:33 pm
341
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...
Ezra Cooper
ezra6a
Offline Send Email
Apr 22, 2004
5:24 pm
342
... 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...
Kevin Shay
kevin_shay
Offline Send Email
Apr 22, 2004
6:22 pm
343
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,...
srijith_k
Offline Send Email
Apr 22, 2004
10:43 pm
344
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...
David Jacobs
pdx_davidj
Offline Send Email
Apr 23, 2004
3:05 am
345
... 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@...
Send Email
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...
Ezra Cooper
ezra6a
Offline Send Email
Apr 27, 2004
10:56 pm
347
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...
Ezra Cooper
ezra6a
Offline Send Email
May 4, 2004
1:31 am
348
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...
tsbalaban
Offline Send Email
May 4, 2004
6:51 am
349
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...
Timothy Appnel
tappnel
Offline Send Email
May 4, 2004
1:01 pm
350
... 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 ...
Kevin Shay
kevin_shay
Offline Send Email
May 4, 2004
2:28 pm
351
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....
Ezra Cooper
ezra6a
Offline Send Email
May 4, 2004
9:19 pm
352
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...
Timothy Appnel
tappnel
Offline Send Email
May 5, 2004
1:23 am
Messages 323 - 352 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help