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
[ C ] Title & Icon relocation
Topic Started: Jul 26 2013, 06:33 AM (361 Views)
Zinnoh
Member Avatar
Perfume Mist Pirates ♥..♪
[ *  * ]
Board: http://w11.zetaboards.com/Onepiecexeon/index/
I want to know how I can move the Member Ranks/Titles to be directly above the User Avatar instead of below it. Basically I want the part that says "Administrator which is above the group Icon and the Group Icon both above the Avatar. Like this:

"title"
"Group Icon"
"Avatar"

How about it? I know it's possible so can someone tell me how to get it done?
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
//<![CDATA[
$('td.c_user').each(function () {
$(this).find('div.usertitle').prependTo(this);
});
//]]>
</script>
Offline Profile Goto Top
 
Zinnoh
Member Avatar
Perfume Mist Pirates ♥..♪
[ *  * ]
Cory
Jul 26 2013, 11:05 AM
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
//<![CDATA[
$('td.c_user').each(function () {
$(this).find('div.usertitle').prependTo(this);
});
//]]>
</script>


Thanks a million for the awesome code. It works perfectly as far as I can see. :)
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