Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Nubuilder use case question

Questions related to using nuBuilder Forte.
dana
Posts: 8
Joined: Tue Aug 18, 2020 11:57 pm

Nubuilder use case question

Unread post by dana »

Hello,

I have a Wordpress website hosted on Bluehost.

I have the WPForms plugin installed. I use it to create data entry forms.

Would Nubuilder allow me to access the WPforms data and allow me to edit, update, display the data in my website?

Thank you,

Dana
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Nubuilder use case question

Unread post by kev1n »

Hi Dana,

As long as nuBuilder is installed in the same database as WordPress, you can access all tables.
dana
Posts: 8
Joined: Tue Aug 18, 2020 11:57 pm

Re: Nubuilder use case question

Unread post by dana »

Hello,

A bit confused by the phrase "As long as nuBuilder is installed in the same database as WordPress".

Is Nubuilder software or data?

If Nubuilder is software wouldn't it be installed in its own directory?

Thank you,

Dana
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Nubuilder use case question

Unread post by kev1n »

nuBuilder consists of application files (php, js etc) and requires a database.

You have 2 options: Either you install nuBuilder as a WordPress plugin (not recommended, as not maintained anymore) or as a standalone version.

Standalone version: Download the nuBuilder files an place them in a separate folder (can also be in a subfolder of WordPress).

Follow the link "Installation Guides " in my signature to read the rest of the installation process.
dana
Posts: 8
Joined: Tue Aug 18, 2020 11:57 pm

Re: Nubuilder use case question

Unread post by dana »

Will do.

Thank you,

Dana
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Nubuilder use case question

Unread post by kev1n »

Just bear in mind not to create a new database for nuBuilder but use your existing WordPress DB. Otherwise nuBuilder can't access your WP tables.
dana
Posts: 8
Joined: Tue Aug 18, 2020 11:57 pm

Re: Nubuilder use case question

Unread post by dana »

Hello,

I didn't see your last reply until after doing the installation.

Do I need to uninstall & start over?

I tried editing the nuconfig.php file with the following settings:

$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "rasmuss5_WPGWZ"; //---------This is the name of the Wordpress database
$nuConfigDBUser = "rasmuss5_nubuilder4"; //------------I associated this user name as a privileged user
$nuConfigDBPassword = "xxxxxxx";
$nuConfigDBGlobeadminUsername = "globeadmin"; //-- globeadmin username
$nuConfigDBGlobeadminPassword = "xxxxxxxx"; //-- globeadmin password
$nuConfigTitle = "nuBuilder 4";
$nuConfigIsDemo = false;
$nuConfigTimeOut = 1440;

Still not seeing the rasmuss5_WPGWZ Wordpress database.

Thank you for your patience.

Dana
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Nubuilder use case question

Unread post by kev1n »

dana wrote: Do I need to uninstall & start over?
I'm not sure how you set that up.. Are both the WP + nuBuilder tables in the same table?
What do you mean by "Still not seeing the rasmuss5_WPGWZ Wordpress database." ? How did you test it?
dana
Posts: 8
Joined: Tue Aug 18, 2020 11:57 pm

Re: Nubuilder use case question

Unread post by dana »

Hello,

The nuBuilder and Wordpress databases are two distinct databases.

I tested it by going to the "Forms" step in the installation. I.E. Login as globeadmin, on the "Home" page, "Setup" button, then "Forms" button.

The only tables I see are from the nuBuilder databases. I.E. zzzzz..... name formats for the tables.

Does the "globeadmin" user id need to be registered with the Wordpress database via Bluehost-Advanced-Database interface?

I currently have rasmuss5_nubuilder4 user id registered with the Wordpress database, "rasmuss5_WPGWZ".
The userid registration process always puts "rasmuss5_" as the prefix to any userid.

Thank you,

Dana
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: Nubuilder use case question

Unread post by kev1n »

dana wrote:Hello,

The nuBuilder and Wordpress databases are two distinct databases.

This won't work.
kev1n wrote:Just bear in mind not to create a new database for nuBuilder but use your existing WordPress DB. Otherwise nuBuilder can't access your WP tables.
Post Reply