Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 36 Joined:
pmwww | | [F] "Profile Views" (2nd Jan 08 at 3:29pm UTC) | | There is one on PB, but I can't find it, is there any way some one can make it?
Darkmage | |
|
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 | | Re: "Profile Views" (2nd Jan 08 at 4:28pm UTC) | | I'll see what I can do later today!
No promises though! | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 36 Joined:
pmwww | | Re: "Profile Views" (2nd Jan 08 at 4:41pm UTC) | | | ok, if you want to see the code, I found it. | |
|
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 | | Re: "Profile Views" (2nd Jan 08 at 5:39pm UTC) | | Try this:
Main Header:
 Code: - <script>
- if(location.href.match(/\/view_profile/i)){
- user = (location.href.match(/\/user\//i))?location.href.split(/\/user\//i)[1].replace(/\//,''):vf_username;
- s= "<script src=http://vf.wrighty.info/codes/profile_views/views.php?forum="+location.host+"&user="+user+"></scr"+"ipt>";
- document.write(s);
- }
- </script>
Main Footer:
 Code: - <script>
- if(location.href.match(/\/view_profile/i)){
- d = document.getElementById('full_profile').getElementsByTagName('span')[0];
- d.innerHTML += ' ('+tot_views+' views)';
- }
- </script>
Preview:
 | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 36 Joined:
pmwww | | Re: "Profile Views" (2nd Jan 08 at 8:35pm UTC) | | Thanks Wrighty
It works ^_^ | |
|
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 | | Re: "Profile Views" (2nd Jan 08 at 8:36pm UTC) | | | No problem | |
|