Bug #13766
Plugin Integration via Typoscript in Extbase 1.3
Start date:
2011-03-11
Due date:
2011-03-11
% Done:
100%
Estimated time:
4.00 h
Description
Hi everyone,
you might experience severe problems integrating the extension wt_twitter via Typoscript (as described within the documentation) if you are using Extbase >= 1.3. The cause is the revised dispatcher in Extbase!!!
Regards, Andre ;O)
More information can be found here:
- http://forge.typo3.org/projects/typo3v4-mvc/wiki/Dispatcher_rework
- http://www.ausgebloggt.de/2011/02/11/typo3-extbase-plugin-per-typoscript-einbinden-die-zweite/
- http://mimi.kaktusteam.de/index.php?id=mimis_blog&tx_t3blog_pi1[blogList][showUid]=178&tx_t3blog_pi1[blogList][year]=2011&tx_t3blog_pi1[blogList][month]=01&tx_t3blog_pi1[blogList][day]=25&cHash=e40ea53a61006c55812d676921a27709
Code Example: see attachement
After you created the WIDGET section within the SETUP area (see SETUP.txt), you can link the plugin to your template with the following line:
temp.latestTwitterFeeds = COA
temp.latestTwitterFeeds.10 < plugin.tx_wttwitter.widgets.twitterListWidget
History
#1
Updated by Nicole Cordes over 6 years ago
- Status changed from New to Needs Feedback
- Assignee changed from Alex Kellner to Nicole Cordes
This should be fixed in the meantime, isn't it?