User talk:Victar/der3
Add topicAppearance
Latest comment: 6 years ago by Victar in topic Column-calculating version
Column-calculating version
[edit]Probably better to comment here rather than in the Beer Parlour because this technical stuff is boring for other people.
I'm still seeing no bullets in version 4, and an error in the browser console: TypeError: $(...).style is undefined. — Eru·tuon 21:41, 30 November 2018 (UTC)
- @Erutuon: Well they're no fun. I'm not super worried about it, but if you really want to fix the problem, perhaps you could add
else if (elemsToHide[i].nodeName == "LI") elemsToHide[i].style.display = 'list-item';
tofunction viewSwitching
in MediaWiki:Common.js. --{{victar|talk}}
22:06, 30 November 2018 (UTC)- Again, I can't edit there, but I could create my own function. — Eru·tuon 22:11, 30 November 2018 (UTC)
- That's so nuts! @Stephen G. Brown can you make Erutuon here an Interface Admin? --
{{victar|talk}}
22:23, 30 November 2018 (UTC)- I'll have to come up with a more secure password... — Eru·tuon 22:26, 30 November 2018 (UTC)
Erutuon:password123@en.wiki
. I'm in. --{{victar|talk}}
22:32, 30 November 2018 (UTC)- Made Eru an Interface Admin. —Stephen (Talk) 22:35, 30 November 2018 (UTC)
- Thanks. I'll try not to break everything. — Eru·tuon 22:39, 30 November 2018 (UTC)
- Thanks, @Stephen G. Brown! So, @Erutuon, as I was saying... --
{{victar|talk}}
22:51, 30 November 2018 (UTC)- Done. The bullet problem seems to be fixed now. — Eru·tuon 23:34, 30 November 2018 (UTC)
- Made Eru an Interface Admin. —Stephen (Talk) 22:35, 30 November 2018 (UTC)
- I'll have to come up with a more secure password... — Eru·tuon 22:26, 30 November 2018 (UTC)
- That's so nuts! @Stephen G. Brown can you make Erutuon here an Interface Admin? --
- Again, I can't edit there, but I could create my own function. — Eru·tuon 22:11, 30 November 2018 (UTC)
- @Erutuon: I cleaned things up some more. If we integrate this into
function viewSwitching
, we could set the column and row counts withdata-vs-columns="3" data-vs-rows="3"
. --{{victar|talk}}
03:16, 1 December 2018 (UTC)