Jump to content

Talk:MoreMenu

Add topic
From Meta, a Wikimedia project coordination wiki
Latest comment: 2 months ago by DoubleGrazing in topic Problem loading Page menu in User: namespace
If a bug deserves prompt attention, please {{ping}} the active maintainer, User:MusikAnimal

Modify Chinese translation

[edit]

Please:

  • Replace lines 33 and 75 with:
  "edit-intro": "编辑序言",
  "transclusions": "嵌入包含",
  • Add (to appropriate place):
  "link-count": "链入量",

Thanks. Wang31 (talk) 03:23, 26 October 2024 (UTC)Reply

Done. * Pppery * it has begun 03:50, 28 October 2024 (UTC)Reply
[edit]

Lots of links in the sidebar end up duplicated for me—e.g. all the links that go under the "User" menu are still part of the toolbox, which makes it very cluttered and hard to navigate. —Closed Limelike Curves (talk) 22:58, 13 December 2024 (UTC)Reply

This is a sensible request. I just worry if it will confuse anyone who is used to the Toolbox links. MusikAnimal talk 21:11, 22 December 2024 (UTC)Reply
I use them in both places, some primarily from the toolbox because they are not hidden behind a dropdown. — JJMC89(T·C) 21:18, 22 December 2024 (UTC)Reply
No issues with making this a setting, if that's possible, or maybe adding another gadget that duplicates/deduplicates them. —Closed Limelike Curves (talk) 20:41, 30 December 2024 (UTC)Reply
You can use CSS to hide them. Nardog (talk) 22:15, 30 December 2024 (UTC)Reply
Probably, but having every MoreMenu user work out the right custom CSS required to hide all the MoreMenu buttons sounds like it'd involve a lot of duplicate work, compared to a setting, and I'm not sure exactly what MoreMenu fiddles with. —Closed Limelike Curves (talk) 02:16, 21 January 2025 (UTC)Reply

Recalls on enwiki

[edit]

w:WP:Administrator recall should probably be listed under RfXs on enwiki. Thanks, Queen of Hearts (talk) 17:48, 18 March 2025 (UTC)Reply

Filed an edit request at en:MediaWiki talk:Gadget-MoreMenu.enwiki.js#Add WP:ADRC to RfXs. NguoiDungKhongDinhDanh 07:06, 6 October 2025 (UTC)Reply

Update spur.us URL format

[edit]

I submitted a PR. Please review it. Thanks. NguoiDungKhongDinhDanh 22:47, 6 December 2025 (UTC)Reply

Merged and deployed. Thank you! MusikAnimal talk 23:33, 6 December 2025 (UTC)Reply

Pagestyles for pt

[edit]

Hi! See below the code for pt pagestyles to be created on MediaWiki:Gadget-MoreMenu-pagestyles.pt.css. Thanks!

/*** VECTOR ***/

/* User menu */
.client-js .skin-vector.ns-2 #p-views,
.client-js .skin-vector.ns-3 #p-views,
.client-js > .skin-vector.mw-special-Contributions #p-views,
.client-js > .skin-vector.mw-special-DeletedContributions #p-views,
.client-js > .skin-vector.mw-special-Block #p-views {
    padding-right: 4.91em;
}

/* Page menu */
.client-js .skin-vector:not(.ns-special) #p-views .vector-menu-content::after {
    content: '';
    display: inline-block;
    width: 4.55em;
}

Little Sunshine (talk) 12:24, 14 February 2026 (UTC)Reply

DoneDreamRimmer 16:48, 14 February 2026 (UTC)Reply

Problem loading Page menu in User: namespace

[edit]

I don't know if this is a MoreMenu issue, but seems like as good a place to start as any.

I spend a lot of my time on en.wiki reviewing AfC (Wikipedia:WikiProject Articles for creation) drafts. Many of them are in the User: namespace, and when I open a draft like that, more often than not the Page menu doesn't load. I have to refresh/reload the page, and on the 2nd attempt the menu invariably does load. This has been happening for the past maybe 2-3 weeks, at least 9 times out of 10.

Actually, to be more precise, whether the Page menu loads or not isn't the real issue here. The problem for me is that the AfC helper script (Wikipedia:WikiProject Articles for creation/Helper script), which I need to review a draft, lives (at least mine does) in the Tools menu, and some of the contents of that menu load crookedly and I can't access the helper until I get the menus to load correctly.

This only happens in the User: namespace. I'm guessing that might be because there MoreMenu is loading also the User menu?

Any ideas what could be causing this? Thanks, -- DoubleGrazing (talk) 16:12, 27 February 2026 (UTC)Reply