Customers who have purchased a Bloxby license are free to modify the default blocks bundled with the application any they’d like. However, modifying the default blocks puts your changes at risk of being overwritten by a future update (since Bloxby updates occasionally contain changes to the blocks in addition to […]
Update from v1.1.1 to v1.1.2
Update your files To manually update from 1.1.1 to 1.1.2, download the update from Gumroad. Next, you will need to update the following files/folders: README.md > add/replace this file application/modules/customdomain/controllers/Customdomain.php > add/replace this file config.ini > add/replace this file package.json > add/replace this file Update your database Bloxby version 1.1.2 […]
Update from v1.1.0 to v1.1.1
Update your files To manually update from 1.1.0 to 1.1.1, download the update from Gumroad. Next, you will need to update the following files/folders: README.md > add/replace this file application/config/bloxby.php > add/replace this file application/language/english/builderlite_lang.php > add/replace this file application/libraries/Stripe > add/replace this file application/modules/autoupdate/controllers/Autoupdate.php > add/replace this file application/modules/autoupdate/views/confirm.php […]
Adding Google fonts to the text editor
As of version 1.1.0, Bloxby makes it possible to easily add additional Google fonts to the Bloxby page builder text editor. The first step is to add Google fonts to the application, this is done through the Settings panel (“Application Settings” tab, custom_fonts field). This text field should contain a […]
Update from v1.0.7 to v1.1.0
Update your files To manually update from 1.0.7 to 1.1.0, download the update from Gumroad. Next, you will need to update the following files/folders: README.md > replace this file _htaccess > replace this file with the contents of (/_htaccess) application/config/hooks.php > add/replace this file application/config/migration.php > add/replace this file […]
Extending the front-end
You might find yourself in a situation where you need to add custom Javascript to the Bloxby page builder or one or more of the other pages within the application. As of version 1.1.0, this process has been simplified by the introduction of customization modules. In the /assets/js folder, you’ll […]
Page Templates
Available from version 1.1.0 Bloxby allows Administrators to add, edit and remove full page templates (a full page template is a number of blocks combined into a single page). These page templates can then be made available to end-users allowing them to create pages and sites even faster. There are […]
The blocks file browser
Available from version 1.1.0 Bloxby offers Administrators access to a file browser allowing them to manage files related to the application’s blocks. This file browser can be accessed through Elements > Block files (in the main navigation bar). When loading the browser, by default the contents of the folder containing […]
Managing components through the components panel
Available from version 1.1.0 Administrators can manage the components available in Bloxby through the Components panel, located at Elements > Components (in the main navigation). Component categories To manage the component categories, click the link labeled “Manage component categories”. This will bring up a modal popup window which allows […]
Managing blocks through the page builder
Available from version 1.1.0 In addition to managing Bloxby blocks through the Blocks panel, Administrators also have access to certain block related functions directly inside the page builder interface. Through the page builder interface, Administrators can be perform the following tasks: Update the block’s original source code Delete a block […]