Difference between revisions of "Lunarpedia:External Links In New Window"

From Lunarpedia
Jump to: navigation, search
(New page: 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 m...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==This document outlines a '''global''' modification to mediawiki.==
 +
 
Making all external links open in new window.
 
Making all external links open in new window.
 
Here is one person's solution to the problem:
 
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.
 
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 11: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.