We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
  • Pages:
  • 1
  • 2
[ C ] Reorder & Relocate Profile Field
Topic Started: Aug 1 2015, 05:39 PM (403 Views)
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
ZB
URL in profile field
Is it possible to relocate these profile fields to the first box like in this picture:

Posted Image

and then reorder them to this order?

Wizard Name:
Wizard School:
Wizard Level:
Joined:
Posts:

and is it possible to make it to show it next to the profile field instead of under it? and also remove the italic?
Offline Profile Goto Top
 
Replies:
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
I used Ctrl F and 'Points' did not exist on that page.
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
http://z2.ifrm.com/10746/4/0/f5059449/Capture.png
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
What code is producing that?
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Not sure, it appeared after I installed that code
Actually, it isn't. I have no idea what that is o_o
Edited by Tyler Dream, Aug 5 2015, 02:21 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Whatever it is it must use the user_info class.
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
The only code I have installed are the ones above that use user_info

Code:
 
<style type="text/css">
dl.user_info dt:nth-of-type(4), dl.user_info dd:nth-of-type(4), dl.user_info dt:nth-of-type(5), dl.user_info dd:nth-of-type(5) {
display:none;
}


Code:
 
<script type="text/javascript">
function moveField(fName) {
$('td.c_user').each(function() {
$(this).find('dl.user_profile dt:contains(' + fName + ')').next('dd').andSelf().prependTo($(this).find('dl.user_info'));
$(this).find('dl.user_info dt:contains(Posts)').next('dd').andSelf().insertBefore($(this).find('dl.user_info dd.spacer'));
});
}

moveField('Wizard Level:');
moveField('Wizard School:');
moveField('Wizard Name:');
</script>[/code
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Can you re-PM me my test account information? I forgot it.
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Mk
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
dl.dynamo_user_info dt:nth-of-type(2), dl.dynamo_user_info dd:nth-of-type(2) {
display: none;
}
Add that below this:
Code:
 
dl.user_info dt:nth-of-type(4), dl.user_info dd:nth-of-type(4), dl.user_info dt:nth-of-type(5), dl.user_info dd:nth-of-type(5) {
display:none;
}
Offline Profile Goto Top
 
Tyler Dream
Member Avatar
Member
[ *  *  *  * ]
Works now. Thank you Cory!
Offline Profile Goto Top
 
Moonface
Member Avatar


Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic
  • Pages:
  • 1
  • 2