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

Bug #4677

Rootline: fe_users column is always username in breadcrumb

Added by Hauke Hain over 3 years ago. Updated over 2 years ago.

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>

correctUserNameInBreadcrumb.patch (644 Bytes) Hauke Hain, 2009-09-18 08:45

correctUserNameInBreadcrumbFIXED.patch (610 Bytes) Hauke Hain, 2009-09-18 08:48

Associated revisions

Revision 25047
Added by Hauke Hain over 3 years ago

Fixed
Bug #4708
Bug #4677
Bug #4517

Revision 615eb772
Added by Hauke Hain over 3 years ago

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

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

Also available in: Atom PDF