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...
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...
we have pop2blog running, seems to work fine, once you hit it with a hammer a few times! ... __________________________________ http://www.blather.net ...
... 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...
... 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...
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...
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...
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/> ... ...
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...
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...
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...
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...
... 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...
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...
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...
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...
"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...
... 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...
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...
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...
... 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 ...
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...