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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 219 - 248 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
219
Hi everyone, I am wrapping up into a plugin the code I published to fight comment spam using a template-module based blacklist detailed here: ...
Jay Allen
fooljay
Offline Send Email
Sep 29, 2003
12:21 am
220
... MTEntries ... There isn't a direct way -- that wouldn't be easy to implement. However I think you can achieve such an effect. Without knowing the internals...
tappnel
Offline Send Email
Sep 29, 2003
2:40 pm
221
... Even if you do this, the real problem is that a global attribute is applied only after the container tag has been built. In this case, the entire block of...
Kevin Shay
kevin_shay
Offline Send Email
Sep 29, 2003
3:22 pm
222
... Good point, Tim. ... That is precisely what I decided to do. The file can be controlled via a module if the user would like that and a file has other nice...
Jay Allen
fooljay
Offline Send Email
Sep 30, 2003
2:13 pm
223
Jay, I can reply to a couple of your specific points separately, but first I'd like to suggest a completely different approach. There's a way a plugin might be...
Kevin Shay
kevin_shay
Offline Send Email
Sep 30, 2003
3:27 pm
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
Messages 219 - 248 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