Hallo Stefan,
das hört sich sehr brauchbar an. Ich werde das im Laufe des Abends ausprobieren. Danke erstmal.


Am 20.01.2014 18:01, schrieb Stefan Grothus:
Moin,

hab neulich eine Seiten-empfehlen-Funktion mit Formhandler gelöst. Könnte also sein, dass es Deine Frage trifft.
Den Link baust Du mit TS so, oder ähnlich:

blablubb.value = Linktitel
blablubb.typolink.parameter = ID_der_Formularseite
blablubb.typolink.additionalParams =&VARNAME={page:title}
blablubb.typolink.additionalParams.insertData = 1

Im Formular fügst Du ein Element ein:
.. label... etc.
<input readonly type="text" id=" VARNAME" name=" [VARNAME]" value="###value_ VARNAME ###"/> .. usw.

Im Formular-Setup nutzt Du dann preProcessors [#1]:
# get pagetitle from global var
   preProcessors {
        1.class = Tx_Formhandler_PreProcessor_LoadGetPost
        2.class = Tx_Formhandler_PreProcessor_LoadDefaultValues
        2.config {
            1 {
                VARNAME.defaultValue = TEXT
                VARNAME.defaultValue.data = GP: VARNAME
            }
        }
    }

VARNAME kannst Du dann einfach im Admin-E-Mail nutzen: ###ISSET_ VARNAME ###Seite: ###value_ VARNAME ######ISSET_ VARNAME###

[1: http://www.typo3-formhandler.com/documentation/preprocessors/]

//Stefan

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an