Community & Support

automatic lightbox slideshow with the attached files

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

are u saying something like

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

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

We go the drupal way. How about you?
http://www.drupalway.com

thanx for ur quick

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.

full screen slide show? what

full screen slide show?

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

We go the drupal way. How about you?
http://www.drupalway.com

Hi, I want exactly like the

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
Web Developer
msn : computer_jin@hotmail.com | skype: computer_jin
gtalk: engr.azharuddin@gmail.com
+92-333-2955332

give me a few hours...let me

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

bye.

We go the drupal way. How about you?
http://www.drupalway.com

i am trying to use slideshow

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
Web Developer
msn : computer_jin@hotmail.com | skype: computer_jin
gtalk: engr.azharuddin@gmail.com
+92-333-2955332

please paste the code u used

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

Can u Please tell me why my

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

--
Azhar uddin
Web Developer
msn : computer_jin@hotmail.com | skype: computer_jin
gtalk: engr.azharuddin@gmail.com
+92-333-2955332

what's wrong when u use the

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

We go the drupal way. How about you?
http://www.drupalway.com

I want to use slideshow

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

<?php
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
Web Developer
msn : computer_jin@hotmail.com | skype: computer_jin
gtalk: engr.azharuddin@gmail.com
+92-333-2955332

the user means the site

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....

if your visitor create a page

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.

We go the drupal way. How about you?
http://www.drupalway.com

Great... what do u mean by

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

for full screen..u means

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?

We go the drupal way. How about you?
http://www.drupalway.com

exactly... thats what i'm

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