How to Modify Guestbook

Permalink
In the default guestbook, next to the email input box, I would like to add other text along with the text that says: "(Your email will not be publicly displayed)" I can't find where to do that...??? where oh where is that file? Any help would be much appreciated.

 
tallacman replied on at Permalink Best Answer Reply
tallacman
On your install go to root/concrete/blocks/ and copy the folder called guestbook to root//blocks.

Open view.php with a text editor and find line 117 which reads:

<input type="text" name="email" value="<?php echo $Entry->user_email ?>" /> <span class="note">(<?php echo t('Your email will not be publicly displayed.')?>)</span>


Add whatever you want after the string of characters and inside the closing single quote.

Save and you should be all set.
steve
monobot replied on at Permalink Reply
awesome! that did it. Thank you SO much :)