Page 1 of 2
Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 8:47 am
by daniello
Hi .. I set the guestbook plugin to include an email query. It is mentioned in the form that the mailaddress will be encrypted. Inded I get a dummy address while hovering over the name. The question is though .. where will the mail address appear ? I expected it to be included in the mail the admin gets. If the real mail address appears nowhere .. there is not much sense in querying it. Is there?
br
Daniello
Re: Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 10:08 am
by garvinhicking
Hi!
Yes, the option will actually remove the email address from the guestbook. So with this option set, you have no way to get the originally entered e-mail address.
That's a bit unconvenient, of course. I changed the plugin for version 3.07 so that the email is only hidden for non-logged in users.
Regards,
Garvin
Re: Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 10:23 am
by daniello
hi garvin, I don't see the update in spartacus .. how may I get access to it?
Cheers,
Daniel
Re: Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 10:24 am
by kleinerChemiker
You have to wait one or two days till it gets to spartacus. Or you could fetch it from cvs.
Re: Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 10:25 am
by garvinhicking
Hi!
Wait 24-48 hours until both spartacus gets updated and your cache gets reloaded. Or you can manually download it from CVS, if you know how to work with CVS /
http://php-blog.cvs.sourceforge.net/vie ... _guestbook
Regards,
Garvin
Re: Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 2:37 pm
by daniello
Garvin, could you facilitate a page title option like for the contact form?
For all main pages I get "Pagename - Daniel Lowicki" .. only the Guestbook Title is standalone and reads just "Guestbook".
http://www.lowicki.de
Possibly there is a trick to unify this?!
br
Daniel
Re: Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 3:21 pm
by garvinhicking
Hi!
Sure, no problem. Just committed that to spartacus again.
Regards,
Garvin
Re: Guestbook plugin - email encryption
Posted: Wed Apr 15, 2009 3:55 pm
by daniello
I might as well ask .. it will surely pop up again sometime. I downloaded the 1.47 version of serendipity_event_guestbook.php which was the only file that was recently changed. Copied that to my serendipity_event_guestbook plugin folder. But I don't see any change in s9y. You said something about a cache ... how can I force an update (or did you just mean the browser cache)?
br
Daniello
Re: Guestbook plugin - email encryption
Posted: Thu Apr 16, 2009 11:00 am
by garvinhicking
Hi!
The cache only applies to Spartacus, which only performs a check once a day to the repository.
When you manually uploaded the file, does the plugin now show up as version 3.08 in your plugin management screen? It should now use what you entered as the "headline" inside the guestbook plugin configuration as the blog header...?!
Regards,
Garvin
Re: Guestbook plugin - email encryption
Posted: Thu Apr 16, 2009 11:29 am
by daniello
Hi!
Yes .. it shows 3.08.
I have "Gaestebuch - Daniel Lowicki" in the "Seitentitel" Entry .. still it says just "Daniel Lowicki" in the title bar.
And I don't want an "Ăberschrift" .. I delete the field's content and save .. and its gone from the blog page. But if I call the plugin configuration again .. it sais "Gästebuch" in that field again. Would sure be good if that field would stay empty once the content is manually deleted.
br
Daniello
Re: Guestbook plugin - email encryption
Posted: Thu Apr 16, 2009 12:33 pm
by garvinhicking
Hi!
Actually, serendipity doesn't support the concept of "empty" fields that have a default entry. As soon as they are emtpied, they get the default entry applied, that's true.
I don't know why the headline wouldn't work in this case. How does your index.tpl look like in the banner section? Does it use $blogTitle for the <title> tag?
Regards,
Garvin
Re: Guestbook plugin - email encryption
Posted: Thu Apr 16, 2009 12:52 pm
by daniello
Haven't touched the index.tpl .. it reads
Code: Select all
<title>{$head_title|@default:$blogTitle}{if $head_subtitle} - {$head_subtitle}{/if}</title>
D-)
Re: Guestbook plugin - email encryption
Posted: Thu Apr 16, 2009 2:13 pm
by garvinhicking
Hi!
Hm, that's strange. I'll have to then try to reproduce this problem, this could take some time.
Regards,
Garvin
Re: Guestbook plugin - email encryption
Posted: Thu Apr 16, 2009 2:18 pm
by daniello
the plugin applet sais 3.08
The serendipity_event_guestbook.php sais 2.8 and has 40.936 Bytes (the former one also sais 2.8 and has 40.733 Bytes .. I stored it as .bak in the same folder)
Just to make sure I didn't mess up. Wouldn't want to cause any inconvenience.
Cheers,
Daniello
Re: Guestbook plugin - email encryption
Posted: Thu Apr 16, 2009 2:22 pm
by garvinhicking
Hi!
Found the bug. The variables were set too late. I updated it to 3.09 (file revision 1.48).
Regards,
Garvin