This topic was locked 13th Apr 08 at 6:22pm by Michael |
-Sinister- New Member
Posts: 30 Status: Offline Gender: Male Joined:
pmyahooxfire | [F] Avatar PM Link (13th Apr 08 at 5:44pm UTC) | | Can someone make me a code that makes the avatar of a user the link to PM them? Like when you click on their avatar, you can send them a PM. | |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Avatar PM Link (13th Apr 08 at 6:15pm UTC) | | Go to: => 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> | |
|
-Sinister- New Member
Posts: 30 Status: Offline Gender: Male Joined:
pmyahooxfire | Re: Avatar PM Link (13th Apr 08 at 6:20pm UTC) | | Thanks Wrighty! | |
|