Dynamic content search add-on that supports results highlighting, faceted search and search in custom packages.Partly based on AjaxSearch for Evolution (minus dynamic content search based on Zend search library).See the documentation about AdvSearch.
Localize your modx documents with Gmaps ! Add a
latitude and longitude coordonates to your modx documents by using a
TV. Then add a document with a Gmaps snippet call to display a map with
markers related to your modx documents.By clicking on a marker
or passing over, you could decide to open an info window or to follow a
link. Content of the info window is set on fly through an ajax reponse…
A general purpose snippet to get a comma separated list of resource ids for MODx 2.0.
Include / exclude parents and/or children resources id
Usefull to define a list of ids for &parents parameter
Examples:
GetIds? &ids=`18, c18, -c21, 34` : include #18 and children of #18, exclude chidren of #21 but keep #34
GetIds? &ids=`p12, -p3, -1, 2` : include all parents of #12, exclude paren…