I am looking to sell content on my site and in order to do this I want to make sure that people are not able to directly access files on my server unless they have paid (eg: domain.com/files/thefile.jpg).
Is there a way to integrate Flickr SLideshows into a drupal page....The flickr module doesnt seem to have those capabilities.It keeps pulling me to Flickr instead of allowing me to view the slideshow on my site.
The normal "Slideshow" seems very limiting, does anyone know of any better slideshow type modules that are more professional and play in the drupal page.
I have a Flash graphic embedded in the footer of all pages that needs to play a different frame for each section of the site. Using SWFobject and passing the getQueryParamValue("variable1") through to the Flash worked great. Unfortunately for me, my client changed all the pages to clean URLs. What is the correct PHP to use to pass the url_alias from Drupal into Flash? I can see that in the database the clean URL resides in a table called url_alias in a column called dst. Does anyone know if there is an existing variable that Drupal is already using to call the clean URL?