Search found 20 matches

by trenoweth
Wed Oct 09, 2019 6:36 am
Forum: Forms
Topic: Saving new template
Replies: 4
Views: 3567

Re: Saving new template

Thanks for the response. So I cannot easily do what I want to do, but there is a way round it. I've created a default form with everything I'm likely to need in it, then I can simply delete the bits I don't need for any specific purpose. Just have to get the maths right when changing the positioning...
by trenoweth
Wed Oct 09, 2019 4:25 am
Forum: Forms
Topic: Saving new template
Replies: 4
Views: 3567

Re: Saving new template

Thank you for your suggestions, however I've already tried that. What I wanted to do is save a form (not a website, I write those myself) I've written based on the Contact 2 template. I save it (as WWB Template 14) with the other templates but when I then load that back into the program I can only s...
by trenoweth
Tue Oct 08, 2019 8:51 pm
Forum: Forms
Topic: Saving new template
Replies: 4
Views: 3567

Saving new template

Hello,

I would like to save a form as a template that I can then reload and edit later for amending/adding/subtracting fields. I gather that this may only be done by editing "forms.dat'" but I haven't been able to find this. Where should I look for it please?
by trenoweth
Wed Jun 06, 2018 6:08 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

Ah, right, well ... I don't really require the roles so that's not a problem for me. Thanks.

Better have a look at MySQL when I have a moment though.
by trenoweth
Wed Jun 06, 2018 2:10 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Edit problem in Login Admin file

Now I have another problem! Using v14.0.4 and writing completely new files without any additional field added the program works alright as far as signing-up and using the admin page are concerned, also the active/not active function. But when I click on edit I can see that a new sign-up is denoted a...
by trenoweth
Tue Jun 05, 2018 7:43 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

Is this 14.0.4 an update or a new paid-for program? It's only just over two months since I last paid you for an upgrade!
by trenoweth
Tue Jun 05, 2018 7:39 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

This is not the most recent version
Well, it is what I downloaded this very week!
by trenoweth
Tue Jun 05, 2018 7:31 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

So if I rearrange it so that the active field is number five, that should resolve things? I do still have active as 5, though starting with 0 that probably means it is really 6 This is my amended coding: $values = explode('|', trim($line)); $values[0] = $_POST['login']; if (!empty($_POST['password']...
by trenoweth
Tue Jun 05, 2018 6:55 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

Which I did. The added file in the Admin page was also added to the sign-up page. I think I'm correct in saying that the other files (login, password reminder) are not affected as they don't use the additional field. If I write new scripts for the main files will I be able to use the existing LoginA...
by trenoweth
Tue Jun 05, 2018 6:30 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

But isn't this rather irrelevant? I should be able to add a new field providing it is added everywhere, in the sign-up and the admin scripts?
by trenoweth
Tue Jun 05, 2018 6:24 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

I downloaded it on 4th June, which says it is Version 14 (May 7 2018)
by trenoweth
Tue Jun 05, 2018 6:19 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

Are you using the latest update? As I have mentioned, the script was originally written with WB11 though I think it has also been through WB12. I do now have the latest WB14 and haven't been able to produce a working LoginAdmin page from it. Just the HTML file with the pre-populated names that cann...
by trenoweth
Tue Jun 05, 2018 6:17 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

In my efforts to resolve the extra '|' problem I took the surnames right out of the equation so I was left with just the original five columns, but the problem was still there.
by trenoweth
Tue Jun 05, 2018 6:14 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

Yes, I added it so that the database may be sorted into alphabetical order by surname. I've also been trying to set up a completely new login script starting from scratch using WB14 (the previous one above was originally written on WB11) but I don't seem to be able to get anywhere with LoginAdmin. I...
by trenoweth
Tue Jun 05, 2018 3:06 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

I have just spent quite some time removing a '|' one at a time, testing, then restoring it when it didn't help, but I always found a non active login went through to the success page.
by trenoweth
Tue Jun 05, 2018 1:01 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

Re: "Not active" in Login Admin file allowing access

Hello Pablo, Many thanks for the reply, which I really struggled to find but can now see. Right, but which '|' is the additional one please? I have just created fictitious logins using the "Create new user" link on the Admin page which has exactly the same problem. I haven't edited the scr...
by trenoweth
Mon Jun 04, 2018 12:10 am
Forum: Login Tools Questions
Topic: "Not active" in Login Admin file allowing access
Replies: 23
Views: 35909

"Not active" in Login Admin file allowing access

Hello, I am using the login script and have just realised that instead of going to the error page, a "Not active" login is allowing access in the same way as an "Active" one. I've puzzled over this for ages, please tell me where I'm going wrong. I have copied the existing files a...
by trenoweth
Sat May 26, 2018 2:51 am
Forum: Login Tools Questions
Topic: Edit Profile object
Replies: 11
Views: 53606

Re: Edit Profile object

It's taken a while for me to get back to this as I've been rather busy with other things.

Thanks for the response, I visited the site but I couldn't see any login form, nor the checkbox you mentioned.

I have WB12 though I note it is now up to 14.


Regards, Peter
by trenoweth
Tue May 08, 2018 7:10 am
Forum: Login Tools Questions
Topic: Edit Profile object
Replies: 11
Views: 53606

Re: Edit Profile object

Hello Alex,

Did you manage to add a check box to your login form? I have been trying to do just that this afternoon but, so far, without success. :cry: