smitrovic
smitrovic

Reputation: 461

TYPO3 6.2 / 7.x Forum extension

Is there any working Forum extension for TYPO3 6.2. I have tried mm_forum with some patches, but id does not work. I have also looked at extension repository but without any luck. Any help is welcome :)

Upvotes: 1

Views: 1479

Answers (2)

NEOline
NEOline

Reputation: 506

The new forum extension from Mittwald is typo3_forum (6.2 und 7.x)

Link in Typo3-Repo: http://typo3.org/extensions/repository/view/typo3_forum

How to migrate your mm_forum to typo3_forum:

  • Install typo3_forum
  • Execute the Scheduler Task Database Migration
  • Open your root TypoScript Template Record and include typo3_forum's static TypoScript
  • Change your TypoScript configuration (e.g. in your template extension or Typoscript records) from plugin.tx_mmforum to plugin.tx_typo3forum
  • Uninstall mm_forum
  • Clean up the database using the Install Tool "compare" functionality.
  • If you have custom fluid templates for the forum using the forum's ViewHelpers you have to adjust the namespace declaration accordingly. E.g. {namespace t3f=Mittwald\Typo3Forum\ViewHelpers}

Upvotes: 1

Stephan
Stephan

Reputation: 161

You could check the multiblog-extension, it´s up to date and ready for TYPO3.CMS 6.2.

Upvotes: 0

Related Questions