Wordpress: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
 
(21 intermediate revisions by one other user not shown)
Line 1: Line 1:
nuBuilder Forte can be installed as a Wordpress plugin.
nuBuilder Forte can be installed as a Wordpress plugin.


This plugin can be found by searching for nuBuilder in the plugin directory of [http://wordpress.org]. (This installation is different than the standalone version found on Github.)
 
This plugin can be found by searching for nuBuilder in the plugin directory of [http://wordpress.org www.wordpress.org].  
 
(This installation is different than the standalone version of nuBuilder Forte found on Github and can only be started from within Wordpress.)
 
 
When using this plugin you are not required to log in to nuBuilder as it uses the details of the person already logged in. - anyone logged in as Admin will be given the same access as globeadmin has.
 
Once installed, nuBuilder Forte can be mashed into Wordpress Pages or Posts using a Wordpress '''shortcode''' (iFrame).
 
 
The following is an example of using the nuBuilder shortcode...
 
<pre>
 
[nubuilder style="height:500px;width:1000px;border-style:none" al="EDIT"]
 
</pre>
 
*style = CSS Style for iFrame.
*al = The code used by an Access Level (if not defined, the Access Level will default to that of the logged in user.) The User ID can be used as a Hash Cookie. '''#USER_ID#'''
 
 
The Access Level will set which nuBuilder Form will be used as the Home Page.
 
This is defined by setting the Home Page of an Access Level.

Latest revision as of 16:35, 13 January 2021

nuBuilder Forte can be installed as a Wordpress plugin.


This plugin can be found by searching for nuBuilder in the plugin directory of www.wordpress.org.

(This installation is different than the standalone version of nuBuilder Forte found on Github and can only be started from within Wordpress.)


When using this plugin you are not required to log in to nuBuilder as it uses the details of the person already logged in. - anyone logged in as Admin will be given the same access as globeadmin has.

Once installed, nuBuilder Forte can be mashed into Wordpress Pages or Posts using a Wordpress shortcode (iFrame).


The following is an example of using the nuBuilder shortcode...


[nubuilder style="height:500px;width:1000px;border-style:none" al="EDIT"]

  • style = CSS Style for iFrame.
  • al = The code used by an Access Level (if not defined, the Access Level will default to that of the logged in user.) The User ID can be used as a Hash Cookie. #USER_ID#


The Access Level will set which nuBuilder Form will be used as the Home Page.

This is defined by setting the Home Page of an Access Level.