Die Suche ergab 17 Treffer

von marcombv
Sa 11.Aug, 2007 18:05
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Great, all the problems are solved now!

I will be more carefull when installing mods.
But I already did a lot of installs, and never ran into big problems.

But you are great, especialy for the support! :respect: :respect: :respect:
von marcombv
Sa 11.Aug, 2007 15:29
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Still the same result.

Withe explorer and Mozilla. ^5
von marcombv
Sa 11.Aug, 2007 11:23
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

I create a new account and save it, i get a registration email.
But I don't chose a birtday, but see that the fields contain 01-01-1970?

When I then log in as admin the fields are empty. :x:
von marcombv
Sa 11.Aug, 2007 11:16
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Nope, still doen't work. ¦4

There is something strange happening, since I have installed the complete birtday mod (the calender was installed in 2003) new users recieve an email that they have to register there account, But they get a failure, that the code is incorrect. But it is not a failure ...
von marcombv
Sa 11.Aug, 2007 09:42
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

here is the file. ^2

[ Attachment gelöscht am Sa 11.Aug, 2007 11:02 von oxpus ]
von marcombv
Fr 10.Aug, 2007 08:49
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Okay,

Danke shon. :D

I did exactly as you sayed, alas it still wont work.

I rest my case. :cool:

But thanks anyway for al the support. :respect:
von marcombv
Fr 10.Aug, 2007 00:18
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

sorry my fault, used a wrong search expression. :wall:

I did find and change it.

Here are the results of the Dutch jury: 1|1|1970
Is this what you expected?

Gruss Marco
von marcombv
Do 09.Aug, 2007 20:47
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

if ($b_day == 1 && $b_md == 1 && $b_year == 1970)

In wich file has this code to be? I can't find it in usercp_register.php. ¦4

I solved the problem with the time, calender lite uses an other array fore time and date.
Have replaced it with the one I use on my index and it worked. :p
von marcombv
Do 09.Aug, 2007 10:45
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

[quote="oxpus";p="75633"]And what's now on the birthdays?[/quote]

I used this code, but still no succes.

if ($b_day == 1 && $b_md == 1 && $b_year == 1970)
{
$birthday = 999999;
}

Will try de second code you did send tonight. :)

For the hour difference try the replacing of the line ...
von marcombv
Mi 08.Aug, 2007 20:07
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Okay, I wil change the first code you sended.

I am using call lite, the latest version. ^1
von marcombv
Mi 08.Aug, 2007 14:57
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Thanks a lot Karsten, :respect:

But it still won't work.
I leave it this way, and use the SQL statement once a week. ;)

The strange thing also is, the time in the Calendar is one hour to late?
On tyhe portal and the index, it shows the right time. ^1
von marcombv
Di 07.Aug, 2007 21:23
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Here is the usercp_register.php.

Greetings Marco
von marcombv
Di 07.Aug, 2007 20:12
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Still doesn't work. ¢¦

Am I the only one with this problem?

Greetings Marco
von marcombv
Di 07.Aug, 2007 19:02
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Er steht 0. :(

Die andere steht 999999
von marcombv
Di 07.Aug, 2007 14:35
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Geburtstag in calendar light

Leider, die geburtstag is wieder auf 1-1-1970 fur neue user. :wall:
von marcombv
Mo 06.Aug, 2007 21:45
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Vielen dank

Gruss Marco
von marcombv
Mo 06.Aug, 2007 13:56
Forum: phpBB 2.x
Thema: Birthday mod
Antworten: 32
Zugriffe: 1089

Birthday mod

I have installed, calendar_lite, and the birthday mod.

It works fine, but there are two small problems.

1. If an user registers, and he fills no birtdate the system fills in 01-01-1970, so we have a lot of birtdays that day. :)

2. Because of the many birtdays the calendar looks a little funny in ...