• 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.

Resolved URL string for multiple filters in Member Bets

colcar

Member
AMS Premium
Pick'em
Sportsbook
I would like to create a navigation button to Sportsbook Member Bets where it opens a specific filtered page such as:

Code:
https://cardiffcityforum.com/sportsbook/bets/?status=open

However, is there a URL string that allows all of the following filters to be applied?

Open
Pending
Accepted
Awaiting Settlement
 
That would require programming modification to change the behavior of the filter itself. The filter is designed to filter a SINGLE STATUS. Its not something that you can do via template edits, it would require a redesign of the individual filter in the controller plugin.
 
Back
Top