This topic was locked 16th Mar 08 at 7:51pm by Michael |
blanka Full Member
  
![[Avatar]](http://images.gametrailers.com/images/userimages/1431764-1229644884-mrblanka.png) Posts: 319 Status: Offline Gender: Male Joined:
pm | |
Tim Senior Member
    banned.
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/1beast10-2s9.jpeg) The only easy day was yesterday. Posts: 698 Status: Offline Gender: Male Location: Under your bed..in your closet..in your head Age: 34 Joined:
pmmsn | Re: Topic description (16th Mar 08 at 7:39pm UTC) | | It worked for me, all I did was move the mouse over the text. | |
|
|
blanka Full Member
  
![[Avatar]](http://images.gametrailers.com/images/userimages/1431764-1229644884-mrblanka.png) Posts: 319 Status: Offline Gender: Male Joined:
pm | Re: Topic description (16th Mar 08 at 7:41pm UTC) | | It worked for me, all I did was move the mouse over the text.
I wanted it to show the description under the thread title, like the code was suppose to do. | |
|
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: Topic description (16th Mar 08 at 7:42pm UTC) | | Ross had changed some widths. Try this:
 Code: - <script type="text/javascript">
- /*Topic Description Under Topic Title
- Created By Wrighty - vForums Support
- Don't RIP, Repost or Claim! */
-
- var d = get('td','tag')
- for(i=0;i<d.length;i++){
- if(d[i].className=="window2" && d[i].width=="54%" && d[i].innerHTML.match(/started by/i) && location.href.match(/\/board\/(\w)/)){
- d[i].getElementsByTagName('span')[2].innerHTML = d[i].getElementsByTagName('span')[0].getElementsByTagName('a')[0].title
- }
- }
- </script>
| |
|
Tim Senior Member
    banned.
![[Avatar]](http://uploads.virtualforums.co.uk/forums/support/1beast10-2s9.jpeg) The only easy day was yesterday. Posts: 698 Status: Offline Gender: Male Location: Under your bed..in your closet..in your head Age: 34 Joined:
pmmsn | Re: Topic description (16th Mar 08 at 7:42pm UTC) | | It is, i'm seeing a descrption everywhere it should be.
Edit:NVM | |
|
|
blanka Full Member
  
![[Avatar]](http://images.gametrailers.com/images/userimages/1431764-1229644884-mrblanka.png) Posts: 319 Status: Offline Gender: Male Joined:
pm | Re: Topic description (16th Mar 08 at 7:50pm UTC) | | yay it works!
Thanks Wrighty | |
|
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: Topic description (16th Mar 08 at 7:51pm UTC) | | No worries! | |
|