Bug #4677
Rootline: fe_users column is always username in breadcrumb
| Status: | Resolved | Start date: | 2009-09-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | User Profile | |||
| Target version: | 1.9.0 | |||
| Votes: | 0 |
Description
If you use the mm_forum breadcrumb like this
special = userfunction s erfunction srFunc = mmforum_pi1->cx_ateRootline spreateRootlyLevel = 1 yLevel = 1l.entryLevel = 1 </prers Your setting which fe_users column should beme is iged instead of username is ignored. I attached a patch which solves this issue. In order to get it work, you have to add the following line to your Tld < plugin.t <pre> ial.userNameField < plugin.tx_mmforum.userNameField </pre>
Associated revisions
Fixed
Bug #4708
Bug #4677
Bug #4517
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@25047 735d13b6-9817-0410-8766-e36946ffe9aa
History
Updated by Hauke Hain over 3 years ago
If you use the mm_forum breadcrumb like this
special = userfunction special.userFunc = tx_mmforum_pi1->createRootline special.entryLevel = 1
Your setting which fe_users column should be used instead of username is ignored.
I attached a patch which solves this issue.
In order to get it work, you have to add the following line to your TS:
special.userNameField < plugin.tx_mmforum.userNameField
Sorry for double post, something destroyed my text.
Updated by Hauke Hain over 3 years ago
- File correctUserNameInBreadcrumbFIXED.patch added
Argh, I am not awake... Please remove the
debug($conf['userNameField']);
or use the new patch...
Updated by Martin Helmich over 3 years ago
- Subject changed from Rootline: fe_users column is always username in breadcrumb to Rootline: fe_users column is always username in breadcrumb
- Status changed from New to Accepted
Updated by Hauke Hain over 3 years ago
- Status changed from Accepted to Resolved