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: Requesting A Code Please (18th Feb 08 at 5:01am UTC) | | I'm sorry to say this but when the page reloaded yesterday change back to the default color ?
http://tropolis.virtualforums.co.uk/ | |
 click here We have 15 Different Skins/Templates for your vForum |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Requesting A Code Please (18th Feb 08 at 5:06am UTC) | | Oops, the word "Yesterday" isn't bolded; thought it was. Give me a second.
EDIT: How's this:
 Code: - <script type="text/javascript">
- <!--
- /* Change "Today" and "Yesterday" Colours
- By Cr0w */
-
- if(location.href.match(/\.co\.uk(\/$|\/action\/home$|\/action\/home\/$|$)/i)){
-
- var td = document.getElementsByTagName("td");
- var lpc = document.getElementById("info_center_last_post");
-
- lpc.innerHTML = lpc.innerHTML.replace(/Today<\/b> at/i, '<font color="#336600">Today</font></b> at');
- lpc.innerHTML = lpc.innerHTML.replace(/Yesterday at/i, '<font color="#FFCC66">Yesterday</font> at');
-
- for(t=0;t<td.length;t++){
- if(td[t].className.match(/(window2|lastpost)/) && td[t].width == "25%" && td[t-1].width == "69%"){
- td[t].innerHTML = td[t].innerHTML.replace(/Today<\/b> at/i, '<font color="#336600">Today</font></b> at');
- td[t].innerHTML = td[t].innerHTML.replace(/Yesterday at/i, '<font color="#FFCC66">Yesterday</font> at');
- }
- }
-
- }
- //-->
- </script>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
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: Requesting A Code Please (18th Feb 08 at 5:08am UTC) | | Ok lol . | |
 click here We have 15 Different Skins/Templates for your vForum |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Requesting A Code Please (18th Feb 08 at 5:08am UTC) | |
I've edited my previous post. | |
rroll.to— Shorten a link, rickroll your friends. |
|
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: Requesting A Code Please (18th Feb 08 at 5:14am UTC) | | Cool stuff my friend its perfect thank you . | |
 click here We have 15 Different Skins/Templates for your vForum |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Requesting A Code Please (18th Feb 08 at 5:15am UTC) | | No worries. | |
rroll.to— Shorten a link, rickroll your friends. |
|