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 ] Reverse custom titles and group icons
Topic Started: Apr 2 2012, 04:45 PM (396 Views)
GenSozo
Member Avatar
Member
[ * ]
Board Address: http://w11.zetaboards.com/federalistparty/index/

Board Software: Zeta

Description: I'd like a code that can switch the positions of the group icon and the custom ranks, preferably compatible with this code. Like so:

Posted Image

Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
In the code you linked to, change 'append' to 'prepend' and add '<br />' after the image tag.
Offline Profile Goto Top
 
GenSozo
Member Avatar
Member
[ * ]
Like this?

Code:
 
<script type="text/javascript">
function Icons(group,img){
$(".user_info dd:contains('"+group+"')").parent().prev().prepend("<img src='"+img+"'><br />").next().find("dt:contains('Group')").empty().next().empty();
}

Icons("Admins","Image");
Icons("Members","Image");
</script>
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Yes.
Offline Profile Goto Top
 
Eccentric Feline
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