1
nmshah
gallery module with fade in - fade out image block
  • 2008/12/13 7:28

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


Is there any picture gallery module with a block to display recent thumbnails of images with fade in and fade out effect

2
nmshah
Re: gallery module with fade in - fade out image block
  • 2008/12/13 7:43

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


i Have downloaded a gallery module named as "IMGTag D3 v0.24" By OceanBlue from http://xoops.oceanblue-site.com/

Its the d3 version of myalbum

Is there a way to modify the recent images with thumbnails block to display the images in a fade in fade out slideshow.

3
jimmyx
Re: gallery module with fade in - fade out image block
  • 2008/12/13 8:34

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18



4
nmshah
Re: gallery module with fade in - fade out image block
  • 2008/12/13 9:19

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


Thanks jimmyx for the help.

I tried Extgallery, but it does not have a block to display latest images in an automatic fadein- fade out slideshow manner.

What i really want is to display latest images on the top page (homepage) of the website in a block but not horizontally or vertically as in the extgallery latest block but as a slide show preferrably in a fade in fade out style to reduce the space + make it more attractive. I think it can be done using javascript or may be even css but have no idea how to.

5
nmshah
Re: gallery module with fade in - fade out image block
  • 2008/12/13 9:38

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


I have just tried another module i.e d3xcgal, d3 version of xcgal module from the same site. This one has a scrolling images block. Is there a way to modify this block to display images as fade in out slideshow rather then scroll as is the case right now.

The scrolling block template file reads like this:

le="color: #000000"><?php <script src="<{$xoops_url}>/modules/<{$block.mydirname}>/js/dw_core.js" type="text/javascript"></script> <script src="<{$xoops_url}>/modules/<{$block.mydirname}>/js/dw_scroller.js" type="text/javascript"></script> <script type="text/javascript"> <!-- /* This code is from Dynamic Web Coding at http://www.dyn-web.com/ Copyright 2001-3 by Sharon Paine See Terms of Use at http://www.dyn-web.com/bus/terms.html Permission granted to use this code as long as this entire notice is included. */ function initScrollerObjs() { scroller1 = new scrollerObj(0,0,125,<{$block.wh}>,"center","holder"); <{foreach item=pic from=$block.pics}> scroller1.addItem('<a href="<{$xoops_url}>/modules/<{$block.mydirname}>/<{$pic.link_tgt}>"><{$pic.image}></a><br /><{$pic.caption}>'); <{/foreach}> scroller1.create(); setMouseEvents(); // set up pause/restart onmouseover/out } window.onload = initScrollerObjs; //--> </script> <div style="height: <{$block.wh}>px; width: 100%;"> <div id="holder"></div> </div>

6
nmshah
Re: gallery module with fade in - fade out image block
  • 2008/12/13 9:55

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


To give an example of what i am trying to get, visit
http://host.sonspring.com/slideshow/
For more info about the above slideshow
http://sonspring.com/journal/slideshow-alternative

I want a similar thing as a block for any of the gallery module.

7
demian
Re: gallery module with fade in - fade out image block
  • 2008/12/13 12:26

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


not a gallery module but i use this in my site for a fade in out slideshow effect

mastop go 2
http://www.mastop.com.br/conteudo/open-source/mastop-go2-english.mstp

8
Rickb
Re: gallery module with fade in - fade out image block
  • 2008/12/14 10:07

  • Rickb

  • Not too shy to talk

  • Posts: 118

  • Since: 2004/10/24


Upon trying to install that Mastop mod. I get errors like:

"ERROR: Could not insert template mpu_index.tpl.html to the database.

ERROR: Could not insert template mpu_menucss.block.tpl.html to the database.

ERROR: Could not insert template mpu_menurelated.block.tpl.html to the database."

-----------------------------------------------
Can some help me? I am getting these errors on 2 different Xoop installs on 2 different hosting companies.

Rick

9
nmshah
Re: gallery module with fade in - fade out image block
  • 2008/12/14 13:04

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


I need the block to be a part of the pic gallery module and not an indepedent module like MastopGo as the last five uploaded images need be fetched from the pic gallery.

10
zoullou
Re: gallery module with fade in - fade out image block
  • 2008/12/14 21:43

  • zoullou

  • Quite a regular

  • Posts: 250

  • Since: 2004/3/2 0


Hi,

You can see on the top page of Zoullou.net SlideShow block and Slideshow album here. These feature will be added on next version of eXtGallery.

Yours