Club Events

 

Upcoming Events

 

2024 Swap meets in PDF – can be printed out 2024 Swap Meets
2024 Other car clubs and events in PDF – can be printed out 2024 Other car events
2024 Regular Cruises – Events in PDF – can be printed out  2024 Regular Cruises – Events

 

WP_Query Object
(
    [query] => Array
        (
            [post_type] => um_events
            [post_status] => publish
            [order] => ASC
            [orderby] => _um_event_date_start
            [meta_key] => _um_event_date_start
            [paged] => 1
            [meta_query] => Array
                (
                    [0] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => >=
                            [value] => 2025-01-09
                        )

                )

            [posts_per_page] => 10
        )

    [query_vars] => Array
        (
            [post_type] => um_events
            [post_status] => publish
            [order] => ASC
            [orderby] => _um_event_date_start
            [meta_key] => _um_event_date_start
            [paged] => 1
            [meta_query] => Array
                (
                    [0] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => >=
                            [value] => 2025-01-09
                        )

                )

            [posts_per_page] => 10
            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => 
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 20
            [no_found_rows] => 
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                )

            [queried_terms] => Array
                (
                )

            [primary_table] => Mte_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => _um_event_date_start
                        )

                    [1] => Array
                        (
                            [0] => Array
                                (
                                    [key] => _um_event_date_start
                                    [compare] => >=
                                    [value] => 2025-01-09
                                )

                            [relation] => OR
                        )

                    [relation] => AND
                )

            [relation] => AND
            [meta_table] => Mte_postmeta
            [meta_id_column] => post_id
            [primary_table] => Mte_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => Mte_postmeta
                    [1] => mt1
                )

            [clauses:protected] => Array
                (
                    [Mte_postmeta] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => =
                            [compare_key] => =
                            [alias] => Mte_postmeta
                            [cast] => CHAR
                        )

                    [mt1] => Array
                        (
                            [key] => _um_event_date_start
                            [compare] => >=
                            [value] => 2025-01-09
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => SELECT SQL_CALC_FOUND_ROWS  Mte_posts.*, CASE WHEN pm1_time.meta_value IS NULL OR pm1_time.meta_value = '' THEN CONCAT( pm1.meta_value, ' ', '00:00:00') ELSE CONCAT( pm1.meta_value, ' ', pm1_time.meta_value )  END AS start_time,
	CASE WHEN pm2_time.meta_value IS NULL OR pm2_time.meta_value = '' THEN CONCAT( pm2.meta_value, ' ', '23:59:59') ELSE CONCAT( pm2.meta_value, ' ', pm2_time.meta_value )  END AS end_time
	
					 FROM Mte_posts  INNER JOIN Mte_postmeta ON ( Mte_posts.ID = Mte_postmeta.post_id )  INNER JOIN Mte_postmeta AS mt1 ON ( Mte_posts.ID = mt1.post_id ) INNER JOIN Mte_postmeta AS pm1 ON ( Mte_posts.ID = pm1.post_id ) AND pm1.meta_key='_um_event_date_start'   INNER JOIN Mte_postmeta AS pm1_time ON ( Mte_posts.ID = pm1_time.post_id ) AND pm1_time.meta_key='_um_event_time_start'  LEFT JOIN Mte_postmeta AS pm2 ON ( Mte_posts.ID = pm2.post_id ) AND pm2.meta_key='_um_event_date_end'   LEFT JOIN Mte_postmeta AS pm2_time ON ( Mte_posts.ID = pm2_time.post_id ) AND pm2_time.meta_key='_um_event_time_end' 
					 WHERE 1=1  AND ( 
  Mte_postmeta.meta_key = '_um_event_date_start' 
  AND 
  ( 
    ( mt1.meta_key = '_um_event_date_start' AND mt1.meta_value >= '2025-01-09' )
  )
) AND Mte_posts.post_type = 'um_events' AND ((Mte_posts.post_status = 'publish'))
					 GROUP BY Mte_posts.ID
					 ORDER BY Mte_postmeta.meta_value ASC
					 LIMIT 0, 10
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 2772
                    [post_author] => 6
                    [post_date] => 2025-01-04 12:16:36
                    [post_date_gmt] => 2025-01-04 02:16:36
                    [post_content] => 
                    [post_title] => Jimboomba Cars n Coffee
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => jimboomba-cars-n-coffee-3
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-01-04 12:26:05
                    [post_modified_gmt] => 2025-01-04 02:26:05
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/jimboomba-cars-n-coffee-3/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-01-12 7:00am
                    [end_time] => 2025-01-12 10:30am
                )

            [1] => WP_Post Object
                (
                    [ID] => 2487
                    [post_author] => 6
                    [post_date] => 2024-12-07 11:12:17
                    [post_date_gmt] => 2024-12-07 01:12:17
                    [post_content] => 
                    [post_title] => Car display at Repco Max - date not confirmed as of yet
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => car-display-at-repco-max-date-not-confirmed-as-of-yet
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2024-12-07 11:12:17
                    [post_modified_gmt] => 2024-12-07 01:12:17
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/car-display-at-repco-max-date-not-confirmed-as-of-yet/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-01-18 7:00am
                    [end_time] => 2025-01-18 1:30pm
                )

            [2] => WP_Post Object
                (
                    [ID] => 2368
                    [post_author] => 6
                    [post_date] => 2024-11-26 17:41:57
                    [post_date_gmt] => 2024-11-26 07:41:57
                    [post_content] => 
                    [post_title] => First club run of the year – Redlands Museum
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => last-club-run-of-2024-redlands-museum
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2024-12-13 18:46:33
                    [post_modified_gmt] => 2024-12-13 08:46:33
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://falconcarclub.com/um_events/last-club-run-of-2024-redlands-museum/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-01-19 10:30am
                    [end_time] => 2025-01-19 2:00pm
                )

            [3] => WP_Post Object
                (
                    [ID] => 2773
                    [post_author] => 6
                    [post_date] => 2025-01-04 12:23:36
                    [post_date_gmt] => 2025-01-04 02:23:36
                    [post_content] => 
                    [post_title] => 2025 Redlands Coast BVRC Australia Day Rally
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => 2025-redlands-coast-bvrc-australia-day-rally
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-01-04 12:23:36
                    [post_modified_gmt] => 2025-01-04 02:23:36
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/2025-redlands-coast-bvrc-australia-day-rally/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-01-26 7:30am
                    [end_time] => 2025-01-26 1:00pm
                )

            [4] => WP_Post Object
                (
                    [ID] => 2715
                    [post_author] => 6
                    [post_date] => 2024-12-12 19:11:28
                    [post_date_gmt] => 2024-12-12 09:11:28
                    [post_content] => 
                    [post_title] => First club meeting of 2025
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => first-club-meeting-of-2025
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2024-12-12 19:13:39
                    [post_modified_gmt] => 2024-12-12 09:13:39
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/first-club-meeting-of-2025/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-01-28 6:00pm
                    [end_time] => 2025-01-28 8:45pm
                )

            [5] => WP_Post Object
                (
                    [ID] => 2778
                    [post_author] => 10
                    [post_date] => 2025-01-08 20:13:34
                    [post_date_gmt] => 2025-01-08 10:13:34
                    [post_content] => 
                    [post_title] => Toowoomba Swap
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => toowoomba-swap
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-01-08 20:13:34
                    [post_modified_gmt] => 2025-01-08 10:13:34
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://earlyfalconcarclub.com/um_events/toowoomba-swap/
                    [menu_order] => 0
                    [post_type] => um_events
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                    [start_time] => 2025-02-01 6:00am
                    [end_time] => 2025-02-02 4:00pm
                )

        )

    [post_count] => 6
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 2772
            [post_author] => 6
            [post_date] => 2025-01-04 12:16:36
            [post_date_gmt] => 2025-01-04 02:16:36
            [post_content] => 
            [post_title] => Jimboomba Cars n Coffee
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => closed
            [ping_status] => closed
            [post_password] => 
            [post_name] => jimboomba-cars-n-coffee-3
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2025-01-04 12:26:05
            [post_modified_gmt] => 2025-01-04 02:26:05
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://earlyfalconcarclub.com/um_events/jimboomba-cars-n-coffee-3/
            [menu_order] => 0
            [post_type] => um_events
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
            [start_time] => 2025-01-12 7:00am
            [end_time] => 2025-01-12 10:30am
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 6
    [max_num_pages] => 1
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 1
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 
    [is_tax] => 
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 
    [is_privacy_policy] => 
    [is_404] => 
    [is_embed] => 
    [is_paged] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 1
    [query_vars_hash:WP_Query:private] => 9647f54d8840cb36d9804553d7729367
    [query_vars_changed:WP_Query:private] => 
    [thumbnails_cached] => 
    [allow_query_attachment_by_filename:protected] => 
    [stopwords:WP_Query:private] => 
    [compat_fields:WP_Query:private] => Array
        (
            [0] => query_vars_hash
            [1] => query_vars_changed
        )

    [compat_methods:WP_Query:private] => Array
        (
            [0] => init_query_flags
            [1] => parse_tax_query
        )

)
  • Jan 12
    12th Jan, 2025 07:00 AM - 12th Jan, 2025 10:30 AM
    Location: Jimboomba Sports Park, South Street
  • Jan 18
    18th Jan, 2025 07:00 AM - 18th Jan, 2025 01:30 PM
    Location: Repco Max - Slacks Creek
  • Jan 19
    19th Jan, 2025 10:30 AM - 19th Jan, 2025 02:00 PM
    Location: Redlands Museum, 60 Smith St, Cleveland QLD Entry is $10 for adults, children are free. Afterwards we will adjourn to the Redlands Bay Hotel 160 Broadwater Terrace
  • Jan 26
    26th Jan, 2025 07:30 AM - 26th Jan, 2025 01:00 PM
    Location: Ormiston State School enter from Wellington St or Dundas St East Ormiston
  • Jan 28
    28th Jan, 2025 06:00 PM - 28th Jan, 2025 08:45 PM
    Location: The Junction hotel 413 Ipswich Rd, Corner Annerley Road, Brisbane, AU 4103
  • Feb 01
    01st Feb, 2025 06:00 AM - 02nd Feb, 2025 04:00 PM
    Location: Toowoomba Showgrounds Glenvale Rd, Glenvale.

Past Events

To make the slideshows below display in full screen please click the double headed arrow in the top right corner of the photo

Bearded Dragon Run 2024

462534219_1074794387802407_7672912389667950256_n
462551038_547887841264256_2802261525890936935_n
462539474_1826383137895742_715200160608136067_n
462540523_430265823430232_2238864745282391862_n
4195136344507368449
462548597_1082594129971347_141256608098807376_n
462555341_1492931824721988_181744253008751475_n
462556115_1071533321423174_968959562749033560_n
2686934660721631037
462552794_453477680612169_7903850849099154466_n
1242523820589995025
462543503_1245419786467398_1687474916423123820_n
-7465074002768557582
-5746223476685605965

McGavin View Park Run / BBQ 2024

-2456082024972761685
20240825_114029
-974675254010649576
3441450985353527369
20240825_113615
4722647038443610092
-4352200638187359102
-6555592149076855967
-9006942952238359358
4543075424147052109
2118671290349968606

All Ford Day 2024

20240721_114047
20240721_114130
20240721_114153
20240721_114202
20240721_114019
20240721_114033
20240721_114059
20240721_114137
20240721_114232
20240721_114240
20240721_114013
20240721_114146
20240721_114249
20240721_114211

Billies Bay Ecio (Eddie) Norbido Memorial Car run 2024

20240526_121347
20240526_095353
20240526_121421
20240526_121348
20240526_122201
20240526_122335

Follow Us