17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1522 Views |
-
Adding fields to MemberTableField

6 November 2007 at 9:50pm
Hi all,
I'm adding roles to my Members with the dataObjectDecorator.
Now I already added fields to the popup with updateCMSFields but I also want to show more fields in the overviewtable of Security.
By looking through the code in MemberTableField.php I discovered that I can call
MemberTableField::addMembershipFields($fieldArray);
However, where is the best place to call it? Putting this in my updateCMSfields-method doesn't work, so I have to find a place where it loads when the admin-security section is loaded.
Any suggestions?
-
Re: Adding fields to MemberTableField

6 November 2007 at 10:28pm
Fixed.
As to be expected: best place to do it is in _config.php.
-
Re: Adding fields to MemberTableField

6 November 2007 at 11:30pm
A new question in the same line:
How would I work on these fields?
Suppose I want to add the field "LastVisited" but I need to convert the time or something,
I suppose that is not possible ?
| 1522 Views | ||
|
Page:
1
|
Go to Top |

