Gossamer Forum
Home : Products : Links 2.0 : Customization :

Password (Can not be left blank)

Quote Reply
Password (Can not be left blank)
I am trying to use its mod, but I am receiving the following error when I am going
cadastrar a URL:

Password (Can not be left blank)


I think am missing in TEMPLATES: add.html, add_sucess.html and
add_error.html.

Could you sent me these 3 files as they should be, for they serve me as example?
Please help me, I am already in this for 8 days!


Thanks !!!

Ana (Brazil)
Quote Reply
Re: Password (Can not be left blank) In reply to
Hi Ana,

All you have to do is add a password field in the three fiels you mentioned. Mine looks like this:
<input type="password" name="Password" value="" size="40">
Just make sure, that the name is the same as used in the mod you have installed.

I hope this is help enough for you.

Take care,

Jesper
Quote Reply
Re: Password (Can not be left blank) In reply to
Hi !

Well, I do it, but now the message is:

Unkown Tag: password

What would I can to do now?

Thanks !

ANA (Brazil)

------------------
Quote Reply
Re: Password (Can not be left blank) In reply to
Try defining the tag in the following manner in your add sub-routines in your site_html_templates.pl file:

Code:
password => $password

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Password (Can not be left blank) In reply to
Well, I solved the problem in the following way: I installed LINKS again. I began of the beginning!
Then, I installed the mod. Everything works now! I don't know what it was before wrong, but I discovered that has certain problems that when they become very mysterious, it is better not to lose time and to begin a clean work again. It worked!

Thanks for all !

ANA (Brazil)