Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Joe Kerr

Joe Kerr Avatar
Why So Serious?



769


June 2010
Is it possible to take the text that appears when you hover over a thread and put it below the thread title instead?

Anyone want to help me on how it would be done?
Building Your Proboard, a Basic Guide to Getting Your Forum Started



Need somewhere to host files?[/url]

JD

JD Avatar



1,032


June 2008
The link carries a title which contains the information. You could simply get the title content from the link, and display it below. I assume you know how to do that now?

Joe Kerr

Joe Kerr Avatar
Why So Serious?



769


June 2010
not really...if you showed me i would probably think i was really stupid but sorry no i still don't understand...
Building Your Proboard, a Basic Guide to Getting Your Forum Started



Need somewhere to host files?[/url]

JD

JD Avatar



1,032


June 2008
Perhaps this is better suited in code requests?

E.g. Loop through the thread links, get the 'title' and display it where you want it.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Here's kinda a step-by-step of how I'd do it.

1) Make sure we're on the thread listing/view board page.
2) Loop through all TDs and find a board cell.
3) Grab the correct link from the board cell. (If you have new posts, it's the second link not the first.)
4) Grab the title property of that link. Use innerHTML += on the board cell you got earlier to add the content.

Should be done. :)

Tobias

Tobias Avatar

***
Dedicated Member

182


November 2006
innerHTML += "Ewwww, reflow spam."
#intj (Mastermind)^

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Tobias Avatar
innerHTML += "Ewwww, reflow spam."


:P I could tell him to use document.createTextNode and append if you prefer.

newBookmarkLockedFalling