Hi
Any pointers on where to set attachments so they open in a new window?
Thanks
Greg
you'd be looking for /include/class.thread.php line 582 function getAttachmentsLinksI'd change the default target='' in the function definition to be: target="_blank"
That would do it. :) Thanks for posting that solution Grizly.
Sorted! Thanks for your help...Maybe this should be default?
Hi,I also think this should be a default if possible.Thanks, Eric