Page 1 of 1

Email Req'd and Customization of GB Initial Page

Posted: Thu Feb 12, 2015 8:30 pm
by kenp1
Script URL: Gbook
How do you make email address mandatory and customize the View/Sign Guestbook page.

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

Posted: Fri Feb 13, 2015 10:55 am
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)