Status: offline

hopeace

Forum User
Junior
Registered: 09/28/05
Posts: 16
How do I tweak/configure the Links Plugin to open the link in a new window in the story posts? I've figured how to make it open in a new window from the Links page. Under pathtogeeklog/plugins/links/templates/linkdetails.thtml
I changed:

Text Formatted Code
<a href="{link_url}" title="{link_actual_url}">{link_name}</a>
 

to
Text Formatted Code
<a href="{link_url}" title="{link_actual_url}" target="_blank">{link_name}</a>
 


But how do I do the same for a link embeded within a story using the link function?

Thanks!
keith