Currently no, but we are thinking about this. Also we are making additional block packs so soon there will be such option.
Update from v1.2.0 to v1.2.3
Update your files To manually update from 1.2.0 to 1.2.3, download the update. Next, you will need to update the following files/folders: .htaccess > add/replace this file README.md > add/replace this file application/config/mimes.php > add/replace this file application/helpers/general_helper.php > add/replace this file application/hooks/hooks.profiler.php > add/replace this file application/language/english/builderlite_lang.php > add/replace […]
Update from v1.1.4 to v1.2.0
Update your files To manually update from 1.1.4 to 1.2.0, download the update from Gumroad. Next, you will need to update the following files/folders: .htaccess > add/replace this file README.md > add/replace this file application/config/hooks.php > add/replace this file application/config/ldap.php > add/replace this file application/config/migration.php > add/replace this file application/config/profiler.php […]
Automated login
As off version 1.2.0, it’s possible to facilitate automated login with your Bloxby application. This essentially means you can allow your users to log into their Bloxby account by clicking a simple link. Configuration Automated login is configured under “Settings > Integration”. You’ll find a panel there labeled “Automated […]
RESTful API end-point: /api/users/
Description This end-points gives access to the Users section. Available methods GET, POST, PUT, DELETE GET Get all users available. Required headers X-API-KEY Authorization Payload Not applicable Return Returns a JSON string containing a list of the users currently available. Example (php) The example below retrieves a JSON string […]
RESTful API end-point: /api/packages/
Description This end-points gives access to the Packages (membership plans) section. Available methods GET, POST, PUT, DELETE GET Get all packages available. Required headers X-API-KEY Authorization Payload Not applicable Return Returns a JSON string containing a list of the packages currently available. Example (php) The example below retrieves a […]
RESTful API
As off version 1.2.0, Bloxby includes a publicly available RESTful API. Configuration Configuration of the API is done under Settings > Integration. The following settings are available: Activate REST api Use this switch to enable/disable the API. When disabled, no API requests can be made. Enable IP white list […]
Preparing for our free installation service
When purchasing a Professional or Enterprise plan, we offer a one-time complimentary installation service. Before doing so, you will need to make sure a couple of things are taken care of on your end, things we, unfortunately, can not provide as part of our installation service: 1 .Server access Since […]
Update from v1.1.3 to v1.1.4
Update your files To manually update from 1.1.3 to 1.1.4, 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/modules/auth/views/forgot.php > add/replace this file application/modules/auth/views/login.php > add/replace this file application/modules/auth/views/payment_confirm.php […]
Update from v1.1.2 to v1.1.3
Update your files To manually update from 1.1.2 to 1.1.3, download the update from Gumroad. Next, you will need to update the following files/folders: .htaccess > add/replace this file README.md > add/replace this file application/config/migration.php > add/replace this file application/config/routes.php > add/replace this file application/config/bloxby.php > add/replace this file application/helpers/cloudflare_helper.php […]