Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | | MYOP (1st Mar 08 at 12:39am UTC) | | Make Your Own Profile
 Code: - <div id="w_prof" style="display: none">
- PUT YOUR CODE HERE
- </div>
-
- <script>
- /*Coded by Wrighty
- Don't RIP!*/
-
- function prof(id){
- get('w_prof','id').innerHTML = get('w_prof','id').innerHTML.replace(new RegExp('{'+id+'}','g'),get(id,'id').innerHTML);
- }
- if(location.href.match(/\/view_profile(\/|$)/)){
- for(i=0;i<get('w_prof','id').innerHTML.length;i++){
- if(get('w_prof','id').innerHTML.match(/{(.+?)}/)){
- prof(RegExp.$1);
- }
- }
- get('full_profile','id').innerHTML = get('w_prof','id').innerHTML
- }
-
- </script>
Where it says: PUT YOUR CODE HERE. You can put any HTML code that you want. To include various sections from the main profile use these tags:
{profile_links} {hidden_vars} {display_name} {birthday} {age} {gender} {location} {website} {posts} {date_registered} {email} {msn} {aim} {googletalk} {icq} {yahoo} {last_online} {local_time} {last_ip} {recent_posts} {signature} {account_notes}
Post Questions/results etc... below
This is not a release. This is just for testing. Feel free to test it and let me know your thoughts on it. I will release it when I have had enough feedback. | |
|