THE DISCUSSION BOARD OF VITINH.DE
  Free Perl Guestbook - F.A.Q
  Few questions about your guestbook.

Post New Topic  Post A Reply
edit profile | register | preferences | faq | members list |

Email this page to your friend! next newest topic | next oldest topic
Author Topic:   Few questions about your guestbook.
michelrs
Junior Member

Posts: 2
From: NJ, USA
Registered: Oct 2008

posted 08-10-2008 20:09     Click Here to See the Profile for michelrs     Edit/Delete Message   Reply w/Quote
I just installed your guestbook, and I've got to say "Love it!"
A few questions:
1- Is it possible to change the text on the guestbook form? Instead of 'You come from' I'd like something like 'What's your location'. <<== Found it in the language files ==>>
2- In the Control Panel I set the 'howfind' to enabled. However, it's not showing on the input screen. <<== Found it in the sign.tpl file. It was commented out. ==>>
3- I will be handling the guestbook for several sites. In the notification email, is it possible to get a link to the guestbook that has new entries to be reviewed.
Thanks!

[This message has been edited by michelrs (edited 10-10-2008).]

IP: Logged

Tri Dung
Administrator

Posts: 1396
From: Oldenburg - Germany
Registered: Jan 2002

posted 10-10-2008 14:22     Click Here to See the Profile for Tri Dung     Edit/Delete Message   Reply w/Quote
Hello!

1- Is it possible to change the text on the guestbook form? Instead of 'You come from' I'd like something like 'What's your location'. <<== Found it in the language files ==>>

Yes, it is possible! Just edit the language file if needed.

2- In the Control Panel I set the 'howfind' to enabled. However, it's not showing on the input screen. <<== Found it in the sign.tpl file. It was commented out. ==>>

You must activate this field in the sign.tpl file by removing the comment signs

3- I will be handling the guestbook for several sites. In the notification email, is it possible to get a link to the guestbook that has new entries to be reviewed.

Not possible without this hack:

Search for these lines in fpg.cgi

quote:
$message .= "</table>\n";
&sendmail($sender,$recipient,$subject,$message) if($configs{'MAIL_OWNER'} eq "yes");

and change them to:


quote:
my $myuri = $cgi->url(-full => 1);
$message .= "</table>\n";
$message .= "<br><br>$myuri";
&sendmail($sender,$recipient,$subject,$message) if($configs{'MAIL_OWNER'} eq "yes");

Best regards

TD

IP: Logged

michelrs
Junior Member

Posts: 2
From: NJ, USA
Registered: Oct 2008

posted 10-10-2008 15:39     Click Here to See the Profile for michelrs     Edit/Delete Message   Reply w/Quote
Awesome, it works! This is a wonderful product, I love it.

IP: Logged

All times are GMT + 1

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic

Post New Topic  Post A Reply

E-Mail | Home

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board Freeware Version 2000C