Skip to content

Instantly share code, notes, and snippets.

@digitaldisseny
digitaldisseny / administrator-templates-bluestork-html-com_users-users-default.php
Created September 4, 2012 09:18
Hide admin user from user list with a template override
<?php
/**
* @package Joomla.Administrator
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// No direct access.
defined('_JEXEC') or die;
@digitaldisseny
digitaldisseny / milibrary.php
Created July 2, 2012 09:27
Function to check Joomla! components. Easily extendable with more custom checks & transformable to check any joomla extension
<?php
/**
*
* @author Roberto Segura - Digital Disseny, S.L.
* @version 02/07/2012
*
* @param string $comString
* @param string $validationType:<br>
* 100 => 1st char = validate db?<br>
* 010 => 2nd char = validate backend folder?<br>