Log in

View Full Version : Preview on Hover???



bdc
10-16-2007, 06:09 AM
May i ask what is this script when you hover on posts topic,
a small preview window pops up...like here on forum...

I'd like to use this script to my IPB forum...
is it possible? please help....

djr33
10-16-2007, 07:00 AM
Unless there is a module for IPB, it would be complex, mostly just navigating all of those php scripts to find where it actually is output.
However, that is PROBABLY just in the skin for the layout. Accessible in the Admin CP.

Problem, though, is that you need to actually get the preview text, and that requires a mysql query. You will either need to use ajax to populate the popup notice or grab all of the preview texts for each post, which would overally waste some processor power. Not sure how this board does it.

Take a look at the "tool tip" script in the library here.