Hi everybody,
i would like to change the Media tag to point to external editing of wiki media files, for example:
[[Media:my_file.pdf]]
now generates a link like:
http://myserver/images/d/d3/my_file.pdf
but i have configured external file editing and would like a link like:
http://myserver/index.php?title=Image:my_file.pdf&action=edit&extern...
I have tried to code in includes/parser/Parser.php (function replaceInternalLinks) with no success.
Could somebody point me to the right direction?
thank you, Gregor
Note this is a duplicate of a post on wikitech-l, where I've replied.
-- brion
On 3/24/09 4:47 AM, Gregor Rot wrote:
Hi everybody,
i would like to change the Media tag to point to external editing of wiki media files, for example:
[[Media:my_file.pdf]]
now generates a link like:
http://myserver/images/d/d3/my_file.pdf
but i have configured external file editing and would like a link like:
http://myserver/index.php?title=Image:my_file.pdf&action=edit&extern...
I have tried to code in includes/parser/Parser.php (function replaceInternalLinks) with no success.
Could somebody point me to the right direction?
thank you, Gregor
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org