Welcome Guest [Log In] [Register]
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:
Add Reply
Email member in posts
Topic Started: Oct 11 2008, 05:27 PM (368 Views)
.Scott
Member Avatar
aka slayer766
[ *  *  *  *  *  *  * ]
Description: Adds the current user of the posts email link to it. Made as a request.
Copyright: slayer766
Known Bugs: None
Browser compatibility: All
Preview/screen shot: http://s1.zetaboards.com/Slayer_Coding/topic/664527
Installation: Board template > Below the board:

Code:
 
<script type="text/javascript">
$(".user_info").each(function(){
a = $(this).parent().parent();
a.next().next().children(".c_footicons").prev().append(" <a href='"+main_url+"comm/?c=1&mid="+a.prev().html().split('profile/')[1].split('/')[0]+"'>E-mail</a>");
});
</script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Code & Modification Database · Next Topic »
Add Reply