This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin_menu:addons:geographic_navigation:settings:start [2010/03/04 18:51] james |
admin_menu:addons:geographic_navigation:settings:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
This page holds the main settings for the Geographic Navigation Addon. | This page holds the main settings for the Geographic Navigation Addon. | ||
- | <tip c w> | + | <tip c w> |
- | In order to use the Geographic Navigation Addon, you must insert the addon tag into your template where you want the filter selection to be displayed. | + | In order to use the Geographic Navigation Addon, you must insert the appropriate |
- | ===== Display | + | ===== Navigation |
These settings change how the geographic navigation will be displayed. | These settings change how the geographic navigation will be displayed. | ||
- | ==== Number of Columns ==== | ||
- | This is the number of columns that will be used when displaying all the region or sub region choices. | ||
- | ==== Display full tree ==== | + | ==== Combine with Category Breadcrumb |
- | This affects how the current region or sub region that is selected is displayed. | + | |
- | === Display full tree: Checked === | + | If this option is turned on, where it displays the category breadcrumb, it will prepend the breadcrumb with the currently selected Geographic Navigation location. |
- | This is the default setting. | + | ==== Show in Module Search Box 1 ==== |
- | **No regions or sub regions | + | If this option is turned on, it will display category navigation dropdowns in the search box 1 module. |
- | {{: | + | ==== Show listing' |
- | **Region (United States) selected:** | + | If this option is enabled, on the listing details page, it will add the listing' |
- | {{: | + | ==== Show current selected region in Title Module ==== |
- | **Sub-Region (California) selected:** | + | If this option is enabled, and the user is currently viewing listings for a specific geographic navigation location, it will display the current selection in the title module similar to how the category being browsed is displayed in the title module. |
- | {{: | + | ==== Allow Legacy (Geographic Navigation 4.x) URLs ==== |
- | === Display full tree: Un-Checked === | + | If enabled, non-SEO-rewritten URLs in the old (pre-GeoCore) style will be 301 redirected to their corresponding locations in the new region |
- | With the setting un-checked, | + | |
- | **No regions or sub regions selected: | + | ==== Number of Columns |
- | + | This is the number of columns | |
- | {{: | + | |
- | + | ||
- | **Region (United States) selected: | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | **Sub-Region (California) selected: | + | |
- | + | ||
- | {{: | + | |
- | + | ||
- | ===== Location in Registration Data ===== | + | |
- | These settings are synonymous with the main [[admin_menu/ | + | |
- | + | ||
- | ==== Use ==== | + | |
- | If this is checked, during user registration or when displaying/ | + | |
- | + | ||
- | ====Require ==== | + | |
- | If [[#Use]] is un-checked, **this setting does not apply**. | + | |
- | + | ||
- | ==== Require Full Location Depth ==== | + | |
- | If [[#Use]] is un-checked, **this setting does not apply**. | + | |
- | + | ||
- | ===== Location in Listing Fields to Use ===== | + | |
- | This is the equivalent | + | ==== Show Listing Counts ==== |
+ | The number | ||
- | Because of how Plan Item Settings work, within fee-based price plans you have the ability to set category based pricing, and thus, are able to set the settings noted below on a per category basis within fee-based price plans. | + | **use_cat_counts=1** |
- | <tip c n>**Note: | + | **Parameter added in version 6.0.7** |
- | The settings specific to listing detail collection are set per price plan, and per category((In fee-based price plans, remember subscription based price plans do not have category specific costs)) if you elect to use category specific cost for a particular price plan. In this section will be " | + | This is a parameter that can be added to the navigation tag in your templates. |
- | ===== Geographic Navigation Location - Plan Item Settings ===== | + | Example tag with parameter added: |
+ | <code html> | ||
- | {{ : | + | Without this parameter added, the listing counts will be for listings in the specific region in all categories. |
+ | ==== Show Sub-Regions ==== | ||
+ | Similar to how category navigation can display sub-categories, you can elect to show one sub-region level below the current | ||
- | When you click on one of the //shortcut links// in the [[#Location in Listing Fields to Use]] section, it will take you to a page with something similar to the screen shot above. | ||
- | ====Use==== | + | ==== Automatically assign visitors' |
- | If this is checked, during listing placement or listing edit, it will display drop downs for the user to select | + | This will read a new visitor' |
- | ====Require==== | + | Using this feature requires that you register for a free API key with ipinfodb.com. |
- | If **Use** is un-checked, **this setting does not apply**. | + | |
- | ====Require Full Location Depth==== | ||
- | If **Use** is un-checked, **this setting does not apply**. | ||
===== Template Tags ===== | ===== Template Tags ===== | ||
This section lists the different template tags that must be placed in certain templates, in order to display certain things pertaining to the Geographic Navigation addon. | This section lists the different template tags that must be placed in certain templates, in order to display certain things pertaining to the Geographic Navigation addon. | ||
- | It will list 2 different tags within your Geographic Navigation addon admin tool. These two tags are used within your design to place that specific functionality at that spot in the design. | + | It will list 7 different tags within your Geographic Navigation addon admin tool. These tags are used within your design to place that specific functionality at that spot in the design. |
+ | **{addon author=' | ||
+ | **{addon author=' | ||
- | ==== Geographic Navigation Tag ==== | + | **{addon author=' |
- | This tag displays the geographic navigation that the user would use to narrow the listings displayed by a particular region. | + | **{addon author=' |
- | ==== Listing's Geographic Location Tag ==== | + | **{addon author=' |
- | This tag displays the geographic location specific to a listing. | + | **{addon author=' |
- | ==== File-Based (Smarty) Template Tags ==== | + | **{addon author=' |
- | If you have elected to use File Based (Smarty) Design, be sure to use the template tags for those type of templates. | + | |
- | <tip c n> |