GetSimple plugins

You can find here some GetSimple CMS plugins by Carlos. Use at your own risk. :-)

(old plugins)

Markdown Editor plugin for GetSimple

This plugin allows you to create and edit pages using the Markdown syntax. Existing pages created with the normal HTML editor will still use the default editor (CKeditor, raw HTML or whatever) The page content is converted to HTML (by Parsedown, included) and stored in the content field, so plugins...

Redirect plugin

This simple plugin allows you to redirect individual pages to other pages (in the site, or external ones). Usage: Edit the page you want to redirect and insert this tag in the title, description or tags/keywords field: redirect=destination destination can be another page's slug, or an URL. Note:...

Fix Site URL plugin

This simple plugin replaces all occurrences of a given string by the current Site URL (as defined in GS settings) in the content of pages, when editing or browsing them. It can be used to migrate sites, so that you don't have to manually change every absolute URL (links, images...) you inserted in t...

Plugin: User-specific gsconfig settings

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 plugin

This version of News Manager (blog/news plugin for the GetSimple CMS) is based on Rogier Koppejan's original News Manager (last version was 2.2.4) and is currently maintained by Carlos Navarro. Current stable version is 3.6 - Download (GetSimple repository) Documentation - Basic instructions + fe...

GetSimple "Memory Peak Usage" plugin

After 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 GetSimple

A 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: Download: Components in Admin Pages Sidebar (compoadminpages) (first pos...

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) included in the Sitemap (since version 0.2, for GS 3...

"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 plugin

Makes GS page date field fixed (and editable), and adds new replacement lastUpdate field. Download pubDateFix plugin Helper functions / template tags: - get_page_lastupdate($dateformat) - return_page_lastupdate($dateformat) (they work exactly like GetSimple's get_page_date() and return_page_date(...

GetFeed - RSS/Atom feed fetch/read/display in GetSimple

GetFeed 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 plugin

EditThisPage 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...