Community Central
Community Central
Forums: Index Support Requests Removing new userpage
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4622 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


Please give me the code to completely remove the new user page and make it appear exactly it did before the new one got live. The new one just says "admin", even tough the MediaWiki:Group-sysop and MediaWiki:Group-sysop-member says "SP-Staff", I really hate it and it really sucks, I want to remove it completely.
--.Nobody Cares .TalkContribs. 09:04, August 23, 2011 (UTC)

As far as I know, the original style cannot be fully reinstated, as many classes have lost their definition in oasis.scss. However, you can choose from wide varieties of CSS to restyle it or Js to hide it. Cheers, TK999 09:44, August 23, 2011 (UTC)
Do you have a code? I'm looking for any CSS code to remove it and add back the original.
--.Nobody Cares .TalkContribs. 10:02, August 23, 2011 (UTC)
As I said, the original look cannot be reinstataed. The class of the <ul> element that contained the old avatar was removed from oasis.scss, while the tabs were redefined to have the new look. The most that can be done is shrinking or collapsing it. Cheers, TK999 10:20, August 23, 2011 (UTC)

(Reset indent) I've been playing around and managed to put this together:

.UserProfileMasthead .links, .UserProfileMasthead .masthead-info hgroup, .UserProfileMasthead .wikis, .UserProfileMasthead .details, #userIdentityBoxEdit img, #userIdentityBoxEdit a:hover, #userIdentityBoxEdit a {display:none !important}
.UserProfileMasthead .masthead-info {background:none; box-shadow:none; margin-left:100px}
.UserProfileMasthead .masthead-avatar {left:3px; text-align:center}
.UserProfileMasthead .masthead-avatar .avatar {max-height: 100px; max-width: 100px}
.UserProfileMasthead .masthead-info:before {border-style: none}
.WikiaUserPagesHeader .tabs li a {border-radius: 5px 5px 0px 0px}
.WikiaUserPagesHeader .tabs {padding-top:20px}

I have a rather short memory, so I don't remember everything about the last profile layout, so some elements will not be as they were, but this should get you started. Sovq 11:28, August 23, 2011 (UTC)

Here's the HTML for the old profile:
<div id="WikiaUserPagesHeader" class="WikiaUserPagesHeader">


	<ul class="wikia-avatar wikia-avatar-menu">
		<li>
			<a href="/wiki/User:TK-999" class="avatar-link"><img src="http://images.wikia.com/common/avatars/thumb/7/77/2200849.png/100px-2200849.png?cb=0" width="100" height="100" class="avatar" alt="TK-999" /></a>
			<ul>

				<li><a href="/wiki/Special:Preferences" title="Special:Preferences">Change avatar</a></li>
			</ul>
		</li>
	</ul>
	<ul class="wikia-menu-button">
	<li>
			<a accesskey="e" href="/index.php?title=User:TK-999&amp;action=edit" data-id="editprofile"><img alt="" class="sprite edit-pencil" height="16" src="http://images1.wikia.nocookie.net/__cb40742/common/skins/common/blank.gif" width="22" /> Edit profile</a>

		<img src="http://images1.wikia.nocookie.net/__cb40742/common/skins/common/blank.gif" class="chevron">
		<ul>
			<li><a href="/wiki/Special:MovePage/User:TK-999" accesskey="m" data-id="move">Rename</a></li>
			<li><a href="/index.php?title=User:TK-999&amp;action=history" accesskey="h" data-id="history">History</a></li>
		</ul>
	</li>
</ul>
	<h1>TK-999</h1>

	
					<span class="member-since">Member since 2010 July 21</span>
					<span class="member-edits">2,884 <sup>edits made</sup></span>
	
	<div class="tabs-container">
		<ul class="tabs">
			<li class="selected" data-id="profile"><a href="/wiki/User:TK-999" title="User:TK-999">Profile</a>				<img class="chevron" src="http://images1.wikia.nocookie.net/__cb40742/common/skins/common/blank.gif">
</li>
			<li data-id="talk"><a href="/wiki/User_talk:TK-999" title="User talk:TK-999">Talk page</a></li>

			<li data-id="blog"><a href="/wiki/User_blog:TK-999" title="User blog:TK-999">Blog</a></li>
			<li data-id="contribs"><a href="/wiki/Special:Contributions/TK-999" title="Special:Contributions/TK-999">Contributions</a></li>
			<li><a href="/wiki/Special:Following" title="Special:Following">Following</a></li>
		</ul>
	</div>
</div>
Hope it helps! TK999 11:30, August 23, 2011 (UTC)
I'll try both.
--.Nobody Cares .TalkContribs. 12:19, August 23, 2011 (UTC)
If you intend to use the old code in JS, substitute my avatar & user links for yours. TK999 12:23, August 23, 2011 (UTC)
You'll need this CSS, too (copied from oasis.scss @ it.onepiece.wikia.com, credit Wikia):
.WikiaUserPagesHeader {
    margin-bottom: 10px;
    padding: 0 10px 6px;
    position: relative;
}
.WikiaUserPagesHeader:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.WikiaUserPagesHeader h1 {
    display: inline;
    font-size: 24px;
    margin: 0 10px 0 0;
}
.WikiaUserPagesHeader h1 small {
    font-size: 12px;
}
.WikiaUserPagesHeader .commentslikes {
    display: inline;
    line-height: 26px;
    vertical-align: top;
}
.WikiaUserPagesHeader .sync-profile-button {
    padding-left: 5px !important;
    position: absolute;
    right: 25px;
    top: 28px;
}
.WikiaUserPagesHeader .sync-profile-button img {
    padding-right: 3px;
    position: relative;
    top: 1px;
}
.WikiaUserPagesHeader .wikia-avatar {
    border: 2px solid white;
    float: left;
    margin: 1px 7px 2px 2px;
    position: relative;
}
.WikiaUserPagesHeader .wikia-avatar ul {
    background: none repeat scroll 0 0 white;
    border: 2px solid #006CB0;
    display: none;
    left: -2px;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    top: 102px;
    width: 102px;
    z-index: 100;
}
.WikiaUserPagesHeader .wikia-avatar ul a {
    color: #3A3A3A;
    display: block;
    padding: 4px 4px 2px;
    text-decoration: none;
}
.WikiaUserPagesHeader .wikia-avatar ul a:hover {
    background: none repeat scroll 0 0 #CCE1EF;
}
.WikiaUserPagesHeader .wikia-avatar ul li {
    border-top: 1px solid #D9D9D9;
    line-height: normal;
}
.WikiaUserPagesHeader .wikia-avatar ul li:first-child {
    border: 0 none;
}
.WikiaUserPagesHeader .wikia-avatar-menu:hover {
    border-color: #006CB0;
}
.WikiaUserPagesHeader .wikia-avatar-menu:hover ul {
    display: block;
}
.WikiaUserPagesHeader .avatar-link {
    border: 1px solid #D9D9D9;
    display: block;
}
.WikiaUserPagesHeader .avatar-link .avatar {
    border: medium none;
    display: block;
}
.WikiaUserPagesHeader span {
    display: block;
}
.WikiaUserPagesHeader .member-since {
    font-size: 10px;
    line-height: 14px;
    position: relative;
    top: -1px;
}
.WikiaUserPagesHeader .member-edits {
    font-size: 30px;
    line-height: 30px;
    vertical-align: text-bottom;
}
.WikiaUserPagesHeader .member-edits sup {
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
    top: -14px;
}
.WikiaUserPagesHeader .tabs-container {
    bottom: 0;
    left: 120px;
    overflow: hidden;
    position: absolute;
    width: 550px;
}
.WikiaUserPagesHeader .tabs-container:before {
    background: url("http://images1.wikia.nocookie.net/__cb41041/common/skins/oasis/images/sprite.png") no-repeat scroll 0 -48px transparent;
    bottom: 0;
    content: " ";
    height: 8px;
    left: 0;
    position: absolute;
    width: 550px;
}
.WikiaUserPagesHeader .tabs-container .tabs {
    border-bottom: medium none;
    margin-bottom: 10px;
}
.WikiaUserPagesHeader .wikia-button, .WikiaUserPagesHeader .wikia-menu-button {
    float: right;
    margin-left: 10px;
    z-index: 1;
}
.user-interview-profile-form-container {
    margin-bottom: 8px;
    text-align: center;
}
.user-interview-profile-form-container a.toggle-user-interview {
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}
.user-interview-profile-form-container a.toggle-user-interview img {
    margin-right: 5px;
}
.user-interview-profile-form-container form {
    border-bottom: 1px solid #D9D9D9;
    display: none;
    margin: 15px 10px;
    padding-bottom: 10px;
    text-align: left;
}
.user-interview-profile-form-container form td {
    padding-right: 20px;
}
.user-interview-profile-form-container form .avatar {
    float: left;
}
.user-interview-profile-form-container form .odd blockquote {
    background: none repeat scroll 0 0 #F5F5F5;
}
.user-interview-profile-form-container form .odd blockquote:after {
    border-color: transparent #F5F5F5 #F5F5F5 transparent;
}
.user-interview-profile-form-container form .even blockquote {
    background: none repeat scroll 0 0 #F2F7FB;
}
.user-interview-profile-form-container form .even blockquote:after {
    border-color: transparent #F2F7FB #F2F7FB transparent;
}
.user-interview-profile-form-container form blockquote {
    border: 1px solid #D9D9D9;
    border-radius: 5px 5px 5px 5px;
    margin: 0 5px 10px 75px;
    padding: 15px 10px 10px 15px;
    position: relative;
}
.user-interview-profile-form-container form blockquote p {
    margin-bottom: 1em;
}
.user-interview-profile-form-container form blockquote ul, .user-interview-profile-form-container form blockquote ol {
    margin: 0.4em 0 0.5em 2.5em;
}
.user-interview-profile-form-container form blockquote ol {
    list-style: decimal outside none;
}
.user-interview-profile-form-container form blockquote ul {
    list-style: square outside none;
}
.user-interview-profile-form-container form blockquote b, .user-interview-profile-form-container form blockquote strong {
    font-weight: bold;
}
.user-interview-profile-form-container form blockquote i, .user-interview-profile-form-container form blockquote em {
    font-style: italic;
}
.user-interview-profile-form-container form blockquote .article-comm-text {
    overflow: hidden;
    width: 553px;
}
.user-interview-profile-form-container form blockquote.question {
    padding-top: 10px;
}
.user-interview-profile-form-container form blockquote.answer:before {
    border-color: transparent #D9D9D9 #D9D9D9 transparent;
    border-style: solid;
    border-width: 11px;
    content: " ";
    height: 0;
    left: -22px;
    position: absolute;
    top: 14px;
    width: 0;
}
.user-interview-profile-form-container form blockquote.answer:after {
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: -20px;
    position: absolute;
    top: 15px;
    width: 0;
}
.user-interview-profile-form-container form h3 {
    font-size: 12px;
    font-weight: bold;
}
.user-interview-profile-form-container form input[type="text"] {
    margin-right: 5px;
    width: 90%;
}
.user-interview-profile-form-container form textarea {
    font-family: "Dagny","Helvetica","Arial",sans-serif;
    font-size: 12px;
    width: 200px;
}
.user-interview-profile-form-container form .submit-column td {
    text-align: center;
}
 TK999 17:44, August 23, 2011 (UTC)
It doesn't work.
--.Nobody Cares .TalkContribs. 10:21, August 24, 2011 (UTC)