Closed (won't fix)
Project:
Galleria
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 11:35 UTC
Updated:
19 Apr 2009 at 03:25 UTC
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
Comment #1
Mark Theunissen commentedThis 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.
Comment #2
mafi-a commentedDid anyone manage to fix this?
Comment #3
Rafał Ch commentedsubscribe