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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 687 - 716 of 2112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
687
Hi there, I have a requirment for an email-to-entry script on my MT site. I'd like for members of the public to be able to email a specific address and the...
Rob Sharp
rob_rrfj
Offline Send Email
Apr 2, 2005
8:40 pm
688
I meant to add that I realise this isnt quite the right place for this, but I have tried the official forums and have not had any response. Rob ... From: Rob...
Rob Sharp
rob_rrfj
Offline Send Email
Apr 2, 2005
8:48 pm
689
we have pop2blog running, seems to work fine, once you hit it with a hammer a few times! ... __________________________________ http://www.blather.net ...
Dave Walsh
puca_boy
Offline Send Email
Apr 3, 2005
11:08 am
690
Anyone know of a solution for using Microsoft SQL Server with Movable Type? Thanks. . . . . . . . . . . . . . . . . . . . . . . . . . ...
ddehoff@...
blumunky00
Offline Send Email
Apr 4, 2005
2:18 pm
691
... Sorry. Chiming in a bit late here. Can you point me to where our installation instructions recommend a relative path? I'd like to immediately strike...
Jay Allen
fooljay
Offline Send Email
Apr 7, 2005
4:28 am
692
... You're actually not chiming in late -- I joined pronet a few days after sending this message, and you answered it there. Much obliged. The specific passage...
Nathaniel Irons
davie870
Offline Send Email
Apr 7, 2005
5:33 pm
693
I updated my installation of MT 3.11 to 3.16 yesterday. Today I am getting a SQL error when I try to save templates. Here is the error I am getting: Saving...
bls1531
Offline Send Email
Apr 20, 2005
4:01 pm
694
Are you able to create new templates? I think I'd try re-uploading all the files just in case something vital got missed...... Rob...
Rob Sharp
rob_rrfj
Offline Send Email
Apr 20, 2005
4:06 pm
695
Sounds potentially serious. You should open a help ticket with 6A right away. <tim/>...
Timothy Appnel
tappnel
Offline Send Email
Apr 20, 2005
4:07 pm
696
Hey thanks guys, I fixed my SQL error but now I have a new issue. I recently imported really old entries into a dev blog from way back in 2003, and many of...
bls1531
Offline Send Email
Apr 21, 2005
6:47 pm
697
Textile is a perl plugin and therefore is not supported in the dynamic (PHP) mode. Not sure if the author has an intention of porting that over. <tim/> ... ...
Timothy Appnel
tappnel
Offline Send Email
Apr 21, 2005
7:21 pm
698
Most of the common text filters are available for PHP. Arvind put a summary of them up here back in September: ...
Brad Choate
bschoate
Offline Send Email
Apr 21, 2005
7:25 pm
699
Beautiful - I love it when things are easy. Those php updates worked great. Thanks. Brad Shipston...
Brad L. Shipston
bls1531
Offline Send Email
Apr 21, 2005
7:33 pm
700
I am working on a project, and I was wondering if it is possible, or if anyone has already integrated Acrobat's PDF distiller with the MT publishing process. I...
bls1531
Offline Send Email
Apr 27, 2005
7:27 pm
701
Yep, I've got something like this working. I'll try to get some time free in the next day or so to write it up. Anil...
Anil Dash
AnilDash
Offline Send Email
Apr 28, 2005
1:53 am
702
Anil, that would be great - I do have some chops, so I would be happy to help I just need a push through the door. Thanks Brad Shipston...
Brad L. Shipston
bls1531
Offline Send Email
Apr 28, 2005
12:14 pm
703
This very well may be a stupid question, but I have to throw it out there. Is it possible to run MT on a Windows server and with MS SQL server 2k? I would...
bls1531
Offline Send Email
Apr 29, 2005
3:02 pm
704
It's definitely possible, as people have told us they're doing it, but the specifics of getting running on SQL Server are pretty involved. If that's not an...
Anil Dash
AnilDash
Offline Send Email
Apr 30, 2005
7:11 pm
705
Hey gang, I have been on a rampage lately and I have encountered another issue that I can't solve (yet). I have a bunch of top level categories, and some have...
Brad L. Shipston
bls1531
Offline Send Email
Apr 30, 2005
11:22 pm
706
... Not with the built-in default tags, but I've seen done hacked something together a couple of times using the API and a plugin. I think that is the route...
Timothy Appnel
tappnel
Offline Send Email
Apr 30, 2005
11:26 pm
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
Messages 687 - 716 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