Closed (fixed)
Project:
SlideShowPro
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2008 at 08:56 UTC
Updated:
24 Jan 2008 at 19:52 UTC
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
Comment #1
alex_b commented1) 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.
Comment #2
alex_b commented1) remove %link also from the format string $format_str.