Add URL?

More
18 years 4 months ago #85 by Kurious-Kitty
Add URL? was created by Kurious-Kitty
Is there a way I can had a part where people can either post their email or URL if they have one?

Please Log in or Create an account to join the conversation.

More
18 years 4 months ago #86 by Pete
Replied by Pete on topic Add URL?
You could. All you would have to do is to make the email field an optional field and change its label from "Your Email" to "Email / Webpage". So to do it you:

1- Open the file "config.php", and change the following line:
Code:
$email_optional = 0; // Set "1" for optional email, "0" to make it required

To This:
Code:
$email_optional = 1; // Set "1" for optional email, "0" to make it required

2- Open the file "language/language.php", and change the following:
Code:
$youremailtxt = "Your Email:";

To This:
Code:
$youremailtxt = "Email / Website:";

That should do the trick for you. :)

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
18 years 4 months ago #106 by Kurious-Kitty
Replied by Kurious-Kitty on topic Add URL?
That is what I thought, but it doesn't work :(

"Guestbook Entry Result:
Invalid Email. Entry Not Processed!"

The coding doesn't "allow" me to post ANYTHING in that email box if it is not an email addy (ie: blah @ you . com)

Please Log in or Create an account to join the conversation.

More
18 years 4 months ago #109 by Pete
Replied by Pete on topic Add URL?
Oh.... lol .... you are right. I forgot about the character matching that is done on that field. We are considering adding some optional fields to the guestbook for the new release. Hopefully that will take care of your issue. Sorry.

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
18 years 4 months ago #121 by Kurious-Kitty
Replied by Kurious-Kitty on topic Add URL?
*hehe* thanks anywho!

Please Log in or Create an account to join the conversation.

Time to create page: 0.124 seconds
Powered by Kunena Forum