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 707 - 736 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
707
Hey there, I am working with my trackbacks, and I would like to change the URL used for the trackback. Instead of using the URL with the entry ID, I would...
Brad L. Shipston
bls1531
Offline Send Email
May 3, 2005
3:10 pm
708
Just a couple of quick announcements. I launched a reorganized code repository of my MT code here: http://code.appnel.com/. The current site is considered a...
Timothy Appnel
tappnel
Offline Send Email
Jun 1, 2005
10:40 pm
709
I am working on a project where I would like to hide content within an entry based on a condition. For example if a flag is set to true, I want to show a...
bls1531
Offline Send Email
Jun 9, 2005
5:17 pm
710
"Condition" is a bit vague. - You could use Arvind's MT-Protect plugin [1] to protect information. - You could use the Compare plugin [2] to display/hide data...
Chad Everett
jayseae
Offline Send Email
Jun 9, 2005
5:28 pm
711
... Absolutely. Rather then embed PHP I would suggest creating a conditional tag or two. That's what I do anyway. I released a package of tags called...
Timothy Appnel
tappnel
Offline Send Email
Jun 9, 2005
5:33 pm
712
I wrote a WordPress plugin which uses WordPress filters to append stuff automatically to the_content without the user having to edit their templates. Now I'm...
Marc Abramowitz
marcstanford
Offline Send Email
Sep 12, 2005
9:32 pm
713
I suspect your best bet in that instance would be to simply override the function in question. Then you can run it as normal, and when it's done, add your...
Chad Everett
jayseae
Offline Send Email
Sep 12, 2005
9:55 pm
714
Yep, that worked great: MT::Template::Context->add_tag(EntryBody => \&_hdlr_entry_body); sub _hdlr_entry_body { return...
Marc Abramowitz
marcstanford
Offline Send Email
Sep 13, 2005
1:14 am
715
... Almost. MT sadly doesn't stash the template or template name in the Context object. I've used the BuildFileFilter application callback to stash the ...
Timothy Appnel
tappnel
Offline Send Email
Sep 13, 2005
2:05 am
716
Thank you Tim for your incredibly detailed response! It's a shame that MT doesn't support this out of the box, as I don't think I want to subject my users to...
Marc Abramowitz
marcstanford
Offline Send Email
Sep 13, 2005
9:08 pm
717
... I wonder if you could override MT::Template::build() and use that to stick the template name into the context? Untested: my $mt_build =...
Kevin Shay
kevin_shay
Offline Send Email
Sep 13, 2005
9:42 pm
718
... I should clarify that the code I posted would (if it worked) stash the template object, not just the name. So in your tag handler you'd use my $tmpl =...
Kevin Shay
kevin_shay
Offline Send Email
Sep 13, 2005
10:07 pm
719
OK, I seem to have found a way to do it: # Override BuildFileFilter so that we can get the template filename and stash it for later # use in _hdlr_entry_body ...
Marc Abramowitz
marcstanford
Offline Send Email
Sep 14, 2005
1:10 am
720
Excellent point. I tend to shy away from playing with subroutine references, but this is a time were it could be warranted. <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Sep 14, 2005
2:48 pm
721
... Perhaps I slightly misunderstood what you were trying to do, but wouldn't code using the template_file stash potentially break if lets say the Main Index...
Timothy Appnel
tappnel
Offline Send Email
Sep 14, 2005
2:55 pm
722
... In my case, I'm just looking to do something special for feeds, so I just look for a name that ends with .rdf, .rss, .xml, or .atom. Maybe the nicest thing...
Marc Abramowitz
marcstanford
Offline Send Email
Sep 14, 2005
4:38 pm
723
... In that case the File param is all you need. ... Certainly to create a configuration and settings interface. That's a new addition to the API that I'm...
Timothy Appnel
tappnel
Offline Send Email
Sep 14, 2005
7:05 pm
724
I'm happy to announce the release of Tags.App version 1.1, a plugin for implementing a content folksonomy (tags) system in Movable Type. The basis of this...
Timothy Appnel
tappnel
Offline Send Email
Oct 14, 2005
3:12 pm
725
I'll try and be as brief as I can here. I've been thinking about the great conversation about text filters last month[1] and David Jacobs wished[2] for more...
Timothy Appnel
tappnel
Offline Send Email
Oct 16, 2005
2:39 pm
726
I'm game, having had the same thoughts about ProNet for a while. The main concern, I think, is to see how many such users are still subscribed to the mt-dev...
Chad Everett
jayseae
Offline Send Email
Oct 17, 2005
12:33 pm
727
Sounds like a great idea. I'm still subscribed. Anyone else? As far as restricting the membership, since mt-dev has been dormant for so long and is no longer...
Kevin Shay
kevin_shay
Offline Send Email
Oct 17, 2005
1:28 pm
728
Also, after receiving a copy of my own post from the list within 30 seconds of sending it, and not having to wait 40 minutes for it to come through, I remember...
Kevin Shay
kevin_shay
Offline Send Email
Oct 17, 2005
1:35 pm
729
Heh. I had the exact thought... :) ... From: mt-dev@yahoogroups.com [mailto:mt-dev@yahoogroups.com] On Behalf Of Kevin Shay Sent: Monday, October 17, 2005...
Chad Everett
jayseae
Offline Send Email
Oct 17, 2005
1:39 pm
730
... Agreed. ... Yes this is a classic problem. How does a group protect itself from itself. I think what ProNet has been missing is active moderation. I'm not ...
Timothy Appnel
tappnel
Offline Send Email
Oct 17, 2005
2:10 pm
731
I'm in, the amount of support requests on ProNet vs. the lack of response when a developer posts a plugin or a plugin idea (or at least the lack of response...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Oct 17, 2005
2:13 pm
732
Works for me. I also don't want, or don't want to force upon you (or anyone) the need to review every message. Just requiring group membership to post, and...
Chad Everett
jayseae
Offline Send Email
Oct 17, 2005
2:17 pm
733
Okay, who was it that was supposed to keep a tight rein on members? :) ... From: mt-dev@yahoogroups.com [mailto:mt-dev@yahoogroups.com] On Behalf Of Arvind...
Chad Everett
jayseae
Offline Send Email
Oct 17, 2005
2:20 pm
734
... Psch, 10 plugins :P...
Arvind Satyanarayan
arvind_2111
Offline Send Email
Oct 17, 2005
2:25 pm
735
Tim, Yahoogroups has an option to automatically set new members to moderated status. Once they have sent enough messages to show they understand what messages...
Rob Sharp
rob_rrfj
Offline Send Email
Oct 17, 2005
2:27 pm
736
Remember, Arvind, quality not quantity. That's why we're having this discussion. :) ... From: mt-dev@yahoogroups.com [mailto:mt-dev@yahoogroups.com] On...
Chad Everett
jayseae
Offline Send Email
Oct 17, 2005
2:32 pm
Messages 707 - 736 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