This topic was locked 11th Apr 08 at 3:40pm by Michael |
CåñåÐå™ Full Member
  
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/images-hrn.jpeg) Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | [F] Question/Requests (11th Apr 08 at 4:25am UTC) Resolved | | I was wondering if possible are you guys going to put the code the one you have for the last post that says "Please Login to view this board" in to the database ? Or would i have to request one .
If i do have to requests one then i am requesting it please .
Thanks guys. | |
 click here We have 15 Different Skins/Templates for your vForum |
|
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: Question/Requests (11th Apr 08 at 6:43am UTC) | | I'll get to this tonight if I have time! ^_^
You only want it for boards that have no posts in the last post column don't you? | |
|
CåñåÐå™ Full Member
  
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/images-hrn.jpeg) Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: Question/Requests (11th Apr 08 at 7:08am UTC) | | Yes please Wrighty thanks . | |
 click here We have 15 Different Skins/Templates for your vForum |
|
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: Question/Requests (11th Apr 08 at 1:37pm UTC) | | This should do what you want! If you want to, feel free to change the message at the top (part in red)
Any problems, let me know! ^_^
<script> /*Guest last post column message Created By Wrighty Don't: Rip, Repost or Claim!*/
var message = "Please <a href='/action/login'>Login</a> or <a href='/action/register'>Register</a>";
var d = get('td','tag');
if(vf_username=='guest'){ for(i=0;i<d.length;i++){ if(/lastpost/i.test(d[i].className) && d[i].firstChild && d[i].firstChild.innerHTML == ''){ d[i].firstChild.innerHTML = message; } } } </script>
Global Footer | |
|
CåñåÐå™ Full Member
  
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/images-hrn.jpeg) Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: Question/Requests (11th Apr 08 at 2:59pm UTC) | | It works fine thank you Wrighty . | |
 click here We have 15 Different Skins/Templates for your vForum |
|
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: Question/Requests (11th Apr 08 at 3:38pm UTC) | | Welcome! | |
|