Buying Very small and easy VBulletin mod edit

Discussion in 'Design' started by woja, Jul 14, 2010.

  1. #1
    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\" />") : ("&nbsp;"))."</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.
     
    woja, Jul 14, 2010 IP
  2. viral2583

    viral2583 Well-Known Member

    Messages:
    352
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I can help you on this, how much you will be paying for this? send me email details to undersign email address.

    Thank you.
     
    viral2583, Jul 15, 2010 IP