Resource Filter by AddonsLab

Resource Filter by AddonsLab [Paid] 3.6.1

No permission to buy ($69.99)
Hello, I'm trying to add some html and javascript to a custom filter I made in XFRM. I want it to show on the Resource Filter sidebar (template: xfrm_filters).

Since the custom filter doesn't show up in the template xfrm_filters, it makes it difficult for me to add html code directly above the custom filter.

I tried to do this with a template modification and find and replace <div class="inputGroup u-inputSpacer"> <ul class="field_standard listColumns inputChoices"> where field_standard is the id for my custom filter. But I had no luck in getting custom html added to the particular field.

I'm trying to achieve a search bar for super long lists as shown in this fiddle here: https://jsfiddle.net/bdLr4uma/

Can you help me achieve this? I was thinking of using Value Display HTML or Wrapper Display HTML in the edit field setting (/admin.php?resource-manager/fields/standard/edit) but I don't think that is what I can use to achieve this.
 
Hello, I'm trying to add some html and javascript to a custom filter I made in XFRM. I want it to show on the Resource Filter sidebar (template: xfrm_filters).

Since the custom filter doesn't show up in the template xfrm_filters, it makes it difficult for me to add html code directly above the custom filter.

I tried to do this with a template modification and find and replace <div class="inputGroup u-inputSpacer"> <ul class="field_standard listColumns inputChoices"> where field_standard is the id for my custom filter. But I had no luck in getting custom html added to the particular field.

I'm trying to achieve a search bar for super long lists as shown in this fiddle here: https://jsfiddle.net/bdLr4uma/

Can you help me achieve this? I was thinking of using Value Display HTML or Wrapper Display HTML in the edit field setting (/admin.php?resource-manager/fields/standard/edit) but I don't think that is what I can use to achieve this.

I am not sure if the new form element you want to add is based on a real custom field, or it's a completely custom input, that you want to implement yourself and handle the value submitted with the input in the back-end.

We have a similar feature in Thread Filter, where Drop down selection fields are shown using a custom UI that allows filtering the list. You can see it on the demo board at https://xf2.addonslab.com/index.php...thread_fields[__config][parks][match_type]=OR

1691676223944.webp

If this implementation fits your needs, we will add it to Resource filter as well.

Thank you!
 
I am not sure if the new form element you want to add is based on a real custom field, or it's a completely custom input, that you want to implement yourself and handle the value submitted with the input in the back-end.

We have a similar feature in Thread Filter, where Drop down selection fields are shown using a custom UI that allows filtering the list. You can see it on the demo board at https://xf2.addonslab.com/index.php...thread_fields[__config][parks][match_type]=OR

View attachment 289729

If this implementation fits your needs, we will add it to Resource filter as well.

Thank you!
Yes, please go ahead and implement this! I have a filter with a long list and this is crucial.
 
Top Bottom