• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Implemented Custom Item Update Fields for Item Update feature

Bob

Developer
Staff member
This has been implemented in SC 3.2.15.

Not much to say really as custom fields are custom fields (a core xf system). Nothing FANCY about custom Update Fields, its 99.9% generic default core xf custom fields (the .1% is the display locations, which there are 3 choices).

There is a new nav item "Update fields" located in the Showcase Nav section.

Selection_346.png


Clicking on "Update fields" takes you to the Item update fields main landing page, which lists any update fields that you've added (grouped by display location (Above update, Below update and Self placement)

Selection_347.png


The add field form is stock XF. There are no custom features that are not included with Core XF Custom FIelds.

Selection_348.png
Selection_349.png


In this screen shot, you can see that I've added a custom field called "Money Spent" and it is displaying in the "Above update" position.

Selection_350.png


In this screen shot, it is displaying in the "Below update" position.

Selection_351.png


That's pretty much it in a nut shell. Nothing special, just the standard custom field system, but specifically for Item Updates (works just like Review Fields work).
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
On the Add Update and Edit Update forms, the custom field inputs are placed on the input form in their respective display positions...

In this shot, since the Money Spent custom update field is set to display above the update, the input on the Add/Edit forms will also be above the update editor.

Selection_353.png


And in this shot, I've edit the field and changed the display location to "Below update", so as you can see, the input on the add/edit forum is below the Updated RTE.

Selection_352.png


Note: Self placement inputs are displayed last (after the inputs for the "Below update" are displayed). Same as with Item Fields and Review Fields.
 
Back
Top