User talk:Zoycite

From zoywiki.com
Jump to navigation Jump to search

Click Add topic to start a new discussion

Message Archive

Personal CSS and JS files

Hey Zoy,

So, according to http://www.mediawiki.org/wiki/Manual:Interface/Stylesheets I should be able to create a file like http://zoywiki.com/index.php/User:Doomcat/common.css and it should get injected into every page that I see when I'm logged in. However, that doesn't seem to be working for me, and I wonder if you have some expert wiki knowledge that I'm lacking. Thanks! Doomcat (talk) 02:43, 11 August 2012 (MDT)

I know that's true (needing capitalization) on MediaWiki: namespaced CSS, but I think the personal ones are lowercase. If you visit http://zoywiki.com/index.php?title=User:Zoycite/Common.css&action=edit it should give you some red text like Warning: There is no skin "Common". Custom .css and .js pages use a lowercase title, e.g. User:Foo/vector.css as opposed to User:Foo/Vector.css.
Cool, as soon as you flipped whatever switch, my common.js (which just contained alert("test") started working. Thanks! Doomcat (talk) 14:17, 13 August 2012 (MDT)

deleting old users

Zoy, isn't there a feature that lets you delete old users that haven't logged on in a while? I think the best criteria would be to delete any users that haven't logged during the past 365 days, as opposed to users that just happened to make accounts during 2010. Klaxxin (talk) 10:15, 13 August 2012 (MDT)

getting an error - You do not have permission to <action-usermerge>, for the following reason:

The action you have requested is limited to users in the group: Bureaucrats wondering if there's a way to filter by blocked, i know we blocked a whole bunch a while back that might narrow down the list Lorak990 (talk) 12:37, 13 August 2012 (MDT)

LotS raid template

Zoy, can you help me with some weird transclusion issues? I've been trying to fix up the border issue on the Template:LotS/raid template for a while, but there's a series of six transcluded templates used on the raid loot page. I can hardly follow the transclusions. Whatever it's doing. it's causing the borders to be funky on the last table on the raid page i.e., [1]. I was able to "paste" the first two tables together, but the loot table has something janky going on because of all the transclusions. I've been trying to simplify this, but I've only made things worse. On a sidenote, I edited the Mediwiki.css file to include a special class of tables for LotS called "lotstable". Not sure if using that class is causing any of these problems. Klaxxin (talk) 01:53, 16 August 2012 (MDT)

  • So I downloaded Firebug, and I can highlight the problem for you

Table
When you highlight the colspan at the bottom of the image, it produces the purple highlight that you see in the picture. That extra region also appears on all the daughter cells in the table. How can I make that go away? My goal is to make the third table line up with the first two, so that I can remove the top border and top margin (already did that for table two). It will look like all three tables are actually one table. It looks like the content area for the third table is rendering correctly at 600px, but that something is happening either with cell margins, cell spacing, cell padding, or borders. Klaxxin (talk) 09:35, 16 August 2012 (MDT)