Can't access to my painter images in server.
Macarro - October 30, 2009 - 09:57
| Project: | Painter |
| Version: | 6.x-2.1-beta6 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
First post here, so congratulations and thanks for this module.
I'm trying to build some kind of dynamic user bars for users wich they can use in forums. In my first steps I've found two problems:
#1. Created images are under /files/dynamic/temp wich is not accessible under apache. Can I choose the destination folder of the destination folder and grant them access permissions from my site itself and also others?
#2. Created images have dynamic names (i.e. last-vote-ab1e866f2b4b8cf9225e3f203bae0ad1.png), can I force the name of the file to make them static?
Thanks in advance.

#1
Check out the save image operation (provided by the painter module itself)
Hope that helps!
#2
Oh, and by the way, the images are stored under /files/dynamic/temp because they are not cached. Switching on caching should save it under a different folder.
#3
Thanks for your answer, scheepers. I need to look more deeply into the module. I'll post my progress.