Feature #3248
Add hook to class.tx_mmforum_postfunctions.php
| Status: | Resolved | Start date: | 2009-05-08 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Martin Helmich | % Done: | 100% |
|
| Category: | Forum | |||
| Target version: | 0.1.8 | Estimated time: | 0.10 hour | |
| Votes: | 0 |
Description
Please add the following hook in class.tx_mmforum_postfunctions.php line 246:
// Include hooks
if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mm_forum']['display']['listPosts_topic'])) {
foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mm_forum']['display']['listPosts_topic'] as $_classRef) {
$_procObj = &t3lib_div::getUserObj($_classRef);
$marker = $_procObj->listPosts_topic($marker, $topicData, $this);
}
}
I added the changed file.
Associated revisions
Fixed #3248.
Fixed #3248.
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@20134 735d13b6-9817-0410-8766-e36946ffe9aa
[Bug 3248] A model without UID should automatically be dirty after setData, r=niels
History
Updated by Martin Helmich about 4 years ago
- Status changed from New to Resolved
- Assignee set to Martin Helmich
- % Done changed from 0 to 100