# Template Tags
Usage: {tag_name}
The Following tags are available. The Open-Realty templates they can be used within is detailed in the description.
Tag | Description |
{addon_transparentmaps_loadgoogleapis} | Main Template File // Printer Friendly – REQUIRED TAG FOR ALL MAPS - This tag loads the REQUIRED code for the Google Maps API. This tag MUST be placed in the <head></head> tags of your custom Open-Realty template's main.html file. If using the popup maps you must also place this tag in the <head></head> of the printer_friendly.html template file. |
{addon_transparentmaps_preloadicons} | Main Template File // Printer Friendly – Embeds code to pre-load the marker icons that are used on the maps. This will speed the loading and display of the maps. Applicable to main.html and printer_friendly.html |
{addon_transparentmaps_search_results} | Search Results Template – Embeds a map displaying the search results on that page. Use with any search_result_XXX.html template files. |
{addon_transparentmaps_showmap} | Listing Detail Template – Embeds a map displaying only the current listing. Use with any listing_detail_XXX.html template files. |
{addon_transparentmaps_showmap_link} | Listing Details Template – Places a link to a map for only the current listing. (Popup or inline map per configuration) . Use with any listing_detail_XXX.html template files. |
{addon_transparentmaps_area} | Listing Details Template – Embeds a map displaying listings within a defined distance from the current listing. (Distance and zoom level in configuration) . Use with any listing_detail_XXX.html template files. |
{addon_transparentmaps_area_link} | Listing Details Template – Places a link to a map displaying listings within a defined distance from the current listing. Popup or inline map per configuration) . Use with any listing_detail_XXX.html template files. |
{addon_transparentmaps_user} | View Agent Template – Embeds a map displaying all of the current agent’s listings. Use with the view_user_XXX.html template files. |
{addon_transparentmaps_user_link} | View Agent Template – Places a link to a map displaying all of the current agent's listings. Use with any view_user_XXX.html template files. |
{addon_transparentmaps_showall} | Embeds a map that shows all listings in the database. Caution should be used, if you have a large number of listings it will take a very long time to obtain and display all of the listings and the java map applet will require a lot of system resources. This should only be used for sites with around 200 or less listings. |
{addon_transparentmaps_showall_link} | Places a link to a map that shows all listings in the database. Caution should be used, if you have a large number of listings it will take a very long time to obtain and display all of the listings and the java map applet will require a lot of system resources. This should only be used for sites with around 200 or less listings. |
{addon_transparentmaps_showmap_searchresults} | Search Results Template – Embeds an individual map displaying the current listing on each search result. This tag must be placed inside the {search_result_dataset} template block on your search results template. Use with any search_result_XXX.html template files. |
{addon_transparentmaps_showmap_searchresults_link} | Search Results Template – Embeds an link to the individual map displaying the current listing on each search result. This tag must be placed inside the {search_result_dataset} template block on your search results template. Use with any search_result_XXX.html template files. |
{addon_transparentmaps_area_searchresults} | Search Results Template – Embeds an individual map displaying the listings in the area of each search result. This tag must be placed inside the {search_result_dataset} template block on your search results template. Use with any search_result_XXX.html template files. |
{addon_transparentmaps_area_searchresults_link} | Search Results Template – Embeds an link to the individual map displaying the listings in the area of each search result. This tag must be placed inside the {search_result_dataset} template block on your search results template. Use with any search_result_XXX.html template files. |