ReCaptchaV2 integrates V2 AND V3 of Google's ReCaptcha service into MODX as a FormIt hook. It supports the "invisible" ReCaptcha style as well as the latest ReCaptcha V3 implementation.This Extra is maintained in Github: https://github.com/sepiariver/recaptchav2Check https://sepiariver.com/modx/recaptchav2-supports-recaptchav3/ for more info.
Bug reports, comments and suggestions welcome.
A suite of tools to help manage CSS within MODX. Comes with output filters to modify CSS, and a plugin that outputs your CSS to a static, minified file.For more info: http://www.sepiariver.ca/blog/modx-web/manage-your-css-in-modx-with-csssweet
A simple snippet that redirects to any Resource specified by ID, or a random child of a specified parent(s).Redirectoid supports various response codes described here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.htmlIt also exposes the arguments for the $modx->makeUrl() method for further customization.Thanks for using MODx Revolution.
A Visual Sitemap Generator: Perfect for pre-design work and getting client signoffs.visualSitemap uses Wayfinder to replicate your Resource Tree in a nicely styled, HTML/CSS sitemap with clickable links. Get a jump on development as well, because the Resource Tree will already be populated with the site's architecture ;)Uses SlickMap CSS by: Matt Everson of Astuteo » http://astuteo.com/slickmap(He's…
ThemePackagerComponent (TPC) is a tool to build installable packages from objects and files within a MODX site. Possible uses include:Packaging a themePackaging a new component or ExtraMigrating specific objects from one site/environment to anotherTPC is maintained at GitHub: https://github.com/modxcms/ThemePackagerComponent
A super simple integration of open source javascript plugin: simplecartjs (http://simplecartjs.org/) Supports PayPal, Google Checkout and Amazon Payments.
Snippet to get formatted user profile information and return Resources created by a specified author. Also includes an output modifier that generates the gravatarUrl from an email address.More info: http://www.sepiariver.ca/blog/modx-web/modx-snippet-to-get-user-profiles-and-gravatar
What It's For:Content Editors can upload an arbitrary number of images using whichever Rich Text Editor you have installed, and they will be displayed accordingly. It doesn't matter if they put bad markup in the TV, only img elements are extracted.Getting Started:Setup a Rich Text TVInstall getRTImages via Package ManagementCall the SnippetTemplate the output with a ChunkOfficial Docs: http://rtfm.modx.com/extras/revo/getrtimagesFor…