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 |
| Prev | Home | Next |
| Modifying the PHP-Nuke Web_Links module | Up | How to change the number of Web Links per page |
| Last updated Sun Aug 7 21:14:12 CEST 2005 | Permalink: http://www.karakas-online.de/EN-Book/display-web-links-in-the-same-window.html | All contents © 2004 Chris Karakas, Claudio Erba |