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 618 - 652 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
618
Were you able to resolve that blacklist error? I updated MT.pm at line 289 and now have the same exact error. Thanks, -- -b- <http://texturadesign.com>...
Byron
byron@...
Send Email
Oct 3, 2004
4:23 am
619
I tried to write a text filter plugin that would process MT tags. I personally would like to take advantage of <$MTBlogUrl$> in text entries. How can I get...
Alex Yu
alex@...
Send Email
Oct 10, 2004
2:36 am
620
... personally would like to take advantage of <$MTBlogUrl$> in text entries. How can I get system wide $ctx into a text filter plugin? This is what I have so...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Oct 10, 2004
4:03 am
621
... Yes, but I thought it will be better to do it as a text filter plugin so you don't have to modify templates. Perhaps it is not possible after all. Thanks,...
Alex Yu
alex@...
Send Email
Oct 10, 2004
4:49 am
625
Can anyone confirm this? In MT 3.11, $entry['entry_modified_on'] is returning a different format than $entry['entry_created_on']. // php return...
Alex Yu
alex@...
Send Email
Oct 10, 2004
10:13 pm
626
Well, that's how MySQL is returning it. No manipulation is done to the data returned by MySQL. One field is a datetime type, the other is a timestamp. Don't...
Brad Choate
bschoate
Offline Send Email
Oct 10, 2004
10:52 pm
627
... Brad, are you sure this is true? I see this line in fetch_entries() in mtdb_base.php: $entries[$key]['entry_created_on'] = preg_replace('/[^0-9]/', '', ...
Kevin Shay
kevin_shay
Offline Send Email
Oct 11, 2004
3:16 pm
628
I think Kevin is right. I looked on the database server and they are both stored in the same string format. (This is a new installation of MT 3.11.) ...
Alex Yu
alex@...
Send Email
Oct 11, 2004
3:49 pm
629
... Hmm. Well, I guess it is after all. I thought that was only happening in the date formatting routine. ... Alex-- can you show us how you're getting the...
Brad Choate
bschoate
Offline Send Email
Oct 11, 2004
4:04 pm
630
... I was using $entry = $ctx->stash('entry'); Alex...
Alex Yu
alex@...
Send Email
Oct 11, 2004
4:09 pm
631
... The problem with having it in a text filter is that you can't chain filters together. You'd be unable to use Process Tags and any other filter. -- ...
Adam Kalsey
akalsey
Offline Send Email
Oct 11, 2004
4:09 pm
632
If I use this code: @blog_entries = MT::Entry->load ({ blog_id => $blog, created_on => [ '20041011000000', '20041011235959' ], status => MT::Entry::RELEASE()...
Chad Everett
jayseae
Offline Send Email
Oct 11, 2004
5:06 pm
633
Let me take this one step further. If I have three entries: Entry 1, ts 20041011000001 Entry 2, ts 20041011235959 Entry 3, ts 20041012072443 And I run the...
Chad Everett
jayseae
Offline Send Email
Oct 11, 2004
5:18 pm
634
No, that particular load operation is not inclusive. With MT 3.1, a new option was added, 'range_incl' which lets you do an inclusive range: @blog_entries =...
Brad Choate
bschoate
Offline Send Email
Oct 11, 2004
5:22 pm
635
I've tried switching between range and range_incl, and they seem to have the same result (that is, not inclusive). 000000 and 235959 are left out in both....
Chad Everett
jayseae
Offline Send Email
Oct 11, 2004
5:44 pm
636
Also, 000001 and 235958 seem to work fine in either case. ... From: Chad Everett [mailto:yahoo@...] Sent: Monday, October 11, 2004 1:44 PM To:...
Chad Everett
jayseae
Offline Send Email
Oct 11, 2004
5:46 pm
638
And just today I was telling a friend there there were no sweet bi 18 year olds interested in weblog development. John Wehr Editor, RFID News -...
John Wehr
wehriam
Offline Send Email
Oct 12, 2004
11:05 pm
639
HA!! Best laugh I've had all day. :) ... From: John Wehr [mailto:johnwehr@...] Sent: Tuesday, October 12, 2004 6:05 PM To: mt-dev@yahoogroups.com ...
girlie
girliematters
Offline Send Email
Oct 12, 2004
11:42 pm
640
I succesfully modified notifylist.pm to output an nice html page by placing a html code block here Subject => "Please verify your email to subscribe"}, $body);...
Byron
byron@...
Send Email
Oct 13, 2004
7:20 pm
641
... Try this: return <<"HTML" if !$notification; some code here The address $email was not subscribed more code here HTML $notification->remove(); return...
Kevin Shay
kevin_shay
Offline Send Email
Oct 13, 2004
7:36 pm
642
Something like this ought to work (not tested). Add these subroutines... sub confirmation_no { return <<HTML big html code block - not subscribed HTML } sub...
Chad Everett
jayseae
Offline Send Email
Oct 13, 2004
7:36 pm
643
That worked. Totally cool. Thanks. Another question, what about the Die error statements? Can I put a giganto html block in there as well? die "The address you...
Byron
byron@...
Send Email
Oct 14, 2004
2:31 pm
644
... I have been trying to make a PHP port of this plugin, but I can't locate the function that executes Smarty. This is as far as I can get. function...
Alex Yu
alex@...
Send Email
Oct 15, 2004
2:36 am
645
Hi Alex, I would recommend taking a look at the php/lib/function.MTInclude.php script, which takes a string (pulled either from a file or template module),...
Brad Choate
bschoate
Offline Send Email
Oct 15, 2004
3:11 am
647
Since the spam has been starting to escalate a bit lately I've switched the membership from "open" to "restricted." This just must means that I must approve...
Timothy Appnel
tappnel
Offline Send Email
Oct 16, 2004
4:49 pm
648
I started this list a couple of years ago because there was no other place for developers to commune and talk shop. I think it has been helpful and served its...
Timothy Appnel
tappnel
Offline Send Email
Oct 19, 2004
5:56 am
649
I posted this to the ProNet list yesterday and didn't get much of a response. Perhaps I picked the wrong audience. ;) ... I wanted to solicit some thoughts and...
Timothy Appnel
tappnel
Offline Send Email
Oct 19, 2004
1:20 pm
650
Hello. I run MT locally on OS X and demo'd it at Digital Design World earlier this year. The demo was to show the new features in 3.0. It was effective to show...
Byron
byron@...
Send Email
Oct 19, 2004
2:51 pm
651
Hey all, I just wanted to let you all know that I'm soliciting a lot of feedback as to how we can make it easier to create plugins by making a style guide or a...
Anil Dash
AnilDash
Offline Send Email
Nov 5, 2004
4:00 pm
652
I've uploaded Beta 2 of MT-Feeds. It can be found here: http://www.timaoutloud.org/code/mt/MT-Feeds2.0b2.tar.gz ...
Timothy Appnel
tappnel
Offline Send Email
Nov 8, 2004
6:14 pm
Messages 618 - 652 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