But another thing I noticed is that the new author gets the activation e-mail two times, if the option "Registered users need admin approval?" is set to true.
This weekend I checked out the new common.inc.php 2.31 and replaced the 2.30 file in my plugins/serendipity_plugin_adduser directory. I've done this on my 1.5-beta1 installation. But this didn't work for me.
Then I checked out the trunk/ folder from http://svn.berlios.de/svnroot/repos/serendipity ...
I tried it again: I deleted the old DB tables, reconfigured s9y, re-installed the plugins... It still didn't work. So I would be glad if you would try to reproduce it.
If necessary, I could send you the blog URL via PN.
I found out that - in version 1.5 - if a user registers itself and confirms the link in the e-mail, there is an entry in the serendipity_authors table, but the hash is still a md5 hash. If the user wants to login, the "wrong password" message appears. if I manually enter an 40 character ...
Well, after doing some *RTFM*, especially about the Plugin API and Event Hooks of S9y, I figure out some things better :)
So I would explain the word "gallery" as a general term to show that we are in the base directory... This means if you go to the config page and select the "all directories ...
I'm new to serendipity and fiddled with it about the last three days. Since I want to use s9y as both a blog system and a gallery, I experimented with several ways to add a photo gallery (Gallery2/Coppermine/serendipity_event_usergallery) and read some posts about it.