Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am doing auction in Umbraco.
I have members and member can have units of trading that he prefer. How I can bind member and his units?
I can do table in database,
IdMember
IdUnit
but I think there is another way.
Hi Anton
You can add custom properties to the member record. So in the members section, you set up your member types - here you can add a field for "units".
What values are available for units is up to you - as an example, you could create a separate data type with pre filled values
Hope this helps.
Nigel
Hi. You could also make use of existing Umbraco Relation API.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Member property
I am doing auction in Umbraco.
I have members and member can have units of trading that he prefer. How I can bind member and his units?
I can do table in database,
IdMember
IdUnit
but I think there is another way.
Hi Anton
You can add custom properties to the member record. So in the members section, you set up your member types - here you can add a field for "units".
What values are available for units is up to you - as an example, you could create a separate data type with pre filled values
Hope this helps.
Nigel
Hi. You could also make use of existing Umbraco Relation API.
is working on a reply...