This article covers how developers can modify Bloxby views without having to modify the original views. The term “views” refers to template files used within the Model View Controller developer paradigm. To learn more about MVC in general and the views in specific, please have a look at this article. […]
Extending Bloxby
Within this category we will provide a number of articles helping developers modify Bloxby and it’s features while at the same time being able to use official Bloxby updates. To this end, we Bloxby offers the following: Extending views Implementing hooks to modify controller function behavior Extending the front-end by […]
Update from 1.0.2 to 1.0.21 (hotfix)
To manually upgrade from v1.0.2 to v1.0.21, please follow the following steps: /build/builder.bundle.js > replace this file /build/builder.bundle.js.map > replace this file Please note this update is also available via our auto update feature.
Administration Settings
Users with Administration rights will have access to the Settings panel from the top menu. Through the settings panel, the Administrator can configure the application’s main settings. The settings are currently divided into four sections: Application settings Payment settings Update settings White label 1. Application settings This tab contains all […]
Registration & Packages
Bloxby allows administrators to create “membership packages” to which end-users can subscribe. In order to create paid packages, the administrator must first make sure their copy of Bloxby is connected to a functional Stripe or Paypal account. Stripe or Paypal is used to collect the package fees from your end-users. To […]
Users
The Users panel gives Administrators access to all the users currently subscribed to and using the application. The Administrator can reset passwords, change email addresses, give user’s administration rights, change subscription plans, de-activate accounts and delete accounts. Administrators can also create new user accounts from the Users panel.
Navigation Bars
Changing the navigation bar itself Just any other element on the canvas, navigation bars can have editable properties (depending on how the application’s administrator has configured the page builder). If the navigation bar is editable, the style editor is trigger by clicking the menu bar when the entire bar has […]
Maps
Bloxby supports the usage of Google Maps, both through blocks as well as components. To be able to make use the map functionality, a valid Google Maps API must be provided and inserted into the Bloxby settings panel as shown below: Once the API key has been entered, map elements […]
Forms
Bloxby comes with the option of handling form submissions. When the end-users opts to use Bloxby’s form handling, Bloxby will take all the submitted data and email it to the email address supplied by the end-user (Bloxby is not currently storing form submissions). To setup a form, the end-user will […]
Global Blocks
Bloxby end-allows users to configure so-called “global blocks”. These are blocks that maintain the same appearance and settings across different pages. This feature comes in handy when configuring navigations and footers for example. Each block on the canvas has a check box labeled “Global”. When checked, changes made to this […]