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.

Messages

  Messages Help
Advanced
Messages 976 - 1005 of 2069   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
976
I was trying to figure out how to programmatically disable a plugin and was reviewing the plugin_control method in MT::App::CMS. Where $cfg is the...
Timothy Appnel
tappnel
Offline Send Email
Sep 7, 2006
6:09 pm
977
... I *think* this is backwards. I believe that the "off" (disabled) state equates to a value of 0, or: $cfg->PluginSwitch('feeds/mt-feeds.pl=0', 1); While an...
jayseae
Offline Send Email
Sep 7, 2006
6:37 pm
978
The PluginSwitch config element is a hash type. So you set it like this: $cfg->PluginSwitch("Key=Value"); The third parameter is used to persist the value into...
Brad Choate
bschoate
Offline Send Email
Sep 7, 2006
6:44 pm
979
... Yes, that's what I meant. I'm so confused I inverted my own words. <tim/> -- Timothy Appnel Appnel Solutions http://appnel.com/...
Timothy Appnel
tappnel
Offline Send Email
Sep 7, 2006
6:48 pm
980
... Thanks for explaining that. Seems like rather then wedging hash data into the existing interface some addition methods or better a separate object like...
Timothy Appnel
tappnel
Offline Send Email
Sep 7, 2006
7:47 pm
981
I suppose this question is for Brad, but asked in the open so we all can benefit. In the dispatch script you posted on your personal weblog some time back you...
Timothy Appnel
tappnel
Offline Send Email
Sep 8, 2006
2:57 am
982
The Bootstrap module in wheeljack is provided for those that want to run individual FastCGI processes for each script. This makes it trivial to turn a MT CGI...
Brad Choate
bschoate
Offline Send Email
Sep 8, 2006
4:11 am
983
Great. Thanks for clarifying. There are no plans to ship a dispatch script at this point? <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Sep 8, 2006
6:10 pm
984
This was reported to Six Apart as case 38200. Placing a MT_TRANS tag with a blank phase argument in a plugin settings template will cause MT...
Timothy Appnel
tappnel
Offline Send Email
Sep 10, 2006
6:57 pm
985
Yep, that's a known issue and will be fixed. David Jacobs ran into that one too. Sorry! -Brad...
Brad Choate
bschoate
Offline Send Email
Sep 10, 2006
7:25 pm
986
Oh - This is MT 3.31, so ContextHandlers.pm, line 1335 is: my $iter = MT::Entry->load_iter(\%terms, \%args); %terms contains: $terms{'status'} = 2; ...
Chad Everett
jayseae
Offline Send Email
Sep 13, 2006
2:01 pm
987
Anyone seen this message before? Some detail... - There is more to the message: ...at lib/MT/ObjectDriver/DBI.pm line 52. at ...
Chad Everett
jayseae
Offline Send Email
Sep 13, 2006
3:37 pm
988
Hi everybody :) I posted this on the ProNet list but <tim/> recommended I post it here as well. I am new to the plugin game and have started with something...
otherniceman
Offline Send Email
Sep 24, 2006
7:27 pm
989
Posting some portion of your code would be helpful to making any type of assessment. I'm not sure what part though without knowing how you are implementing...
Timothy Appnel
tappnel
Offline Send Email
Sep 24, 2006
11:21 pm
990
I'm just realizing that I never saw these messages. I guess my spam filter got them for some reason. Did you figure out what was wrong here? I've never seen...
Timothy Appnel
tappnel
Offline Send Email
Sep 25, 2006
12:56 am
991
... type ... Here is the code, it is ugly at the moment but works as mentioned. I am not overloading save_config as I had been trying to find out what I needed...
otherniceman
Offline Send Email
Sep 25, 2006
5:49 am
992
... Yes. You need to run your code through perltidy! ;) I don't see anything terribly wrong here. Perhaps there is something with the form in config.tmpl....
Timothy Appnel
tappnel
Offline Send Email
Sep 25, 2006
12:53 pm
993
To the good people of Six Apart: Would it be possible to install this script for following the activity of the code.sixpart.com repository? ...
Timothy Appnel
tappnel
Offline Send Email
Sep 25, 2006
3:06 pm
994
Though it at first turned out to look as if it was related to the custom plugin (disabling it made things work, so it seemed a logical conclusion at the time),...
Chad Everett
jayseae
Offline Send Email
Sep 25, 2006
3:36 pm
995
Your plugin is in $plugin - so to get the config value, you can use $plugin->get_config_value - which I mention, since you are doing it. To set a config value...
Chad Everett
jayseae
Offline Send Email
Sep 25, 2006
6:10 pm
996
... mentioned. ... here is the config.tmpl <div class="setting"> <div class="label"> <label for="urchin_account"><MT_TRANS phrase="Google Analytics...
otherniceman
Offline Send Email
Sep 25, 2006
6:18 pm
997
What you say is all true Chad, but MT calls a save_config method when a user clicks the "save changes" button on a settings screen. MT::Plugin provides a...
Timothy Appnel
tappnel
Offline Send Email
Sep 25, 2006
6:25 pm
998
hum. The only thing I get from looking into this is a reminder of why I dislike MT::Plugin so much and wrote my own system. I think you'll need to put in a...
Timothy Appnel
tappnel
Offline Send Email
Sep 25, 2006
6:44 pm
999
... why ... Well the good news is that I haven't made a simple mistake :) I changed the template to use get rather than post for plugin updates so that I can...
otherniceman
Offline Send Email
Sep 25, 2006
8:11 pm
1000
I've been copying this from one plugin to another for a really (really) long time, and must admit to never having really looked into it much since it was ...
Chad Everett
jayseae
Offline Send Email
Sep 25, 2006
9:03 pm
1001
... why ... Hurray, Solved at last in one of those stare at the screen until you go cross eyed, never going to do that again moments. You were right, it was in...
otherniceman
Offline Send Email
Sep 25, 2006
9:59 pm
1002
My fault - I was wading through a ton of email and didn't make it to the fact that he was working in the settings screen. :) Back to square one in this...
Chad Everett
jayseae
Offline Send Email
Sep 25, 2006
10:20 pm
1003
Hi, I am a new member of this mailing list. I am not an MT or plugin developer. My interest is in internationalization and localization primarily. My blog has...
zajmal
Offline Send Email
Sep 27, 2006
3:35 pm
1004
Just a quick note to let everyone here know that I've posted Feeds.App BETA 2 for download. http://code.appnel.com/feeds-app This version fixes most of the...
Timothy Appnel
tappnel
Offline Send Email
Oct 2, 2006
5:30 pm
1005
Hi All! I have 2 questions which I posted on the MT community forums and was informed I might have more luck posting here. 1. In a add_container_tag defined...
Andrew G. Cowan
icculus0307
Offline Send Email
Oct 12, 2006
5:27 pm
Messages 976 - 1005 of 2069   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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