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 [2009/09/24 15:12] 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 | + | ==== Number of Columns ==== |
+ | This is the number of columns that will be used when displaying all the region | ||
- | {{: | + | ==== Show Listing Counts ==== |
+ | The number of classifieds or auctions found in a region can be displayed beside the region when browsing geographic navigation regions, according to the setting set here. | ||
- | **Region (United States) selected:** | + | **use_cat_counts=1** |
- | {{: | + | **Parameter added in version 6.0.7** |
- | **Sub-Region (California) selected:** | + | This is a parameter that can be added to the navigation tag in your templates. |
- | {{: | + | Example tag with parameter added: |
+ | <code html>{addon author=' | ||
- | ==== Location in Registration Data ==== | + | Without this parameter added, the listing counts will be for listings in the specific region in all categories. |
- | These settings are synonymous with the main [[admin_menu/ | + | ==== Show Sub-Regions |
+ | Similar to how category navigation can display sub-categories, you can elect to show one sub-region level below the current geographic navigation regions. | ||
- | === Use === | ||
- | If this is checked, during user registration or when displaying/ | ||
- | === Require | + | ==== Automatically assign visitors' |
- | If [[#Use]] is un-checked, **this setting does not apply**. | + | This will read a new visitor' |
- | === Require Full Location Depth === | + | Using this feature requires |
- | If [[#Use]] is un-checked, **this setting does not apply**. | + | |
- | ==== Price Plan Based Use Configuration ==== | ||
- | |||
- | Within fee-based price plans you have the ability to set category based pricing. | ||
- | |||
- | The settings specific to listing detail collection are set per price plan, and per category if you elect to use category specific cost for a particular price plan. In this section will be " | ||
- | |||
- | === Geographic Navigation Location - Plan Item Settings === | ||
- | |||
- | {{ : | ||
- | |||
- | 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** | ||
- | If this is checked, during listing placement or listing edit, it will display drop downs for the user to select the geographic location, using regions from the Geographic Navigation Addon. | ||
- | |||
- | **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**. | ||
===== 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 | + | 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=' | ||
- | No matter which type of templates you use, there are 2 main template tags, noted below: | + | **{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> |