Search found 11 matches

by dietmar-s9y
Sun Nov 01, 2009 10:54 pm
Forum: General discussions
Topic: [1.5] User login doesn't work after self-registration?
Replies: 9
Views: 3587

Re: [1.5] User login doesn't work after self-registration?

Oh sorry... :mrgreen: :mrgreen: my fault....

Thanks!

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.
by dietmar-s9y
Sun Nov 01, 2009 10:01 pm
Forum: General discussions
Topic: [1.5] User login doesn't work after self-registration?
Replies: 9
Views: 3587

Re: [1.5] User login doesn't work after self-registration?

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 ...
by dietmar-s9y
Tue Oct 27, 2009 9:54 pm
Forum: General discussions
Topic: [1.5] User login doesn't work after self-registration?
Replies: 9
Views: 3587

Re: [1.5] User login doesn't work after self-registration?

Hi Garvin!

Sounds great! I will try that next weekend.
Many thanks.

Dietmar
by dietmar-s9y
Sun Oct 25, 2009 10:30 pm
Forum: General discussions
Topic: [1.5] User login doesn't work after self-registration?
Replies: 9
Views: 3587

Re: [1.5] User login doesn't work after self-registration?

Hi Garvin!

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.

Thanks!
by dietmar-s9y
Sat Oct 24, 2009 2:40 am
Forum: General discussions
Topic: [1.5] User login doesn't work after self-registration?
Replies: 9
Views: 3587

Re: [1.5] User login doesn't work after self-registration?

Err... are there new versions of the plugins? I installed the following versions via spartacus:

serendipity_plugin_adduser 2.29
serendipity_plugin_loginform 1.09

serendipity_event_adduser 2.30
serendipity_event_loginform 1.03

Perhaps that's the problem.
by dietmar-s9y
Sat Oct 24, 2009 2:34 am
Forum: General discussions
Topic: [1.5] User login doesn't work after self-registration?
Replies: 9
Views: 3587

[1.5] User login doesn't work after self-registration?

Hello,

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 ...
by dietmar-s9y
Mon Sep 01, 2008 9:07 pm
Forum: Plugins
Topic: serendipity_event_usergallery fully translated into German
Replies: 6
Views: 2946

Thanks to Garvin for uploading the changes into CVS!

Regards,
Dietmar
by dietmar-s9y
Thu Aug 28, 2008 12:19 am
Forum: Plugins
Topic: serendipity_event_usergallery fully translated into German
Replies: 6
Views: 2946

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 ...
by dietmar-s9y
Mon Aug 25, 2008 9:50 pm
Forum: Plugins
Topic: serendipity_event_usergallery fully translated into German
Replies: 6
Views: 2946

Hi!
Is that correct? Is "gallery" your folder name?
No, there's no folder "gallery"...

But I tried to replace 'base_directory' with 'title':

$serendipity['head_title'] = preg_replace('@[^a-z0-9]@i', ' ',$this->get_config('title'));

And it seems to work fine! Now the display name set in the ...
by dietmar-s9y
Sun Aug 24, 2008 4:43 pm
Forum: Plugins
Topic: serendipity_event_usergallery fully translated into German
Replies: 6
Views: 2946

Hi Garvin!

Thanks for your reply. I made the changes like you suggested, and it seems to work fine. So I have only two constants:

@define('PLUGIN_EVENT_USERGALLERY_TPL_IMAGES', 'Bilder');
@define('PLUGIN_EVENT_USERGALLERY_PAGINATION', 'Seite %s von %s, insgesamt %s Bilder');

Since I found out ...
by dietmar-s9y
Sat Aug 23, 2008 10:41 pm
Forum: Plugins
Topic: serendipity_event_usergallery fully translated into German
Replies: 6
Views: 2946

serendipity_event_usergallery fully translated into German

Hi!

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.

Although the serendipity ...