Feature #27615
Provide a list of his news to fe users
| Status: | On Hold | Start date: | 2011-06-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | André Steiling | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Has patch: | No | |
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
It woulb be great to have a module displaying the news created by the current logged FE user so he can easely edit and delete that.
I have asked on forum.typo3.org and someone propose something like this
@
10 = CONTENT
10 {
table = tt_news
select {
selectFields = title, uid
pidInList = 73
where = tx_elementefenews_feuser= ###uid_feuser###
max = 1
markers {
uid_feuser.data = TSFE:fe_user|user|uid
uid_feuser.intval=1
}
}
renderObj = TEXT
//code du renderObj
// [...]
}@
based on the article http://buzz.typo3.org/article/safety-and-flexibility-in-typoscript-queries/
Do you think it could work?
Greetings,
Laurent
History
Updated by André Steiling almost 2 years ago
- Status changed from New to On Hold
- Assignee set to André Steiling
- Target version set to 1.2
Yes, it will work, but I must think about it: It's a nice feature, but you could do it on your own too, you have the code right now. Such a module or new plugin is not the way I planed for my extension, but I think I could realize it, maybe in version 1.3.
Updated by André Steiling almost 2 years ago
- Target version deleted (
1.2)