With this brand new AddOn, you can add new types of custom fields:
- Image
The User can upload one or multiple images (XenForo Attachment System is used for this) - Combo Box
The Combo Box combines a Text box and a Simple Drop Down Box. You can change settings for both elements as usual and define the order of both. - Calculation
You can add a calculation that calculates with a given formula which can use numeric fields and variables.
Important:- The calculation must be behind the variable fields in the display_order.
- You only can use FieldIds which starts with a letter as a variable.
- EntityChooser
You can create Selectboxes and other types based on entities. This is commonly interesting for other add-ons. As a sample, a UserGroup Class is added. How to use it, will be added in the FAQ.
- The number of files now has a step value
- You can specify a placeholder
- Order buttons for choices. Numeric and Alphanumeric Desc/Asc.