Project

General

Profile

Actions

Feature #32701

closed

Enable customer postProcessors in different folder

Added by Jan Schreier over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2011-12-19
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:

Description

This may be a feature request for a manual extension actually: I like the idea of postprocessores. however so far I only managed to integrate a postprocessor by having the php file holding my postprocessor class in the sysext/form/.../PostProcessor/-folder. Is there a way to define the source of this class elsewhere? e. g. under my fileadmin folders?

I would love to see some typoscript code like
postProcessor {
1 = mail
1 {
...
}
2 = myPostProc
2 {
classFile = /fileadmin/myPostProc.php
...
}
}

If there is any existing solution to add a postProcessor easily, please tell me (and I will come up with a suggestion for the manual)


Files

issue32701.diff (3.46 KB) issue32701.diff Diff of the changes to implement Oliver's suggestions. Franz Geiger, 2012-02-13 13:45
T3X_postprocessorinterfacetest-0_0_0-z-201202131711.t3x (2.55 KB) T3X_postprocessorinterfacetest-0_0_0-z-201202131711.t3x Extension of a basic custom postprocessor Franz Geiger, 2012-02-13 17:14

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #38255: Post processors should be extendableRejected2012-06-21

Actions
Actions

Also available in: Atom PDF