Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Update member tabel field


Go to End


1366 Views

Avatar
eoor

Community Member, 5 Posts

25 August 2008 at 8:24pm

Hi, I want to update member table with new filed, like it is done in forum module.

MemberTableField::addMembershipFields( array(
	"Nickname" => "Nickname",
	"Occupation" => "Occupation",
	"Country" => "Country",
	"ForumRank" => "ForumRank"
	));

But.. Also in other group, not only forum members group, fields are updated.I want to see these fields(nickname, occupation, country, forum rank) only in forum members groups in my administrator panel.What should I do ?