Skip Menu |

This queue is for tickets about the Template-Plugin-Clickable CPAN distribution.

Report information
The Basics
Id: 66078
Status: new
Priority: 0/
Queue: Template-Plugin-Clickable

People
Owner: Nobody in particular
Requestors: vividsnow [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Wish to have "shorten" option
Hello It will be great to have something like this in your module: [% FILTER clickable shorten = 1 %] ... http://www.example.com/very_long_path ... [% END %] this will become: ... <a href="http://www.example.com/very_long_path">example.com/ short_part_of_vert_long_path..</a> ...