http://support.virtualforums.co.uk/board/database/action/vie w_topic/topic/1464
I put it in global footers but it still didn't work.
Here is the link btw http://blanka.virtualforums.co.uk/board/general/
It worked for me, all I did was move the mouse over the text.
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.![]()
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>
It is, i'm seeing a descrption everywhere it should be.
Edit:NVM
yay it works!
Thanks Wrighty![]()
No worries!![]()