Extension talk:AddPersonalUrls/Archive 1

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)Reply

Solved with version 0.4. - RV1971 (talk) 14:35, 2 August 2013 (UTC)Reply

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)Reply

Solved with version 0.4. - RV1971 (talk) 14:35, 2 August 2013 (UTC)Reply

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)Reply

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)Reply
Return to "AddPersonalUrls/Archive 1" page.