Drupal SlideShow

computer_jin - March 28, 2009 - 07:06

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

yes.

mm167 - March 28, 2009 - 08:49

The answer is "Can".

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

than how ?

computer_jin - March 28, 2009 - 10:54

than how ?

Azhar
4 Ace Technologies(www.4acetech.com)
karachi,Pakistan

I have searched and try

computer_jin - March 28, 2009 - 13:35

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

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

Azhar
4 Ace Technologies(www.4acetech.com)
karachi,Pakistan

I don't know slideshow

marcvangend - March 28, 2009 - 15:40

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

is there any one who can help

computer_jin - March 30, 2009 - 22:06

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

Azhar
4 Ace Technologies(www.4acetech.com)
karachi,Pakistan

I'm not the first one to tell

marcvangend - March 30, 2009 - 22:58

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.

 
 

Drupal is a registered trademark of Dries Buytaert.