> Essentially I created a file in the local/share/request-tracker3.4 tree > called html/Callbacks/CCDC/Ticket/Elements/ShowMessageStanza/Default > containing: > > <%init> > my $val = $$content; > use bytes; > $val =~ s/(s?http|https):[\w\/\.:+\-]+/<a href="$&">$&<\/a>/gi; > $$content = $val; > </%init> > <%args> > $content => undef > </%args>
Thanks -- that's exactly what I needed! I updated the wiki page with this code. -- Gary _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
