vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Topic Description Under Topic Title

Topic Description Under Topic Title - Posted By Michael (wrighty) on 30th Dec 07 at 5:37am
Preview: http://wrighty.info/img/images/7.jpg

As you know, when you hover over a topic title a description appears, this code will move that description to where the started on info normally appears! {Cheesy}

Placement: Global/Board Footers

Code:
 
  1. <script type="text/javascript">
  2. /*Topic Description Under Topic Title
  3. Created By Wrighty - vForums Support
  4. Don't RIP, Repost or Claim! */
  5.  
  6. var d = get('td','tag')
  7. for(i=0;i<d.length;i++){
  8. if(d[i].className=="window2" && d[i].width=="54%"  && d[i].innerHTML.match(/started by/i) && location.href.match(/\/board\/(\w)/)){
  9. d[i].getElementsByTagName('span')[2].innerHTML = d[i].getElementsByTagName('span')[0].getElementsByTagName('a')[0].title
  10. }
  11. }
  12. </script>
 

Re: Topic Description Under Topic Title - Posted By Lincoln (lincoln) on 30th Dec 07 at 6:43pm
Does this go in the Headers or Footers?

Re: Topic Description Under Topic Title - Posted By Marc (cr0w) on 30th Dec 07 at 6:47pm
It goes in either global footers, or an individual board's footers.

Hope you don't mind me adding that in Wrighty. {Smile}

Re: Topic Description Under Topic Title - Posted By Lincoln (lincoln) on 30th Dec 07 at 6:49pm
Okay, thanks. =)

Re: Topic Description Under Topic Title - Posted By Marc (cr0w) on 30th Dec 07 at 6:50pm
 
Okay, thanks. =)


No Problem, and welcome to vForums! {Smile}

Re: Topic Description Under Topic Title - Posted By Michael (wrighty) on 30th Dec 07 at 7:33pm
 
It goes in either global footers, or an individual board's footers.

Hope you don't mind me adding that in Wrighty. {Smile}


OMG I can't believe you did that... I'm totally not going to talk...

ya it's fine! {Smile}

Re: Topic Description Under Topic Title - Posted By blanka (blanka) on 14th Jul 08 at 10:53pm
Can you have it where if they don't make a topic description it will be blank?

Re: Topic Description Under Topic Title - Posted By Michael (wrighty) on 14th Jul 08 at 10:55pm
this is now possible through the 'Topic Listings Template' system! {Smile}

Re: Topic Description Under Topic Title - Posted By blanka (blanka) on 14th Jul 08 at 10:58pm
huh!? Topic listening Template? I think i need a bit more guidance from you.

Re: Topic Description Under Topic Title - Posted By Michael (wrighty) on 15th Jul 08 at 5:47am
Admin Panel => Manage Templates! {Smile}

I'm out till later tonight, If you create your own thread in the code requests board, I'll help you in there! {Smile}