Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on User talk:Andytizer

JRWR (talkcontribs)
<vvv> JRWR: it is a message inserted by default on all MediaWiki pages, including Wikipedia; it is hidden by default through CSS
<JRWR> Oh
* Invadinado (~Inva@wikimedia/Invadinado) Quit (Quit: Hasta otra)
* JRWR yells at his other sysop for "fixing" that
<vvv> JRWR: somewhere in your CSS you set all divs' display property to "block"
<vvv> JRWR: also, it looks like the bug with $title is fixed in current git version
Andytizer (talkcontribs)

What are you referring to? All my CSS changes are in MediaWiki:Common.css at the top.

body.page-Home h1.firstHeading { display:none; }

#n-Citadel-project {
   background-image: url(http://pcgamingwiki.com/images/7/7c/Document-icon.png);
   background-position: 68% 46%;
   background-repeat: no-repeat;
}

#mw-page-base {
background-image: none;
}

body {
	background-color: #fff;
	background-image: none;
}

#content h3 { 
border-bottom: 1px #AAA dashed 
}

pre { 
font-size:90%; 
padding: 0.5em;
line-height: 1em;
}

#p-logo {
	position: absolute;
	top: -100px;
	left: 0;
	width: 10em;
	height: 100px;
}
#p-logo a {
	display: block;
	width: 10em;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

div#mw-panel {
	position: absolute;
	top: 100px;
	padding-top: 1em;
	width: 10em;
	left: 0;
}
JRWR (talkcontribs)

Look at the bottom of Home, its all jacked up down there

Andytizer (talkcontribs)

Something is injecting the line:

Retrieved from "<a href="http://pcgamingwiki.com/index.php?title=Home&oldid=10223">http://pcgamingwiki.com/index.php?title=Home&oldid=10223</a>"				</div>

This appears to be a hangover from Extension: Approved Revs - which we aren't using now? It's not appearing in Special:Version but clicking the link [1] shows that there is something there: http://i.imgur.com/ceDgO.png

JRWR (talkcontribs)

If you read the chat log, its always been there (its there when you print the page, its a permalink) vvv (guy who patched the error) told me this himself, so I tend to beleave him, something is wrong with our CSS