Extension talk:Bibtex
From MediaWiki.org
I have updated this extension to run under MediaWiki 1.11 and have done the English translation. I've done additional work and emailed the author, but he has not responded. You can download it from my user page. Simsong 06:41, 16 October 2007 (UTC)
- Your version runs great under MediaWiki 1.12. Thank you!
- --dvL 08:34, 4 December 2008 (UTC)
[edit] Weblinks
I have a problem with the weblinks. The Bibtex extension should format the weblink like WWW | Bibtex, but its like
Mike Mason - Pragmatic Version Control Using Subversion
What do I have to change? I am using MediaWiki 1.12.
--dvL 10:16, 3 December 2008 (UTC)
I've read some PHP-tutorials, so I could do it on my own. Just change line 415 to
$nameurl="WWW"; $output .= '<a href="' . $url . '">' . $nameurl . '</a> | ';
I really don't know if this is the way a programer would do it, but I've never done such things before.. This is my way :>
Btw: You don't have to use WWW. Just change the $nameurl string.
--dvL 14:50, 3 December 2008 (UTC)