CMS MADE SIMPLE FORGE

Name Type Description
Ajax Made Simple Module To provide a module with an API allowing module developers to easily add Ajax functionality to their module without having to know the dirty javascript-stuff.
JM_NBBCode Module A BBCode parser with a comprehensive API for other modules. Provides an API for modules to be able to use BBCode using NBBCode Open Source Lib (http://nbbc.sourceforge.net/). Registers a Smarty modifier you can use in your content. It will also provide some template functionality through a tag (up-coming release).
Orm Module A delightful and powerful ORM system to improve the API of CmsMadeSimple. More information on the Github page of the project https://github.com/besstiolle/orm-ms (The project is currently under heavy development, Thank you to give me your feedbacks <3 )
TweetMadeSimple Module This module allow user to retrieve differents timelines from Twitter and allow user & compatible modules to publish news to Twitter. EDIT: Updated to API V1.1 (finally)
Shotbot Module Let you generate thumbnails (also named ascreen) of a website this a simple URL. Must be used within another module (or in a UDT) See the help : http://www.furie.be/wiki/doku.php?id=shotbot-api This module is an implementation for shotbot's API. More information about shotbot's API : http://www.shotbot.fr
MAS_API Plugin MAS_API is a Smarty function plugin for CMS Made Simple 2.x that fetches orsends data to external HTTP(S) APIs directly from templates, without embeddingsecrets in the database.Features:- Methods: GET, POST, PUT, DELETE (cURL; TLS verification on)- JSON: request body from body/json params; optional JSON decode of response(parse_json / json=1)- Security: mandatory mas_api.allowlist.php (hosts and/or suffixes; fail closedif missing or empty); DNS resolution checked against private/reserved ranges;manual redirects with re-validation per hop; response size cap; timeouts(bounded)- Cache: optional TT...