Zig
Member
Hi everyone,
My team is having some issues with the Custom Thread Fields functionality in XF2.1. The problem is specific to the single and multiple choice drop down selection types as far as we can tell. At the moment, when creating a new thread or viewing an existing thread with these fields, XF fails to output the "Text" field for that choice. The custom field block looks like this in a newly created For Sale/Trade thread:
If it were displaying the values in the Text field for these choices, it should appear as:
Am I missing something, or is this a bug?
My team is having some issues with the Custom Thread Fields functionality in XF2.1. The problem is specific to the single and multiple choice drop down selection types as far as we can tell. At the moment, when creating a new thread or viewing an existing thread with these fields, XF fails to output the "Text" field for that choice. The custom field block looks like this in a newly created For Sale/Trade thread:
Code:
Type: thread_field_choice.cfd_type_sale
Currency: thread_field_choice.cfd_currency_usd
Price: 1
Shipping Destinations: thread_field_choice.cfd_destinations_any
Or Best Offer: thread_field_choice.cfd_best_offer_1
If it were displaying the values in the Text field for these choices, it should appear as:
Code:
Type: Sale
Currency: USD
Price: 1
Shipping Destinations: Any
Or Best Offer : Yes
Am I missing something, or is this a bug?