Extension talk:AddPersonalUrls
From MediaWiki.org
On MediaWiki 1.10, on my wiki, when I have it installed, it shows:
Laura <mypages> <favorites> <sandbox> <mynotes>
The things before the name space and taking away of the little person icon make it kind of ugly, undesirable to use and confusing for logged in users. :( If that was fixed, I'd like to use it. --PurplePopple 17:38, 11 September 2007 (UTC)
[edit] Problem with Arrows (<) in title solved
The problem is solved easely :
1) search in AddPersonalUrls.php near to the end for
$urls[] = array( 'text' => wfMsg( $item['name'] ),
2) Replace this Line through
$urls[] = array( 'text' => $item['name'],
Ready. It should work fine now- if not: Theres no guarantee of proper Function (i tested it with Vers. 1.12 and it works fine for me).
http://de.wikipedia.org/wiki/Benutzer:Lugsciath --89.54.102.148 07:24, 18 July 2008 (UTC)
[edit] Problem with missing image for the user page
After installing the extension the image (small portrait of a person) for the user page is missing.
If you want the image change line 39 from
$urls[] = array_shift( $personal_urls );
to
$urls['userpage'] = array_shift( $personal_urls );
I'm using MediaWiki 1.12.0