Adding User Attribute with Multiple Integers

Permalink
Any suggestion for adding multiple integers for user accounts?

Explanation:
I recently built a site for rental property owners. The owners have a guest registration system and want to be able to login & register guests for certain dates. Is there a good way to add an attribute for the owners' user accounts that lists multiple property numbers? I realize that the number attribute only allows for one integer.

sketchyTK
 
JohntheFish replied on at Permalink Reply
JohntheFish
If each property is a page,. you could use a multi page selector attribute such as
http://www.mesuva.com.au/blog/concrete5/a-multi-page-selector-attri...

Or you could use a standard select attribute configured for multi select and add your properties as select options.
sketchyTK replied on at Permalink Reply
sketchyTK
Each property does not have a page associated with it on this site.

Also, the company has over 100+ properties & 100+ site owners, so it would be a Herculean task to enter all the properties to a select form & then go through each user account & choose the properties.
JohntheFish replied on at Permalink Reply
JohntheFish
In that case,if you want to continue on that route, you will need to code a custom attribute.

Maybe an easier approach would be to use eCommerce, but disable the purchasing and change 'add to cart' to 'add to shortlist' and a bunch of other cosmetic changes to make it look like a catalogue rather than a shop.