Bloxby’s page builder is configured mainly through the configuration module config.js, located in /assets/js/modules/. If you would like to make modifications to the page builder’s configuration, you can either do this directly to the config.js file, or you can place your custom settings in the config_custom.js file (found in the […]
How the page builder works
Overview Bloxby’s page builder allows end-users to use drag and drop to compose web pages. End-users can drag and drop blocks and / or components onto the canvas. The canvas itself essentially an unsorted list (<ul></ul>) in which every list element (<li></li>) represents a block. So every time an end-user […]
How to modify or develop Bloxby
Bloxby has two major components: the front-end and the back-end. The back-end is built using PHP in general and the CodeIgniter (version 3) framework in particular. For more information regarding the CodeIgniter framework, please have a look at the official CodeIgniter website . Developing the back-end Developing the back-end part […]
Installation Guide
Installation Bloxby comes with an easy installation script, saving you from the trouble of having to do everything manual. Bloxby requires to be installed in the root folder of the domain you’re planning to run Bloxby on. Installing Bloxby in a sub folder will result in the application not functioning […]
Server Requirements
To be able to operate Bloxby on your own server, the server will need to meet the following requirements: LAMP Stack server: Linux/Unix + Apache + MySQL + PHP The Apache web server will need to have the module “mod_rewrite” and “mod_headers” enabled Disabling of the mod_security module is advised […]
Common Issues
Not Found issue Basically this is happening when mod_rewrite is not enabled, or .htaccess file is not in the root with our bundled content or the apache configuration is not properly configured to handle the rewrite. Here is the reference for configure proper web server with mod_rewrite. For CentOS 6 […]
Bloxby License
Software, Source Code and Re-Seller License Agreement for Bloxby This Document outlines the standard contractual terms and conditions (the ” Agreement “) that applies to the provision of a license by Bloxby, a Latvian company, address: Dzelzavas iela 15, Riga 15551, Latvia (the ” Company “), for use and resale […]
Terms and Definitions
Blocks Block are sections which are used to compose web pages. Blocks can be headers, hero sections, footers, contact sections, feature sections, etc. Blocks are found in the left sidebar under “Blocks”. When on the canvas, the order of the blocks can be altered by dragging and dropping them in […]