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 224 - 253 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
224
... This is a great idea. I hadn't really thought of it, although way back when, this is how I got MT-search to work without hacking MT. I think you are...
Jay Allen
fooljay
Offline Send Email
Oct 4, 2003
7:08 pm
225
... So, I am well along in the plugin development. So far (with your help Kevin), my plugin blocks posting of comments AND trackbacks containing items on the...
Jay Allen
fooljay
Offline Send Email
Oct 6, 2003
1:44 pm
226
... Hash: SHA1 Jay, ... Heh. :) A bit of background: All of the database-backed objects (MT::Comments, MT::TBPing, etc) inherit from MT::Object. An MT::Object...
Benjamin Trott
btrott
Offline Send Email
Oct 7, 2003
5:19 am
227
Thanks Ben, It helped very much. It WOULD have helped more had I read BEFORE I successfully identified and overrode load and load_iter under the right context...
Jay Allen
fooljay
Offline Send Email
Oct 7, 2003
10:16 am
228
... traces ... I just realized that if I back them out and go for the easier route, people who use Adam Kalsey's SimpleComments plugin (like me!) will be left...
Jay Allen
fooljay
Offline Send Email
Oct 7, 2003
10:27 am
229
Jay, one small thing that you may have already taken care of in MT-Blacklist: Perl throws a warning when you redefine a subroutine. MT itself won't display...
Kevin Shay
kevin_shay
Offline Send Email
Oct 7, 2003
8:50 pm
230
... Thanks Kevin. You saved me from looking into that. Luckily, this first version plugin doesn't throw the warning because it is far less ambitious than the...
Jay Allen
fooljay
Offline Send Email
Oct 8, 2003
12:18 am
231
I have been working on a project dealing with MT, and I have been trying to create templates that serve the same function as the MT templates in the tmp...
bls1531
Offline Send Email
Oct 8, 2003
8:10 pm
232
... It's a per-user setting. Users can edit their profile within MT and choose a language. ................................... Adam Kalsey adam@... tel....
Adam Kalsey
akalsey
Online Now Send Email
Oct 8, 2003
8:47 pm
233
Could some kind soul point me to the package/subroutine I need to override to gain control of the posting of incoming Trackbacks? By every single available...
Jay Allen
fooljay
Offline Send Email
Oct 10, 2003
3:30 pm
234
... I wonder if the problem is with the way the ping() subroutine is called. From Trackback.pm: sub init { my $app = shift; $app->SUPER::init(@_) or return; ...
Kevin Shay
kevin_shay
Offline Send Email
Oct 10, 2003
3:46 pm
235
... Actually, it looks like it's storing it in $app->{'vtbl'}, not %Global_actions. And also, now that I think about it, that might not work, because it looks...
Kevin Shay
kevin_shay
Offline Send Email
Oct 10, 2003
4:42 pm
236
... Hash: SHA1 Hi, ... That's weird. But it does work to overload MT::App::Comments::post()? They're called in the same way... ... That would work, yeah. But I...
Benjamin Trott
btrott
Offline Send Email
Oct 10, 2003
6:10 pm
237
... I can manage to get this to STDERR (the error log): Subroutine ping redefined at /home/j/other_sites/plugindev/mt/plugins/Blacklist.pl line 43. So yes, it...
Jay Allen
fooljay
Offline Send Email
Oct 10, 2003
10:52 pm
238
... I finally got it working... I am overriding MT::Trackback::pre_run, as you suggested Kevin. Works beautifully: *MT::App::Trackback::pre_run =...
Jay Allen
fooljay
Offline Send Email
Oct 12, 2003
11:30 am
239
Hey all, I am trying to iteratively load all comments on only entries that a user has permission to edit. Preferably, I would like to do it in the most...
Jay Allen
fooljay
Offline Send Email
Oct 19, 2003
9:53 am
240
Have not tried this and sadly don't have time to dig deeper into it. The "join" from comments to permissions seems rather indirect. Have you tried loading the...
tappnel
Offline Send Email
Oct 21, 2003
4:49 pm
241
In _hdlr_google_search I added another parameter for the google API by adding this chunk of code in the query string builder. } elsif...
pdx_davidj
Offline Send Email
Oct 21, 2003
6:06 pm
242
Greetings; I had posted a question before and I thank you guys for the help. But now I have a new one for you. I have recently created my own language pack...
bls1531
Offline Send Email
Oct 23, 2003
6:37 pm
243
I've put together a basic module that will store subscription information and blog-wide opt-out information to facilitate subscribing to posts (and blocking...
jayseae
Offline Send Email
Nov 17, 2003
11:01 pm
244
I have written a script that does this, and I will try releasing it for beta testing maybe tomorrow when I finish tracking down a couple of warnings. What I...
Oscar F Hills, MD
geekbus
Offline Send Email
Nov 17, 2003
11:21 pm
245
I used some bits from the MT Api which creates a MT blog entry, assigns it to a category, and then publishes the whole mess. That much works. However, when I...
Michael Slater
torugart
Offline Send Email
Nov 18, 2003
4:54 pm
246
Pinging is a seperate function from rebuild. The functionality to do TrackBack and XML-RPC pinging is in the MT.pm module. Pings being reported as failed...
tappnel
Offline Send Email
Nov 18, 2003
5:13 pm
247
... MT doesn't send category TrackBack pings when an entry is published through the API. Six Apart is aware of the bug. Update pings (like weblogs.com) are...
Adam Kalsey
akalsey
Online Now Send Email
Nov 18, 2003
6:15 pm
248
oh I see. So if I want to send a ping out with each item I create, what is the correct way to do it through the API only? Instantiate a Trackback object, and...
torugart
Offline Send Email
Nov 19, 2003
3:09 pm
249
I'm curious if anyone on this list has experience or interest in integrating a product database with M-T for the purpose of affiliate marketing? In fact, I'm ...
Jon Leland
jonleland
Offline Send Email
Nov 21, 2003
5:58 am
250
Using the MT api, I create a blog entry. Now I want the blog entry to send a ping to another website (Geourl.com). I'm a bit confused how to use the API to...
torugart
Offline Send Email
Nov 24, 2003
4:23 pm
251
Hi there, As part of the K-Collector Client for MovableType we need to modify the entry editing template inserting code to invoke our topic manager. We do...
Matt Mower
mowerm
Offline Send Email
Nov 29, 2003
8:26 pm
252
... A byproduct of the way that MT loads plugins is that you can override any built-in MT function with an identically named function in a plugin. So you could...
Adam Kalsey
akalsey
Online Now Send Email
Nov 29, 2003
9:15 pm
253
So I was writing some crude scripts that converted GPS waypoints into MoveableType blog entries, using the MT API. One of the steps is to ping geourl with the...
torugart
Offline Send Email
Dec 1, 2003
2:24 pm
Messages 224 - 253 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