PDA

View Full Version : Thread Title Mouseover Display Images


tamilbb
12-17-2014, 06:21 PM
Hello,

I want to know what mod is this site use to display images when you over the thread titles with your mouse?

Example:

http://i.imgur.com/gHq95s4.png

Thanks

HM666
12-17-2014, 10:49 PM
Hello,

I want to know what mod is this site use to display images when you over the thread titles with your mouse?

Example:

http://i.imgur.com/gHq95s4.png

Thanks

That is custom code more and likely. There is no mod on here that I know of that does that.

tamilbb
12-18-2014, 10:09 AM
But some other site also use the same one so you think they also use a custom code?

HM666
12-18-2014, 10:56 AM
But some other site also use the same one so you think they also use a custom code?

Its possible. I did not see a mod upon searching in here. That does not means there isn't one I just did not find one.

tamilbb
12-18-2014, 01:30 PM
ok thanks btw any way to do that? if so can you give any explanation?

The sites where is used is like this:

javascript:

https://github.com/overlib/overlib/blob/master/overlib.js

in thread:

<div class="threadinfo" onmouseover="return overlib('<div><nobr><img src=\'http://i15.truepic.org/2.jpg\' style=\'max-width:400px;max-height:400px;\'> <img src=\'http://i15.truepic.org/1.jpg\' style=\'max-width:400px;max-height:400px;\'> </nobr></div>');" onmouseout="return nd();">

But i don't know how they get the links of the images from the thread...

HM666
12-18-2014, 05:36 PM
Coding JavaScript from scratch is not my forte, I usually work with installing it on a site but I'm sure there are others that might know how to answer your question. :) I'm not quite sure how the images could be called to have them cause an effect like that.

ozzy47
12-18-2014, 08:17 PM
Maybe you could investigate how vBulletin does the on hover, and change it to only show images.

tamilbb
12-18-2014, 09:15 PM
Maybe you could investigate how vBulletin does the on hover, and change it to only show images.

But how to get the image links?

RawBoard
12-14-2016, 06:57 PM
Hello. Is there anyway to preview the images inside topics with mouseover the topic title?

Stratis
12-15-2016, 03:41 AM
Hello,

I want to know what mod is this site use to display images when you over the thread titles with your mouse?

Example:

http://i.imgur.com/gHq95s4.png

Thanks

Hello. Is there anyway to preview the images inside topics with mouseover the topic title?



Different that you both want but take a look here
https://vborg.vbsupport.ru/showthread.php?t=270794

RawBoard
12-15-2016, 02:32 PM
Different that you both want but take a look here
https://vborg.vbsupport.ru/showthread.php?t=270794

Mate it is not what I want to do. I want to do exactly which previous user told. You can look the screenshot to see what I want to do exactly :

http://i.imgur.com/gHq95s4.png

Bill Stuntz
12-15-2016, 06:09 PM
Maybe you could contact the administrator of your example MB? If it's custom programming, maybe they can tell you where to obtain it it? If it's an available package, maybe they can point you to it.