Welcome to the nuBuilder Forums!

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

WordPress Plugin no passing user_ID

Questions related to using nuBuilder Forte.
Post Reply
BoydG
Posts: 35
Joined: Mon Dec 31, 2018 10:31 am

WordPress Plugin no passing user_ID

Unread post by BoydG »

Installed the nuBuilder Forte 1.2 plugin for Wordpress.
Created a HTML widget, put in the short code.
When browsing to the webpage after logging in as a regular user, the User_ID hash field is not being populated.
I'm using $('#ins_ord_franchise_id').val(nuUserName()).change() to populate a field with the currently logged in user.
The debug shows:
[USER_ID] =>
[USER_GROUP_ID] => wpsubscriber
[HOME_ID] => nuuserhome
[GLOBAL_ACCESS] => 0
[ACCESS_LEVEL_CODE] => SUBS
[form_id] => 5c27bf582d125aa

If I log into the wordpress admin page as the regular user and click the Start nuBuilder blue button it does work correctly
[USER_ID] => 5c299a7d4a3d5e0
[USER_GROUP_ID] => wpsubscriber
[HOME_ID] => nuuserhome
[GLOBAL_ACCESS] => 0
[ACCESS_LEVEL_CODE] => SUBS

Am I doing something wrong?
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: WordPress Plugin no passing user_ID

Unread post by admin »

BoydG,

You are not doing anything wrong - its a bug.

We'll fix it in the next release.


Steven
BoydG
Posts: 35
Joined: Mon Dec 31, 2018 10:31 am

Re: WordPress Plugin no passing user_ID

Unread post by BoydG »

Thanks Steven, appreciate the excellent work done on this product.
Martin
Posts: 30
Joined: Fri Nov 09, 2018 5:42 pm

Re: WordPress Plugin no passing user_ID

Unread post by Martin »

Do we know about when the new release is coming? Otherwise I'll have to find a workaround somehow.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: WordPress Plugin no passing user_ID

Unread post by kev1n »

There is a new version of nuBuilder Forte available.

V. 1.3

Fixed missing user_id in short code
Changed Access Level home Form to include all Form types
Fixed missing function to clear old sessions
BoydG
Posts: 35
Joined: Mon Dec 31, 2018 10:31 am

Re: WordPress Plugin no passing user_ID

Unread post by BoydG »

Works great.
Thanks again
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: WordPress Plugin no passing user_ID

Unread post by admin »

.
Post Reply