About Actions
Each action has corresponding before_ and after_ actions; idx_plus_action_links also has idx_plus_before_action_links and idx_plus_after_action_links available, but they require that idx_plus_action_links remains in the template.
Search Result Actions
Single Listing Actions
idx_plus_breadcrumbs- Add SEO-optimized breadcrumbs for the listingidx_plus_before_listing_content– Not yet used for anything (available for developers)idx_plus_action_links– Links: request more info, schedule a showing, share, print, add to favorites. Uses listing-actions.php templateidx_plus_listing_header- Primary listing details & gallery. Useslisting-header.phporlisting-header-alternate.phptemplate, depending on “Replace the Details Box” settingidx_plus_secondary_data- Last updated, year built, county, etc. Useslisting-secondary-data.phptemplateidx_plus_price_history- Shows the Price History if enabled in the Listing settings. Useslisting-price-history.phptemplateidx_plus_additional_details- All the other details about the listing. Useslisting-additional-details.phptemplateidx_plus_google_map– Shows the Google Mapidx_plus_birds_eye– Shows Bing Bird’s Eye Viewidx_plus_listing_source- Shows “Listed with …” text. Likely required by your MLS!idx_plus_contact_form- Either use built-in form or your own custom contact form. Useslisting-contact-form.phpidx_plus_related_properties- Show related properties. Useslisting-related-properties.phpidx_plus_disclaimer- Shows “deemed reliable but not guaranteed”, etc. Likely required by your MLS!idx_plus_listing_dsidx_javascript– Sets up map variables and sharing actions. This is important: don’t remove unless you know what you’re doing.idx_plus_after_listing_content- Not yet used for anything (available for developers)
Integrations
idx_plus_sitemap_priorityandidx_plus_sitemap_change_frequencypass three variables:$pri,$key,$value.$pri: the priority you’d like to set. Range of0to1; example:.7$key: the type of sitemap URL, such ascity,state,zip,tract,listing$value: the object of the sitemap item, as returned byIDX_Plus::get_locations()