-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locator page - allow multiple Locators on site, show different locations #57
Labels
Milestone
Comments
jsirish
added a commit
to jsirish/silverstripe-locator
that referenced
this issue
Nov 10, 2015
In CMS Settings tab on Locator page, added following: has_one LocationCategory If a user selects a category, list is filtered by that category on load, and category drop down is removed. Allows module to have multiple Locator pages in a site and show different locations on each. fixes dynamic#57
jsirish
added a commit
to jsirish/silverstripe-locator
that referenced
this issue
Dec 18, 2015
In CMS Settings tab on Locator page, added following: has_one LocationCategory If a user selects a category, list is filtered by that category on load, and category drop down is removed. Allows module to have multiple Locator pages in a site and show different locations on each. fixes dynamic#57
jsirish
added a commit
to jsirish/silverstripe-locator
that referenced
this issue
Dec 26, 2015
In CMS Settings tab on Locator page, added following: many_many LocationCategory If a user selects one or more categories, list is filtered by those categories on load, and category drop down is removed. Allows module to have multiple Locator pages in a site and show different locations on each. fixes dynamic#57
jsirish
added a commit
to jsirish/silverstripe-locator
that referenced
this issue
Mar 16, 2016
In CMS Settings tab on Locator page, added following: many_many LocationCategory If a user selects one or more categories, list is filtered by those categories on load, and category drop down is removed. Allows module to have multiple Locator pages in a site and show different locations on each. fixes dynamic#57
jsirish
added a commit
to jsirish/silverstripe-locator
that referenced
this issue
Mar 16, 2016
In CMS Settings tab on Locator page, added following: many_many LocationCategory If a user selects one or more categories, list is filtered by those categories on load, and category drop down is removed. Allows module to have multiple Locator pages in a site and show different locations on each. fixes dynamic#57
jsirish
added a commit
to jsirish/silverstripe-locator
that referenced
this issue
Apr 7, 2016
In CMS Settings tab on Locator page, added following: many_many LocationCategory If a user selects one or more categories, list is filtered by those categories on load, and category drop down is removed. Allows module to have multiple Locator pages in a site and show different locations on each. fixes dynamic#57
jsirish
added a commit
to jsirish/silverstripe-locator
that referenced
this issue
Apr 7, 2016
In CMS Settings tab on Locator page, added following: many_many LocationCategory If a user selects one or more categories, list is filtered by those categories on load, and category drop down is removed. Allows module to have multiple Locator pages in a site and show different locations on each. fixes dynamic#57
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will need to have multiple Locators in a site, each showing different locations.
Easy way to do this is via categories. Assign a category to a Locator, and all results are filtered by that Category. Category drop down would be removed from Location Search form.
The text was updated successfully, but these errors were encountered: