Resource Filter by AddonsLab

Resource Filter by AddonsLab [Paid] 4.0.0 Beta 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.
 
AddonsLab updated Resource Filter by AddonsLab with a new update entry:

XenForo 2.3.x beta support

The update implements XenForo 2.3.x support. It is also backward-compatible, so XenForo 2.2.x installation upgrade is also recommended.

The update requires the latest version of Filter Framework - https://xenforo.com/community/resources/al-filter-framework.9045/ as well as a new package we have released for resolving compatability issues between XenForo versions - https://xenforo.com/community/resources/al-compatability-layer.9536/

As a large upgrade, we recommend...

Read the rest of this update entry...
 
A couple questions. I am looking for a way to search a custom Resources field. It lookslike your add-on does this.
1) Do I need enhanced search for this addon I don't have it (yet)
2) if a user searches for a particular field (via checkbox), does it remember that selection the next time they visit?
Thanks
 
Last edited:
A couple questions. I am looking for a way to search a custom Resources field. It lookslike your add-on does this.
1) Do I need enhanced search for this addon I don't have it (yet)
2) if a user searches for a particular field (via checkbox), does it remember that selection the next time they visit?
Thanks

1. You do not need ES, it just works faster with ES installed.

There is no special feature implemented regarding remembering the filters. Every filter change changes the URL, so users simply navigate the website with using back/forward buttons of the browser, bookmarking the links etc.

Feel free to test the add-on at https://xf2.addonslab.com/index.php...option_1&rf[__config][field_7][match_type]=OR

Thank you!
 
Back
Top Bottom