5 Aug 2002
One of the questions often seen on the Movable Type support forums is related to the usage of MT tags inside your entry text. Typically someone tried to use an MT tag inside their entry body and found that it didn’t process the tag. And someone recently asked me why they couldn’t use the MTAmazon plugin inside an entry.
The reason why this doesn’t work is that Movable Type just doesn’t look inside your entry text when it creates your pages. But now it can.
Process Tags is a new plugin from Kalsey Consulting Group that creates a new global tag attribute called process_tags. A global tag attribute is a MT tag attribute that can be used on any tag. You’ve probably seen and used the built-in global attributes like encode_html and dirify.
By using the process_tags attribute, you tell Movable Type to process all the MT tags that are contained in whatever tag you use it on. So for example, if you have included MT template tags in your entry body, you can use <MTEntryBody process_tags="1"> to make sure that those tags get used when the entry is built.
Copy processtags.pl into a directory called plugins inside your Movable Type directory. If you don’t already have a plugins directory, create it first. Copy postproc.pm into a directory called bradchoate inside your extlib directory. If you don’t already have a bradchoate directory, create it first.
Your installation should now look like this:
mtdirectory/plugins/processtags.pl
mtdirectory/extlib/bradchoate/postproc.pm
Once you’ve installed Process Plugins, you’ll have a new global tag attribute that can be used on any non-container tag. Keep in mind, though, that just because you can use the attribute on any tag, using it on things like date tags doesn’t make much sense.
<MTCategoryDescription process_tags="1">
This plugin relies upon Brad Choate’s post processing plugin, postproc.pm. Brad even updated his plugin to better support this plugin.
Like our other freeware, this plugin is released under the open-source MIT License. In plain English, that means you can do whatever you want with the software, including modifying it, selling it, or eating it, but we’re not responsible for anything that goes wrong.
1.0 - August 5, 2002
Initial release.
Excerpt: dank plugins kann man den funktionsumfang von movabletype schön aufbohren. mt-photogallery erstellt bildergalerien. process tags sorgt dafür, dass mt-tags auch in einträgen verarbeitet werden. damit das plug-in funktioniert, muss die datei "postproc...
Hello. I used this plugin Process Tags to use MTGoogleMaps plugin at MT 3.2-Release2. But, the error message were displayed during I rebuilt all stuff in MT.
Undefined subroutine &MT::Plugin::GoogleMaps::GoogleMaps called at lib/MT/Builder.pm line 159.
Stuation ——————- I edited index.html(Main index) template. Before :
After :
MT System Menu : GoogleMaps plugin settings My Google Maps API key and URL have been set. “Path to the template file” text field is “/var/www/html/mt/plugins/MTGoogleMaps/”
Direstory Structure : /var/www/html/mt/extlib/bradchoate/macros.pm /var/www/html/mt/extlib/bradchoate/postproc.pm /var/www/html/mt/lib/MT/Builder.pm
GoogleMaps plugin directory /var/www/html/mt/plugins/MTGoogleMaps/.DS_Store /var/www/html/mt/plugins/MTGoogleMaps/GoogleMaps.pl /var/www/html/mt/plugins/MTGoogleMaps/map.tmpl
Other plugins : /var/www/html/mt/plugins/Blacklist/ /var/www/html/mt/plugins/nofollow/ /var/www/html/mt/plugins/spamlookup/ /var/www/html/mt/plugins/TemplateRefresh/ /var/www/html/mt/plugins/amazon.pl /var/www/html/mt/plugins/blogtimes.pl /var/www/html/mt/plugins/macros.pl /var/www/html/mt/plugins/MTIncludePlus.pl /var/www/html/mt/plugins/mt-isbn.pl /var/www/html/mt/plugins/MTPaginate.pl /var/www/html/mt/plugins/processtags.pl
OS : Fedora Core 4 Environment : Perl v5.8.6 PHP 5.0.4 MovableType version 3.2 Release-2 mtpostproc.pm version 1.3 processtags.pl version 1.0
Please teach the problem that this MT cannot be restructured(rebuild?).
As you see, my English is poor English. I will make an effort to forge an English ability every day. English that I use might be incomprehensible because of poor English. I rely on the translation engine only these sentences.
Hi - I installed Process Tags and MTGoogleMaps. I receive the following error from the cron job:
Found = in conditional, should be == at cgi-bin/mt/plugins/GoogleMap.pl line 249. Subroutine MT::Template::Context::addglobalfilter redefined at cgi-bin/mt/extlib/bradchoate/postproc.pm line 22. Subroutine MT::Template::Context::postprocesshandler redefined at cgi-bin/mt/extlib/bradchoate/postproc.pm line 41.
Any suggestions? Thanks in advance.
Wow,
That was easy. Great plugin. Exactly what I was looking for.
Thanks.
That was just what I needed! Thank You! Thank You!
Where does this go?
Thanks
MTCategoryDescription process_tags=”1”
Hi~
I think it is a great plugin that I wanted.
But is it available to use this plugin in MT 3.2?
Actually I failed to use this in my weblogs.
(Every tags with this parameter meet an error messages which notifies the out-of-contexte using of template tags)
Thank you very good plugin!
Process Tags plugin needed small hack to work with MT3.2.
But with MT3.31, original code works fine for me.
Regards, Hisaaki Shibata
I can confirm that commenting out “use bradchoate::postproc;” allows process_tags to work with MT 3.3 without requiring the postproc extension (which was disrupting Notifier on my installation).
additionally, by comment out the said line, the MT Plugins interface allows you to see the processtags ‘resources’; ie, the processtags attribute.
thank you for the plugin. I can now refer to entries by id from within entries without fear of urls gone wrong:
regards, Gregory
Has anyone been able to make the process_tag work with MT4.1? I’m having trouble and can’t figure out which lines to change to make it work.
Thanks in advance for your assistance — I’ll be happy to provide details as requested.
ProcessTags is working with 4.1 ;-)
I downloaded v1.0, commented out the “use bradchoate::postproc;” line and uploaded it to my MT4 server. I did NOT upload the postproc.pm file.
at first, I thought it wasn’t working and then I realised that I had reverted the template sets to an MT set and needed to reinsert the process_tags=”1” attribute in each and every instance of , and . once I had done that and republished the files, everything worked fine.
note that attributes are processed in the order that they are specified in the tag (new in MT4?). therefore, and are very different.
Thanks Gregory, been trying to get this to work for ages, tried the same method as you and it worked!
I uploaded both parts of the plugin, added the tag to the entry more tag, and presto it works in 4.2
Excellent..
These are the last 15 comments. Read all 32 comments here.
Adam Kalsey
Mobile: 916.600.2497
Email: adam AT kalsey.com
AIM or Skype: akalsey
©1999-2008 Adam Kalsey.
Content management by Movable Type.
zro@redtv
March 1, 2005 4:30 AM
awesome plugin… would love to use it. have installed correctally i believe…
but it does not work. no error on rebuild or anything. its as if i have done nothing.
the tags i use just end up in the mark-up…
any ideas? soooooooo.…. frusterating.