PDA

View Full Version : Sign-Up Finishing prob.


Deals4Hosting
08-25-2003, 06:59 AM
How can i fix this double header prob.???

http://deals4hosting.com/signup.jpg

Alberto
08-25-2003, 08:06 AM
Are you showing the Terms of Service screen to the user? If not, then there is a bug with that release that shows two headers if you do not show that option to the user. It is fixed in the next release, due out in beta tonight.

So I see you got CE working? What was the problem?

Jacynthe
08-25-2003, 08:11 AM
Without seeing your code, it's hard to tell for sure, but here are a few things to make sure off:

- The header is NOT included in the file signup.php (it needs to be in templates/signup_header.tpl)
- There are no broken table (missing tags) because of the indentation of the second set of header, which tells me there may be a table problem somewhere.

If you want, you can either paste your code here or email them to me (would need signup.php, signup_header.tpl and signup_footer.tpl) at jacynthe@adrianetcorp.com and I should be able to take a look sometime today.

Deals4Hosting
08-25-2003, 04:45 PM
Are you showing the Terms of Service screen to the user? If not, then there is a bug with that release that shows two headers if you do not show that option to the user. It is fixed in the next release, due out in beta tonight.

So I see you got CE working? What was the problem?

Well i did a reinstall and it seemed to work, still don't know waht caused it but the reinstall worked i thank you for quick reply! I should be getting the full version within a week or two just waiting to get some money to ahead of the game you know. Thanks again Alberto

Deals4Hosting
08-25-2003, 04:46 PM
Without seeing your code, it's hard to tell for sure, but here are a few things to make sure off:

- The header is NOT included in the file signup.php (it needs to be in templates/signup_header.tpl)
- There are no broken table (missing tags) because of the indentation of the second set of header, which tells me there may be a table problem somewhere.

If you want, you can either paste your code here or email them to me (would need signup.php, signup_header.tpl and signup_footer.tpl) at jacynthe@adrianetcorp.com and I should be able to take a look sometime today.

I give you an e-mail here shortly.... thanks for your time!

Jacynthe
08-25-2003, 08:44 PM
I got your email and answered you. I hope the reworked header and footer fix the problem for you.

Deals4Hosting
08-25-2003, 08:59 PM
I got your email and answered you. I hope the reworked header and footer fix the problem for you.

actually it lost my side images that looks like a border and when I try to signup and fill in the personal info it won't go any father than that!


I sent you the html file with code so it makes some sense... here it problem is a mess.

Jacynthe
08-25-2003, 11:11 PM
The thing is: your original file IS a mess of code. I've seen so many instances of wrong codes I could not even make sense of any of it.

Double body tags, double head and html tags, tables that only open and never get closed nor get content, rows that don't have the same number of columns, nor have colspan to make up for it....

I don't think I've ever seen such troublesome coding before, other than when I was learning GoLive in college maybe.