Can Any one know the easy way to use slideshow in drupal ?

Comments

mm167’s picture

The answer is "Can".

computer_jin’s picture

than how ?

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

marcvangend’s picture

computer_jin’s picture

I have searched and try slideshow creator but it s not working for me ....

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 can you tell me how can i do this it should show all the images in slideshow.

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

marcvangend’s picture

I don't know slideshow creator, for module-specific support, try the issue queue of that module.

computer_jin’s picture

is there any one who can help for this problem this is very urgent for me .......

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

marcvangend’s picture

I'm not the first one to tell you this: Please stop asking the same thing over and over again. Do not post the same question in several threads. If someone knows the answer, he will reply.
I understand that this is urgent for you, but being on a tight schedule and being dependent on the help of volunteers just isn't a good combination, sorry.