Help:Extension:UploadsLink
Appearance
The UploadsLink extension adds, depending on its configuration, a link to the personal uploads listing, within the personal tools menu and one to the Tools-box on user pages and pages that relate to a user.
The link target is Special:ListFiles/<user>?ilshowall, essentially the Special:AllMyUploads redirect resolved for the personal one.
The label of the link and the tool-tip are taken from system messages and can be translated at translatewiki.net.
To disable the feature for yourself, add one of the following snippets to your personal CSS page:
- For the link within the personal tools
#pt-uploads {
display: none;
}
- For the link in the Tools box
#tb-uploads {
display: none;
}