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: PM Message (25th Mar 08 at 1:37am UTC) | | Place the following where you want the message: (Global Header) <div id='pm_message'></div>
Place this in your global footer: <script> /*PM Message*/
if(vf_username=='guest'){ var m = 'Please <a href=/action/login>Login</a> or <a href=/action/register>Register</a>'; }else{ var m = 'You have '+vf_new_pms+' new message!<br />(<a href=/action/pm/>Inbox</a>|<a href=/action/pm/view/outbox>Outbox</a>|<a href=/action/pm_send</a>)'; }
get('pm_message','id').innerHTML = m; </script> | |
|