Documentation TYPO3 par Ameos |
Public Member Functions | |
main_guestbook ($content, $conf) | |
init ($enableFields) | |
getLayouts ($templateCode, $alternativeLayouts, $marker) | |
getItems ($pid) | |
formatStr ($str) | |
getRecordCount ($pid) | |
getPrevNext () | |
Public Attributes | |
$cObj | |
$enableFields = "" | |
$dontParseContent = 0 | |
$orig_templateCode = "" |
Creates a guestbook/comment-list.
TypoScript config:
Other resources: 'guest_submit.inc' is used for submission of the guest book entries to the database. This is done through the FEData TypoScript object. See the static_template 'plugin.tt_guest' for an example of how to set this up.
Definition at line 47 of file class.tx_ttguest.php.
|
Main guestbook function. Definition at line 246 of file class.tx_ttguest.php. Referenced by main_guestbook(). |
|
Main guestbook function. Definition at line 216 of file class.tx_ttguest.php. Referenced by main_guestbook(). |
|
Main guestbook function. Definition at line 200 of file class.tx_ttguest.php. Referenced by main_guestbook(). |
|
Main guestbook function. Definition at line 193 of file class.tx_ttguest.php. References $enableFields. Referenced by main_guestbook(). |
|
Main guestbook function. Definition at line 58 of file class.tx_ttguest.php. References $cObj, tslib_pibase::$conf, formatStr(), getItems(), getLayouts(), getPrevNext(), getRecordCount(), init(), t3lib_div::intExplode(), t3lib_div::makeInstance(), and t3lib_div::trimExplode(). |