Hey guys. I have a VBulletin 3.8.5 forum. I've installed a thread thumbnail mod http://www.vbulletin.org/forum/showthread.php?t=214755 Code (markup): , but would like a very small adjustment made to it. This is probably a 2 minute job for a VB coder. Currently, the mod just displays thread thumbnails on the forum. What I'd like is to add a small functionality, that when your mouse hovers over the thumbnail, it displays the full image. I've seen this working at http://x264-bb.com Code (markup): The basic code for the actual image implementation is $find = '".(($show[\'threadicons\']) ? (" <td class=\"alt2\">".(($show[\'threadicon\']) ? ("<img src=\"$thread[threadiconpath]\" alt=\"$thread[threadicontitle]\" border=\"0\" />") : (" "))."</td> ") : (""))."'; $replace = '".(($show[threadicons]) ? (" <td class=\"alt2\" align=\"center\" valign=\"middle\"> ".(($thread[thumbnaildisplay] AND (($vbulletin->options[thread_thumbnails_sticky] == \'1\') OR !$thread[sticky])) ? (" <a href=\"showthread.php?" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . "t=$thread[threadid]\"> <img src=\"$thread[thumbnailurl]\" alt=\"\" border=\"0\" width=\"$thread[thumbnailwidth]\"/> </a> ") : (" ".(($show[threadicon]) ? (" <img src=\"$thread[threadiconpath]\" alt=\"$thread[threadicontitle]\" border=\"0\" /> ") : (""))." "))." </td> ") : (""))."'; Code (markup): I'm pretty sure it's just a matter of adding a <span> tag or something. Anyway, an experience VB coder should be able to do this within a few minutes. If all goes well with this mod, I have a few more (more complicated) design changes that I would like to be done, but that can be discussed after this.
I can help you on this, how much you will be paying for this? send me email details to undersign email address. Thank you.