PhotoSensate
Member
Posted 2 years ago #
When entering a link into the media description is there a tip/trick/hack you might share to open the link in the same tab/window. I am linking to a flash slideshow and would like to keep from opening a new tab.
Lovely and thoughtful implementation of imageflow. Have used others in other CMS's.
Thanks in advance.
http://wordpress.org/extend/plugins/wp-imageflow2/
Hi,
To open the link to an external url in the same window, you can edit imageflowplus.js, and replace the 2 references of:
window.open (this.url);
with:
window.location = this.url;
I do plan to add this as an option, that is one of my New Year's resolutions.
Bev