flatpress/fp-defaults/plugins.conf.php

34 lines
1003 B
PHP
Executable File

<?php
$fp_plugins = array(
// to disable put // or # before the plugin name
// remove it to enable :)
'jsutils', //needed by ligthbox (quite heavy in size)
'lightbox', //fancy usable img overlay effect, needs jsutils
'thumb', //creates thumbnails adding scale=NN% to [img] tags :)
'bbcode', // bbcode-style formatting; if you disable this
// you'll loose some features, but you will be able to use xhtml
// as a default
//'syntaxhighlighter',//fancy js to color code
'accessibleantispam',
'qspam', // quick spam filter
// 'akismet', // powerful antispam; requires you to have a wordpress api key
// open the plugin file to set your key
'adminarea',
'archives',
//'calendar', //time consuming, not really recommended :p
'lastentries',
//'lastcomments', // cache-based last-comments block
//'prettyurls', //rename htaccess.txt in BLOG_ROOT to enable EXPERIMENTAL
'categories',
'searchbox',
'blockparser',
'readmore',
'favicon',
);
?>