Extension talk:AddPersonalUrls/Archive 1
This page is an archive. Do not edit the contents of this page. Please direct any additional comments to the current talk page. |
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)
- Solved with version 0.4. - RV1971 (talk) 14:35, 2 August 2013 (UTC)
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).
w:de:Benutzer:Lugsciath --89.54.102.148 07:24, 18 July 2008 (UTC)
- Solved with version 0.4. - RV1971 (talk) 14:35, 2 August 2013 (UTC)
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
- Solved with version 0.4. - RV1971 (talk) 14:35, 2 August 2013 (UTC)
add an external link to the personalUrls
Hello, In my PersonalUrl, i would like a link back to an external URL (on a different domain) how can i do this please?
- Possible with version 0.4. - RV1971 (talk) 14:35, 2 August 2013 (UTC)