Email Req'd and Customization of GB Initial Page

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
kenp1
Posts: 1
Joined: Thu Feb 12, 2015 8:26 pm

Email Req'd and Customization of GB Initial Page

Post by kenp1 »

Script URL: Gbook
How do you make email address mandatory and customize the View/Sign Guestbook page.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Email Req'd and Customization of GB Initial Page

Post by Klemen »

You could probably make email required by changing

Code: Select all

strlen($v['email']) > 0 &&
to

Code: Select all

strlen($v['email']) == 0 ||
in gbook.php file.

To modify the look you will need to find any modify the appropriate HTML/CSS code inside template files (folder templates/default)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply