Have you seen the Optional Redirect plugin? ;)
With 3.x, Movable Type added a "no_redirect" attribute, and also shows the URL as the title of the link.
Posted by girlie at October 4, 2004 03:56Girlie - thanks, I found that after I got the patch working. C'est la vie! To be honest, I'm not one of the MT cognescenti so if my googling shows up nothing I just start hacking...
Still, on top of the title tweak, my patch also fixes other errors in the code. Like this from the original,
my $show_email = 1 unless exists $args->{show_email};
Anyone familiar with some pretty obscure perl will know this bit of code is not doing what it appears.
MT 3.x - yeah, one day :)
Posted by Paul Makepeace at October 4, 2004 04:13Hey, I'm still using the old 2.661 and I was getting that annoying error in the preview comments page. Used your hacked context.pm and now it's gone, so thanks man! :)
Posted by Fungii at January 20, 2005 05:59