-
MODX, LLC
- Bancroft, Ontario, Canada
Pinned Loading
-
ash
ash PublicForked from ash-project/ash
A declarative, extensible framework for building Elixir applications.
Elixir
-
revolution
revolution PublicForked from modxcms/revolution
MODx Revolution - Content Application Platform
PHP
-
ash_admin
ash_admin PublicForked from ash-project/ash_admin
A super-admin UI dashboard for Ash Framework applications, built with Phoenix LiveView.
Elixir
-
SignificantTrades
SignificantTrades PublicForked from Tucsky/SignificantTrades
adds phemex exchange to aggr.trade
Vue
-
Redirector
Redirector PublicForked from modxcms/Redirector
Handles all your site redirects in MODx Revolution.
PHP
-
MODX Cloud web rules example for Bab...
MODX Cloud web rules example for Babel with two languages.In this example, German is the default language with resources in the 'web' context; English is the secondary language, set up in the 'en' context.This technique is based on the "SEO Friendly Multilingual Websites" article archived here: https://web.archive.org/web/20180927220103/http://www.multilingual-modx.com/blog/2011/seo-friendly-multilingual-websites-with-modx-and-babel.html 1<?php
2if($modx->context->get('key') != "mgr"){
3/* grab the current langauge from the cultureKey request var */
4switch ($_REQUEST['cultureKey']) {
5case 'en':
If the problem persists, check the GitHub status page or contact support.