e2interactive forums » (E)2 Photo Gallery FAQ

Search:

Move thumbnail carousel out and to right

(2 posts)

  1. Hi all

    I was wondering how easy it would be to move the thumbnails out to an external box on the right? I love the gallery, but really am not able to traul through all the code to figure this one out. Any helpers out there who have done this already?

    Regards

    Robb

    Posted 8 months ago #
  2. You could, if you grab this:

    <div id="thumbhide">
        <div id="thumbbox">
           <div id="thumb_container">
              <div id="thumbgall">
    	     <div id="thumbs">
    		  <div id="widthbox"><?php getthumbnailimages($gallerypath, 'tempgallery', $thumbpath); ?></div>
    	     </div>
    	  </div>
    	</div>
    	<div id="back">
    	  <script type="text/javascript">if(thumbnailnum>maxthumbvisible){document.write("<div id='leftmore'><ul><li><a href=\"javascript:checkbutton(addposition('minus'));movethumbs('plus');\"><img src='rsrc/buttonblank.gif' width='15' height='115' border='0' /></a></li></ul></div>");}</script>
    	</div>
    	<div id="more">
    	 <script type="text/javascript">if(thumbnailnum>maxthumbvisible){document.write("<div id='rightmore'><ul><li><a href=\"javascript:checkbutton(addposition('plus'));movethumbs('minus');\"><img src='rsrc/buttonblank.gif' width='15' height='115' border='0' /></a></li></ul></div>");}</script>
        </div>
       </div>
    </div>

    and place it where you want this would take the thumbnails out of it's current position, I don't know what it would do, I haven't tested it. You might need to modify the button that hides and shows the thumbnails, but that will get you started. Hope it works like you want it too.

    Posted 8 months ago #

RSS feed for this topic

Reply

You must log in to post.