ThunderTix logo

Support Forum

How can I filter and display my events by category, or genre? - Sat - Aug 26, 2017 - 5:31pm

  • Events can be filtered by genre when logged into your ThunderTix account. From the Event Manager, above Upcoming Events, you load events by genre using the drop-down to select upcoming events by genre. In addition, your event website can be displayed by genre.

    For example, if you have a Halloween page on your website, you could embed only the events in the Halloween genre. Filtering your public event website by genre is available for all displays: standard event listing, calendar, and date search. To access your public URL for events filtered by genre, simply click the name of the genre (under the Genre column) from your Event Listings. You can also use these links that include the genre for posts on social media. Genres can be a great way to segment events by location, too.  Create a genre for each venue or location so that you can easily display events by venue. 

    To assign a genre to your event:

    1. Head to: Events > Event Manager
    2. Under the Genre columns, click the green plus sign. 
    3. Type a genre into the "new genre" field and click Save. Include underscores in genre names with multiple words, as they should not be separated with spaces. 
    4. Repeat this for as many genres you would like to add that are relevant to this event.


    Segmenting events by genre

    Once a genre exists for an event, you can view your public events website for all events that have that genre.  To do this, from the Event Manager, just click on any genre to launch a new window to see the segmented list of events. You'll see a URL in your browser that looks like this:

    https://youraccount.thundertix.com/events?genre=Genre%20Name 

    Note the bolded end of the URL. This is the key to getting your events segmented.

    To embed this information into a page on your website, head to your Public Display Settings > Link Builder, then click the iframe option and Display All Events.
    At the bottom of the screen we will display your iframe code for you to copy and paste into a page on your site. It will look something like  this:

    <iframe class="iframe-class" width="100%" height="700px" src="https://youraccount.thundertix.com" frameborder="0" scrolling="auto" marginheight="0" marginwidth="0" allowtransparency="true" ></iframe>


    You'll want to modify the iframe code to use the genre name as displayed in our earlier example with the bolded portion of text. Your iframe code will now look like this:

    <iframe class="iframe-class" width="100%" height="700px" src="https://youraccount.thundertix.com/events?genre=Genre%20Name " frameborder="0" scrolling="auto" marginheight="0" marginwidth="0" allowtransparency="true" ></iframe>

    Modify the iframe for each group of events you've segmented by genre, and embed those into your page for your separate listing of events.

    Segmenting events by MULTIPLE genres or EXCLUDING a genre

    If you want to show all genres EXCEPT genre X, you can show genre Y and Z together which automatically excludes genre X.

    At the end of your event URL, simply add an ampersand ( & ) to combine multiple genres to the event display. 

    https://youraccount.thundertix.com/events?genre[]=X&genre[]=Y&genre[]=Z

    The above would display all events that have the "X", "Y", and "Z" genre but would exclude the A genre because it wasn't included in the URL.