Neuronal - Content Management System


URL: https://demo.myneuronal.com/admin/
Email: demo@demo.com
Password: demo
 
You wont be able to save or change any content/config. This is just a demo to see what Neuronal offers.

To install Neuronal follow the steps below:

To activate the reCAPTCHA & Login Attempt system:

  1. https://www.google.com/recaptcha/intro/index.html
  2. Introduce you domain.
  3. Copy and paste your private and public key into the CMS.
  4. Config the number of attempts before show the captcha (3 by default)

Neuronal has a unique feature that lets you edit your website while you are watching it. If you dont like how the CMS editor is editing your contents, live edit your website and see how it looks.

There are two main themes

You will be able to create your own theme or just edit the main ones with your own styles & functions.

If you want to add Live Edit Mode (LEM) to your theme you should add a function and some custom id's per each of your page types. To learn more about this, please check Functions Categories.

This are the functions included at functions.php. Use them to create your theme.

Please, to learn more about how to create a theme, check the main themes I made.

To add LEM to your theme you must add the custom ids and the Live Edit Script.

Neuronal has the option to manage your Theme Modules and switch them on or off.

 

To add a module/plugin to your theme, add an array to the file modules.php at your theme.

For example:

//Variable, type, name & description
array("cenable","contact","Contact Form", "Ajax Contact Form")
 
Check modules.php at Liquid theme to see how it works.
 
When you switch the module the CMS will create/update a page with the type, name & description of the array. To add it to the theme you just need to call it like another kind of page.

To create different kinds of pages to the editor, add the names to the array in the function pagetypes() at the file functions.php of your active theme.

Example:

array("parallax", "team");

 

To create different kinds of subpages to the editor, add the names to the array in the function atrtypes() at the file functions.php of your active theme.

Example:

array("team");

 

This is under development and will be updated with a tool to edit the page types through the CMS without open code.

The languages included are:

If you find any bug/exploit or you have any question please contact me at Evanto Market.