Welcome to the nuBuilder Forums!

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

Where is the code snippets library?

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Locked
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Where is the code snippets library?

Unread post by toms »

Quoting a post of the v3 forum, is the library still accessible?
admin wrote:OK

THERE IS NOW A CODE SNIPPETS LIBRARY AVAILABLE!

http://www.nubuilder.com/index.php?nav=codesnippets

Steven
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Where is the code snippets library?

Unread post by admin »

Sorry Mate,

It's gone.

It was going to be too hard to maintain.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Where is the code snippets library?

Unread post by toms »

Any change to download the snippets or are they gone for good?
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Where is the code snippets library?

Unread post by admin »

toms,

We will make anything we create available somewhere as we make more videos.

If you run this in your database...

Code: Select all

UPDATE `zzzzsys_setup` SET `set_denied` = '0';
You can access all the Form Properties and code used behind the system Forms like the Objects Form.

If you change any of this it will be reset anytime you run the Update button.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Where is the code snippets library?

Unread post by toms »

Thanks, will check it out!
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Where is the code snippets library?

Unread post by admin »

.
Locked