{"id":1505914,"date":"2018-04-12T11:55:32","date_gmt":"2018-04-12T18:55:32","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/"},"modified":"2018-04-12T11:58:06","modified_gmt":"2018-04-12T18:58:06","slug":"moving-attendees-list","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/","title":{"rendered":"Moving attendees list"},"content":{"rendered":"<p>Hello, this is developer J\u00f8rn (not Martine).<\/p>\n<p>I have successfully overridden the tribe-events\/attendees-list.php template file to create a table instead of a list of avatars.<\/p>\n<p>However, we do not want it above the ticket order form on the single event page\u2014we want it at the bottom of the page. But I have been unable to find where to do this. It seems to be stuck before the tickets order form\u2014even if we move said form around by changing the &#8220;Location of Tickets form&#8221; setting.<\/p>\n<p>That is, in file <strong>\/event-tickets-plus\/src\/Tribe\/Commerce\/WooCommerce\/Main.php<\/strong> at line 1302, it says:<\/p>\n<pre><code>\ndo_action( &#039;tribe_tickets_before_front_end_ticket_form&#039; );\n\ninclude $this-&gt;getTemplateHierarchy( &#039;wootickets\/tickets&#039; );\n<\/code><\/pre>\n<p>I have successfully hooked into this action hook (just displaying a test message), but I have not been able to remove the existing hook. That is, as far as I can tell (by inspecting <strong>$wp_filter[&#8216;tribe_tickets_before_front_end_ticket_form&#8217;]<\/strong>) I manage to remove the hook, but the attendees list still displays!<\/p>\n<p>So I&#8217;m wondering: How do we move the attendees list? Or how do we unhook it and place it where we want?<\/p>\n","protected":false},"template":"","class_list":["post-1505914","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Moving attendees list -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Moving attendees list -\" \/>\n<meta property=\"og:description\" content=\"Hello, this is developer J\u00f8rn (not Martine). I have successfully overridden the tribe-events\/attendees-list.php template file to create a table instead of a list of avatars. However, we do not want it above the ticket order form on the single event page\u2014we want it at the bottom of the page. But I have been unable to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/\" \/>\n<meta property=\"article:modified_time\" content=\"2018-04-12T18:58:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/\",\"name\":\"Moving attendees list -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2018-04-12T18:55:32+00:00\",\"dateModified\":\"2018-04-12T18:58:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ticket Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Event Tickets Plus\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Moving attendees list\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Moving attendees list -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/","og_locale":"en_US","og_type":"article","og_title":"Moving attendees list -","og_description":"Hello, this is developer J\u00f8rn (not Martine). I have successfully overridden the tribe-events\/attendees-list.php template file to create a table instead of a list of avatars. However, we do not want it above the ticket order form on the single event page\u2014we want it at the bottom of the page. But I have been unable to [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/","article_modified_time":"2018-04-12T18:58:06+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/","name":"Moving attendees list -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2018-04-12T18:55:32+00:00","dateModified":"2018-04-12T18:58:06+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/moving-attendees-list\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Ticket Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/"},{"@type":"ListItem","position":4,"name":"Event Tickets Plus","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/"},{"@type":"ListItem","position":5,"name":"Moving attendees list"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1505914","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":2,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1505914\/revisions"}],"predecessor-version":[{"id":1515141,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1505914\/revisions\/1515141"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1505914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}