Actions
Bug #16568
closedtx_cms_layout
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-09-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I create my own plug-in for registration new front end users and change
table fe_users by adding new fields. I want to see these fields in the
backend plug-in Users on the page, but for that I must change variable
value ($fList) in getTable_fe_users method of the tx_cms_layout class
(/typo3/sysext/cms/layout/class.tx_cms_layout.php). In my opinion,
this contraries to plug-in concept. I think, this variable must be
moved to $TCA global array or to TSconfig.
(issue imported from #M4224)
Updated by Chris topher over 14 years ago
If this still is an issue, you can xClass the file to get the result you want.
Actions