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 ] Badges in the profile
Topic Started: Jun 10 2011, 02:03 PM (576 Views)
Darkon
Member Avatar
Member
[ * ]
Board Address: (http://s4.zetaboards.com/SmogonBR/index/)
Board Software: (ZetaBoards)
Description: (I want that the code help me to make some badges for the members, like badges that they will win making good topics, count post, helping the forum, etc adding images to the user profile like the image down:)

As the symbol of nintendo DS and pokeball here:

Posted Image or Posted Image
Edited by Darkon, Jun 10 2011, 02:07 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Try one of these: Awards and Awards Page , Awards Mod
Offline Profile Goto Top
 
Darkon
Member Avatar
Member
[ * ]
The Awards Mod was almost the same as i want!

If you know other with the awards been most close of the place of profile that are in the image that i have posted, that will be really awesome for me!
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Before avatar:
Code:
 
<script type="text/javascript">
function Icon(name, image) {
$("tr[id*='post']:contains(" + name + ")").next().find(".c_user").prepend("<img src='" + image + "' alt='' />");
}

Icon("USERNAME", "IMAGE_URL");
</script>
After team icon:
Code:
 
<script type="text/javascript">
function Icon(name, image) {
$("tr[id*='post']:contains(" + name + ")").next().find(".user_info").before("<img src='" + image + "' alt='' />");
}

Icon("USERNAME", "IMAGE_URL");
</script>
Offline Profile Goto Top
 
Darkon
Member Avatar
Member
[ * ]
Thank you so much Cory!
Offline Profile Goto Top
 
Minato
Member Avatar
Let Me Be With You
[ *  *  *  *  * ]
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