Support #33690
How to set storage folder for submissions
| Status: | Closed | Start date: | 2012-02-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Reinhard Führicht | % Done: | 0% |
|
| Category: | Logger | |||
| Target version: | v1.2 | |||
| Votes: | 0 |
Description
Is there possibility to set individual storage folder for form submission?
By default target page is the page where the plugin is installed, how to change this?
History
Updated by Reinhard Führicht over 1 year ago
- Category set to Logger
- Status changed from New to Needs Feedback
- Assignee set to Reinhard Führicht
- Target version set to v1.2
Hi Rafal,
there is a setting called "pid" for the Logger_DB.
http://www.typo3-formhandler.com/documentation/loggers/logger-db/#c728
You would have to set something like this in your TS setup:
loggers {
1 {
class = Logger_DB
config {
pid = 123
}
}
}
Is that what you meant?
Updated by Rafal Brzeski over 1 year ago
Yes, this is it!
Thanks!
Updated by Reinhard Führicht over 1 year ago
- Status changed from Needs Feedback to Closed