====== Standard Plugins ====== The following plugins are included with the FlatPress core distribution. To disable put // or # before the plugin name To enable remove // before the plugin name ===== accessibleantispam ===== **Plugin Name:** Accessible Antispam **Description:** Antispam asking to answer a simple math question. ===== adminarea ===== **Plugin Name:** Admin Area **Description:** AdminArea plugin. **Note:** Provides [[doc:faq#what_is_a_widget|Widget]] with some useful administration links and a login/logout link. \\ You must enable/disable it in Widget Panel. ===== akismet ===== **Plugin Name:** Akismet **Description:** Integration with [[http://akismet.com/|Akismet]] powerful Antispam system! **Note:** Akismet checks your comments against the Akismet web service to see if they look like spam or not. \\ You must provide you personal API key by editing //plugin.akismet.php//. You can get an API key for free registering to [[http://wordpress.com/]]. // change 0 into your API key define('AKISMET_API_KEY', '0'); define('AKISMET_TIMEOUT', 10); ===== archives ===== **Plugin Name:** Archives **Description:** Adds an Archive widget element. **Note:** Provides [[doc:faq#what_is_a_widget|Widget]] with the entries' archive by months and years. \\ You must enable/disable it in Widget Panel. ===== bbcode ===== **Plugin Name:** BBcode **Description:** Allows using [[http://www.phpbb.com/phpBB/faq.php?mode=bbcode|BBCode]] markup; provides automatic integration with lightbox. ===== blockparser ===== **Plugin Name:** BlockParser **Description:** This allow you to use simple non-plugin custom blocks ===== calendar ===== **Plugin Name:** Calendar **Description:** Adds a Calendar widget element. **Note:** Provides [[doc:faq#what_is_a_widget|Widget]] with a calendar. \\ You must enable/disable it in Widget Panel. ===== categories ===== **Plugin Name:** Categories **Description:** Adds a Categories widget element. **Note:** Provides [[doc:faq#what_is_a_widget|Widget]] with a list of categories. \\ You must enable/disable it in Widget Panel. ===== jsutils ===== **Plugin Name:** jsUtils **Description:** Provides [[http://mootools.net/|mootools]] ===== lastcomments ===== **Plugin Name:** Last Comments **Description:** Adds a Last Comments widget element. **Note:** Provides [[doc:faq#what_is_a_widget|Widget]] with a list last comments. \\ You must enable/disable it in Widget Panel. ===== lastentries ===== **Plugin Name:** Last Entries **Description:** Adds a Last Entries widget element. **Note:** Provides [[doc:faq#what_is_a_widget|Widget]] with a list last entries. \\ You must enable/disable it in Widget Panel. ===== lightbox ===== **Plugin Name:** Lightbox **Description:** Lightbox overlays using [[http://www.digitalia.be/software/slimbox|slimbox]]. **Note:** Requires Mootools (jsutils plugin). You must first enable jsutils! ===== prettyurls ===== **Plugin Name:** PrettyURLs **Description:** Url prettifier (powered by htaccess). **Note:** Move the //htaccess.txt// file found to //.htaccess// in the root directory. To upload I suggest creating a htaccess.txt locally with those contents, upload (via FTP) and then rename to //.htaccess//. Please notice that on apache+windows prettyurls won't work, because there's NO mod_rewrite support! ===== qspam ===== **Plugin Name:** QuickSpamFilter **Description:** bans comments containing some special words; it can be customized editing the source file ===== readmore ===== **Plugin Name:** ReadMore **Description:** Chops a lengthy entry and appends a "read more" link. **Note:** to use it write the tag //[more]// somwehere in your text. This tag doen't require closing tag (//[/more]//) ===== searchbox ===== **Plugin Name:** Search Box **Description:** Adds a Search Box widget element. **Note:** Provides [[doc:faq#what_is_a_widget|Widget]] with a search form. \\ You must enable/disable it in Widget Panel. ===== syntaxhighlighter ===== **Plugin Name:** Syntax Highlighter **Description:** [[http://www.dreamprojections.com/syntaxhighlighter|dp.SyntaxHighlighter 1.4.0]] (edited to work with pre, thanks to [[https://www.gertthiel.de/blog/archive/2005/11/25/dp-syntaxhighlighter-pre|Gert Thiel]] ) ===== thumb ===== **Plugin Name:** Thumbnail **Description:** If this is loaded, using the ''scale'' parameter on an image. The thumbnail is cached in the images/.thumbs directory. Remember that directory beginning with a dot are hidden on UNIX-like systems. **Note:** to use it add ''scale=xx%'' attribute to ''[img]'' tag (e.g.: ''[img=images/something.jpg scale=50%]'')