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 to share photos of your group with the world? 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 308 - 337 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
308
... Hash: SHA1 Hi Tim, ... Actually, limiting searches to a specific weblog may be a good thing in the end, as the current search engine's exposure of blog_id...
Benjamin Trott
btrott
Offline Send Email
Mar 2, 2004
2:11 am
309
Thanks for the feedback Ben. ... I tossed this very topic around in my head for a bit. I couldn't think of any use cases for multiple weblogs myself, but...
tappnel
Offline Send Email
Mar 2, 2004
3:14 pm
310
... Someone who is managing non-blog content in MT (in a separate "blog") may want their entire site to be searchable. Having multiple blogs available through...
Adam Kalsey
akalsey
Online Now Send Email
Mar 2, 2004
5:58 pm
311
I need to write a small tool to help in admin of the plugin I am writing for MT. Since MT has a consistent admin interface, I was hoping to incorporate my...
srijith_k
Offline Send Email
Mar 4, 2004
11:39 pm
312
I haven't seen any documentation for it, but I incorporated templates into two of my plugins so that their admin interface looks like MT. They are fairly...
Chad Everett
jayseae
Offline Send Email
Mar 4, 2004
11:49 pm
313
Thanks Chad. However one question. By doing this, do I still inherit the login and permission information of the admin interface? In my plugin's case, I want...
srijith_k
Offline Send Email
Mar 5, 2004
1:50 am
314
Along those same lines, is it possible to create a new action so that you don't have to use your own standalone CGI script? That is, can you create a template...
Rod & Barb Price
rodneydelmar...
Offline Send Email
Mar 5, 2004
6:03 am
315
... In plugins/jrandom.pl: MT::App::CMS->add_methods(shout => sub { return "WTF?"; }); mt.cgi?__mode=shout: WTF? Heh. That's a pretty slick way in. You'd still...
Phil Ringnalda
philringnalda
Offline Send Email
Mar 5, 2004
6:55 am
316
Welcome. In the init routine, there are some (seemingly) relevant settings that I use to require people to login (when needed). Specifically: ...
Chad Everett
jayseae
Offline Send Email
Mar 5, 2004
10:28 am
317
That indeed looks promising! Thanks again Chad! Rgds, Srijith...
srijith_k
Offline Send Email
Mar 5, 2004
10:41 am
318
This sounds ideal! It's not working for me, however. Here's what I did: (1) Made a file clone.pl and put it in plugins/ -- package MT::Plugin::Clone; use...
rod@...
rodneydelmar...
Offline Send Email
Mar 5, 2004
11:49 pm
319
... using the class method above? Your correct Rob, MT::App::CMS->add_methods() would not work. That method stores the key and sub routine references in a hash...
tappnel
Offline Send Email
Mar 6, 2004
12:48 am
320
Hi all, In MT3.0 we're planning to roll out some new features for letting plugin developers tie into the interface. We've got a new routine that allows you to...
Ezra Cooper
ezra6a
Offline Send Email
Mar 6, 2004
12:52 am
321
Hey all, I wrote a plugin to display kwiki nodes inline in a weblog entry. It required a bit of hackery so I'm not sure about releasing it publicly, but if...
Curt Siffert
siffert
Offline Send Email
Mar 6, 2004
12:05 pm
322
Hi, I figured out how to integrate my movable type kwiki plugin with my movable type revision plugin. Basically a way to feature and snapshot a series of wiki...
Curt Siffert
siffert
Offline Send Email
Mar 10, 2004
10:06 am
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
Messages 308 - 337 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