XenForo Having 2 resource custom fields append to eachother

B

Berb

Guest
Hi,

So an issue I've got is that I have a custom field value I want to display on my resource. It uses the format "Min" - "Max" as a range, for example 4-8 or 12-16.

I have custom fields entered on resource submission for the Min value and the Max value, currently they display like this:

Min 12
Max 16

Where instead I'd like them to display like:

Count 12-16

I've tried putting a conditional statement in the custom_fields_macros template...

Read more

Continue reading...