hi

i was trying to create an automatic slideshow of the files that are attached to a page using a lightbox2 module. i was searching for such a module but didnt find any. can anyone pls help me on this....
this lightbox module can be placed anywhere on the screen when that page is being viewed.
thanx in advance....

Comments

mm167’s picture

are u saying something like this "car show" ..

http://www.drupalway.com/node/3

dksathish’s picture

thanx for ur quick response......
no.. i want the images to be viewed in full screen...... also.. i want this slideshow to work automatically... so that there will be no need for the users to write HTML stuffs for the slideshow. is there any way out.

mm167’s picture

full screen slide show?

what do u mean by "users write HTML stuffs .."?
"user" = site admin? or site visitor?

computer_jin’s picture

Hi,
I want exactly like the car show ...can you please tell me how can i do this ?I have array of images and i want to show all these images like car show ......

Thanks in advance

--
Azhar uddin
Technical Lead
email : engr.azharuddin@gmail.com
skype : computer_jin

mm167’s picture

give me a few hours...let me pack it and find a place for u to download.

bye.

computer_jin’s picture

i am trying to use slideshow creator module to show like car show but its not working for me if you please can help me on slideshow creator module please.........

thanks ,

--
Azhar uddin
Technical Lead
email : engr.azharuddin@gmail.com
skype : computer_jin

dksathish’s picture

please paste the code u used for slideshow creator...

computer_jin’s picture

Can u Please tell me why my slideshow creator is not working ...........

--
Azhar uddin
Technical Lead
email : engr.azharuddin@gmail.com
skype : computer_jin

mm167’s picture

what's wrong when u use the slideshow creator?

for slideshow creator:
it is for admin.....which all the images are already uploaded.

for s3slider we used in drupalway
it is for users..images are uploaded during the user create the content page.

..anyway , have a nice weekend

computer_jin’s picture

I want to use slideshow creator in my hook_view and i am using this like

for($i=0; $i<$count_virtual_tour; $i++) {
$path = SITE_PATH ;
        $img .=" img = |$path$products_images[$i]|$path$products_images[$i]| Test image|testing image | Smart slide show |,  ";
}

$slideshow = "[slideshow:2, rotate=2, blend=1, layout=default, name=Banner, height=300, width=250, $img]" ;

And than...I print this in $slideshow varaiable in node->content

$node->content['virtual_tour'] = array(
        '#value' => '<div>'.$slideshow.'</div>',
       
        '#prefix'     => '<div style="float:right;">',
        '#suffix'    => '</div>',
        '#weight' => 16,   
    );

But it is not working and its showing me the string containing this variable $slideshow.......

Please help me ...if i am missing something or using wrong way to use slideshow

--
Azhar uddin
Technical Lead
email : engr.azharuddin@gmail.com
skype : computer_jin

dksathish’s picture

the user means the site visitor... i'm going to give page creation access to the site visitor.
If the site visitor attaches the images to the page... then that images should automatically converted into a slideshow....

mm167’s picture

if your visitor create a page and upload some images, the images will be shown as slides. No HTML coding is required.

But..no full screen in this version.

for full screen, u may need other modules.

good luck.

dksathish’s picture

Great... what do u mean by "this version"? can u help me with that module??

mm167’s picture

for full screen..u means ..when user clicks the slidebox, the slide will be shown in full screen mode? user press escape then return to small slide box?

dksathish’s picture

exactly... thats what i'm trying...