Difference between revisions of "Lunarpedia:External Links In New Window"
m (Protected "Lunarpedia:External Links In New Window" [edit=sysop:move=sysop]) |
|||
Line 5: | Line 5: | ||
This isn't ideal, but in order to make external links open in a new window go to Skin.php and make changes to the <a> tag adding target="_new" in the makeExternalLink function. | This isn't ideal, but in order to make external links open in a new window go to Skin.php and make changes to the <a> tag adding target="_new" in the makeExternalLink function. | ||
+ | |||
+ | [[Category:Help]] |
Latest revision as of 10:00, 4 April 2007
This document outlines a global modification to mediawiki.
Making all external links open in new window. Here is one person's solution to the problem:
This isn't ideal, but in order to make external links open in a new window go to Skin.php and make changes to the <a> tag adding target="_new" in the makeExternalLink function.