CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #3248

Add hook to class.tx_mmforum_postfunctions.php

Added by Hauke Hain about 4 years ago. Updated over 2 years ago.

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.

class.tx_mmforum_postfunctions.php (52.2 kB) Hauke Hain, 2009-05-08 16:02

Associated revisions

Revision 575714da
Added by Martin Helmich about 4 years ago

Fixed #3248.

git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@20134 735d13b6-9817-0410-8766-e36946ffe9aa

Revision 38501
Added by Oliver Klee over 2 years ago

[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

Also available in: Atom PDF