Skip to content

Instantly share code, notes, and snippets.

View pmfx's full-sized avatar

Piotr Matysiak pmfx

View GitHub Profile
@pmfx
pmfx / tv_categorized_tabs
Created October 1, 2016 17:32
tv_categorized_tabs MODX Evolution plugin. Now working with MultiTV.
<?php
/**
* $Id: plugin.php 22 2010-03-24 19:37:03Z stefan $
*
* Collect the currently used TVs and sort them to tabs which created on there
* associated categories
*
*
*
* Updated by Piotr Matysiak (pmfx) on 2016-09-27: Now works with multiTV
@pmfx
pmfx / ElementsInTree.php
Last active November 19, 2022 15:10
ElementsInTree MODX plugin. Now respecting MODX permisions.
// OnManagerTreePrerender,OnManagerTreeRender
// Autor: Dmi3yy
// Version: 0.2
// 2016-10-11 added category accordion (Nicola1971)
// 2016-10-11 added icons to list elements (Nicola1971)
// 2016-10-10 added live search/filtering (pmfx)
// 2016-10-06 added configuration option to use icons or not (pmfx)
// 2016-10-05 tabs have icons instead of text shortcut now (pmfx)
// 2016-10-01 modified by Piotr Matysiak (pmfx) to respect MODX roles (hasPermission)