Pete G
Guest
|
Posted:
Sat Oct 29, 2005 12:50 am Post subject:
changing the value of a filed in discussion forum |
|
|
I changed the following in ONET.XML so that the value displayed in the Posted
By column is the user's Email and not his Display Name.
<BaseType Title="Discussion Forum" ...>
<Metadata>
<Fields>
<Field ColName="tp_Email" ReadOnly="True" Type="User" List="UserInfo"
Name="Author" DisplayName="Posted By">
</Field>
</Fields>
</Metadata>
</BaseType>
I changed the ColName value from tp_Author to tp_Email which I know exists
as a column in the UserInfo table in the content database. However, after
saving change and resetting IIS, I get this error message: "The list does not
exist. It may have been deleted.".
How do I achieve what I want? Pls help. Thanks. |
|