18.5.1. How to display Web Links in the same window

The Web_Links module will display each web link in a separate window. To change this behaviour and make it display the link in the same window, you have to change each occurence of

target=\"new\"

to

target=\"_self\"

in the modules/Web_Links/index.php file. This is a straightforward search and replace procedure. In vi, you would do

1,$s/target=\\"new\\"/target=\\"_self\\"/g

Help us make a better PHP-Nuke HOWTO!

Want to contribute to this HOWTO? Have a suggestion or a solution to a problem that was not treated here? Post your comments on my PHP-Nuke Forum!

Chris Karakas, Maintainer PHP-Nuke HOWTO