Closed (fixed)
Project:
Tribune
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
26 Nov 2009 at 06:08 UTC
Updated:
7 May 2010 at 11:20 UTC
Hi not sure if this is the place but hopefully I'm in the right place...
Installed tribune and love it, just 2 things and it would be PERFECT for what I need :D
1. is it possible to change url's posted in Tribune to _blank so the page opens in a new window.
and
2. (newb question probably) can someone tell me how to change [URL] to something of my choice, like [click here]
Just cant work it out :(
Thanks in advance
Comments
Comment #1
SeeSchloss commentedWell... it's been a while.
1. I updated the "url" filter for that. It will be in the next release of 1.x... but I probably won't do 2.x releases anymore as I'm not happy at all with it (I'll jump to 3.x but... I need time). You can always download url.inc directly from this link: url.inc and replace the existing one. Now you have a "Open links in new windows" checkbox in the filter settings.
2. Just add this line in the "URL replacement expressions" of the url filter settings:
/.*/ click hereIf you want to leave the complete URL, you could probably use this (although I haven't checked):
/(.*)/ \1