Hi,

First of all, great module and slideshow!
Two things:

1 How can I make sure that the images in Slideshowpro don't show up as links to my Drupal gallery. I want them to be 'unclickable'
I looked for it on slideshowpro side, but couldn't find a solution. Then i searched on Drupal side but no luck either. I can imagine it's possible to change it directly in the xml file, but:

2 I made a path, like in the videocast : ssp/slideshow; this is where the xml file is generated. Only: where can I find it? I Can't find it anywhere in my directories, is it just a database entry then perhaps?

Thanks,

d

Comments

alex_b’s picture

Status: Active » Closed (fixed)

1) You ll have to override theme_slideshowpro_xml_image() and remove the line

'%link' => url('node/'.$node->nid, NULL, NULL, TRUE),

for not passing in links into the slideshow

2) once you've built the xml file with views module, views module shows you the path to it as a link - just click on it. You should see some XML gibberish in your browser window.

alex_b’s picture

1) remove %link also from the format string $format_str.