Return to Snippet

Revision: 55535
at February 10, 2012 11:42 by iroybot


Initial Code
INSERT INTO `jos_modules` (`id`, `title`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `published`, `module`, `numnews`, `access`, `showtitle`, `params`, `iscore`, `client_id`, `control`) VALUES
(648, 'Media Player', '', 1, 'media', 0, '0000-00-00 00:00:00', 1, 'mod_media', 0, 0, 0, '', 0, 0, '');

Initial URL


Initial Description
in order to avoid the .zip madness when creating a new module, you can make it available in the backend by firing a simple SQL in your DB. (mod_media is the name of the folder that holds it)

Initial Title
Manual activation of a module in Joomla!

Initial Tags
mysql, sql

Initial Language
SQL