Just to repeat the question: We know that there is a page MediaWiki:Tagline which you can use to modify the tagline output. The only problem: internal links [[...]] are not parsed properly.
Platonides suggested a function to do precisely that: > To make that work, change at Skin.php wfMsgExt( 'tagline', 'parsemag' ) > to wfMsgExt( 'bernhard-breadcrumbs', 'parse' ) and you will be able to > add that code to MediaWiki:bernhard-breadcrumbs So the problem seems to be the difference between "parsemag" and "parse" in the PHP code. However,Platonides function does not seem to work, at least in my environment (1.15). My system ignores all changes in the wfMsgExt(...) function at Skin.php. So the question is: How can I make the system recognize Platonides' function or else, what other function may influence the parsing of MediaWiki:Tagline (or its aliases)? Bernhard _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
