GetSimple plugins
You can find here some GetSimple CMS plugins by Carlos. Use at your own risk. :-)
After reading this thread I thought it would be useful to have a very simple, small plugin that lets you define user-specific gsconfig settings (for the editor). Here it is, attached to this post. You can set user-specific or default settings for GSEDITORTOOL, GSEDITORHEIGHT, GSEDITORLANG and G...
News Manager (updated) - GetSimple pluginI'm updating/maintaing News Manager (blog/news plugin for the GetSimple CMS), after roog's last release (2.2.4) Current stable version is 2.3.5 USEFUL LINKS - Support thread (get-simple.info Forum) - Download latest stable version (get-simple.info Extend) - GitHub repository - Additional/...
GetSimple "Memory Peak Usage" pluginAfter reading this interesting article (about Wordpress vs gpEasy), I made this small and simple plugin to check GS's memory usage. If enabled, the page's peak memory usage (in bytes) will be displayed at the bottom -- always in backend pages, in frontend only if logged in (GS 3.1+; in G...
One-page site with GetSimpleA way to have a one-page site with anchors (for GS 3.1): Insert this code in your template (e.g. before, after, or instead of the <?php get_content(); ?> tag). <?php global $pagesArray; $pagesSorted = subval_sort($pagesArray,'menuOrder'); // or 'title', 'menu',...
Add link to Components in Page Manager (GetSimple plugin)If you frequently edit your GetSimple components, it can be handy to have a shortcut link in GS's admin panel main page (Page Manager) so that you don't need to go to the Theme tab. I made a small plugin for that: <?php $thisfile = basename(__FILE__, ".php"); register_plug...
Hide Future Pages (GetSimple plugin)This plugin allows delayed/scheduled publishing of GetSimple pages with date set in the future (*). These pages will not be: visible if the user is not logged in (like private pages) shown in search results (if I18N Search plugin is installed) Download HideFuturePages 0.1 Installatio...
"Remove Sitemap" plugin (for GetSimple 3.1)GetSimple version 3.1 generates a sitemap.xml file in the root of the site, even if you have disabled pinging to search engines. If you want no sitemap.xml file, you can use this plugin: it deletes the file just after it has been generated. Download Remove sitemap 0.1 (Extend) Installation:...
pubDateFix (publication date) - GetSimple pluginMakes GS page date field fixed (and editable), and adds new replacement lastUpdate field. Download pubDateFix version 0.1 (beta) Helper functions / template tags: - get_page_lastupdate($dateformat) - return_page_lastupdate($dateformat) (they work exactly like GetSimple's get_page_date()...
GetFeed - RSS/Atom feed fetch/read/display in GetSimpleGetFeed is a plugin for GetSimple CMS, with several functions (or template tags) to read and display feed contents (RSS/Atom) in GetSimple pages. Usage and demos: http://webs.org.es/getfeed/ Support: GetSimple forum thread about GetFeed: http://get-simple.info/forums/showthread.php?tid=6...
EditThisPage - GetSimple pluginEditThisPage is a plugin for the GetSimple CMS. Tested with 2.01, 2.03, 3.0 and 3.1. What it does: If the plugin is enabled and activated, when the user is logged in and browses the website, pages will have a quick-access 'Edit this page' link to the admin panel (like do Blogger, Wor...