Skip to content
View mkschell's full-sized avatar
  • MODX, LLC
  • Bancroft, Ontario, Canada

Organizations

@modxcms

Block or report mkschell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ash ash Public

    Forked from ash-project/ash

    A declarative, extensible framework for building Elixir applications.

    Elixir

  2. revolution revolution Public

    Forked from modxcms/revolution

    MODx Revolution - Content Application Platform

    PHP

  3. ash_admin ash_admin Public

    Forked from ash-project/ash_admin

    A super-admin UI dashboard for Ash Framework applications, built with Phoenix LiveView.

    Elixir

  4. SignificantTrades SignificantTrades Public

    Forked from Tucsky/SignificantTrades

    adds phemex exchange to aggr.trade

    Vue

  5. Redirector Redirector Public

    Forked from modxcms/Redirector

    Handles all your site redirects in MODx Revolution.

    PHP

  6. 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
    2
    if($modx->context->get('key') != "mgr"){
    3
        /* grab the current langauge from the cultureKey request var */
    4
        switch ($_REQUEST['cultureKey']) {
    5
            case 'en':