vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Link Avatar To 'Send PM'

Link Avatar To 'Send PM' - Posted By Michael (wrighty) on 14th Apr 08 at 7:34pm
This code will make it so that the person's avatar will become a link to their profile.

Go to: Image => Mini Profile Template

change {avatar} to:

<script>
var a = '{display_name}';
var x = (a.match(/view_profile\/user\/(.+?)(\/|"|\/")/))?RegExp.$1 : '';
document.write('<a href="/action/pm_send/to/'+x+'">{avatar}</a>');
</script>