I think this is very useful in my site. BUt one thing is that I would like to see the click either to open a pop-up or at least a new windows without closing my site. Any help would be appreciated. Thanks.
I think this is very useful in my site. BUt one thing is that I would like to see the click either to open a pop-up or at least a new windows without closing my site. Any help would be appreciated. Thanks.
Comments
Comment #1
davidblewett commentedYes, you can make this change. In the scripturefilter.inc file, there is a section that looks like this:
In the sections that create the actual link ('
I don't think adding this to the public version of the module is a good idea, because I personally dislike it when websites force new windows to be opened.
Comment #2
davidblewett commentedYes, you can make this change. In the scripturefilter.inc file, there is a section that looks like this:
In the sections that create the actual link
<a href=', you would need to put target="_blank" after title="%s".I don't think adding this to the public version of the module is a good idea, because I personally dislike it when websites force new windows to be opened.
Comment #3
davidblewett commentedSorry about the double post, the last few sentences got cut off of the first version.
Comment #4
nethome commentedHmmm
It sound logical that such change would make it fixed, but or some reason, it doesn't change the behavior. I made the modification, but it still opens up in the current windows.
Comment #5
Steve Simms commentednethome: Make sure you've changed the node after updating the code -- the pages get cached after the filter is applied.
Comment #6
Steve Simms commentedComment #7
bbodenmiller commentedTry clearing your server cache /admin/settings/performance. Also you could use http://drupal.org/project/extlink and set the option to open all external links in new windows.