Search found 2 matches

by Sam
Mon Jun 14, 2004 5:07 pm
Forum: General discussions
Topic: How to open all links in new windows/content rewriter plugin
Replies: 2
Views: 4951

Re: How to open all links in new windows/content rewriter pl


I instead suggest you to look at the 'trackexits' event plugin, this one already rewrites URL. You could adapt it to not encode the exit link, and instead pass the original link through and just expand it to include the 'target' attribute.


I'm using this plugin already, so it wasn't a big ...
by Sam
Mon Jun 14, 2004 12:16 pm
Forum: General discussions
Topic: How to open all links in new windows/content rewriter plugin
Replies: 2
Views: 4951

How to open all links in new windows/content rewriter plugin

Hello,

I just do not know how to enable the content rewriter plugin to rewrite all links which look like
<a href="http://url">Click me!</a>
to
<a href="http://url" target="_blank">Click me!</a>
Does anybody know how to?