This isn't so much an issue as a development request. I am using the private_upload module to upload files into a directory only accessible by specific roles within drupal. When using the galleria module I'm unable to view the uploaded files (if private is checked). Is it possible to configure the galleria module to see the private directory ?

I'm running latest drupal on CentOS 4.7, with latest mySQL and PHP.

thanks.

Comments

Mark Theunissen’s picture

Status: Active » Closed (won't fix)

This is beyond the scope of the project, however I can offer you some tips to get this working. Galleria uses the theme system so you can override the method that is used to create the images. In galleria.module, the template_preprocess_galleria(&$vars) function takes the array of attached files from the node object and calls theme('image') on each one.

If you provide a theme_preprocess_galleria() in your template.php, you can change these images.

mafi-a’s picture

Did anyone manage to fix this?

Rafał Ch’s picture

subscribe