Da kann ich mich nur anschließen... Ich bin für "mein" Forum nicht mehr verantwortlich und habe beruflich auch keine Gelegnheit mehr, mich weiterhin intensiv mit phpBB zu beschäftigen. Wenn sich trotzdem jemand findet, der mein Addon dementsprechend umbaut, wäre das natürlich super!
Viel Grüße
Die Suche ergab 19 Treffer
- Sa 31.Mär, 2007 16:02
- Forum: phpBB 2.x
- Thema: Meetings into Topic Calendar
- Antworten: 7
- Zugriffe: 3985
- Sa 03.Feb, 2007 20:42
- Forum: phpBB 2.x
- Thema: Meetings into Topic Calendar
- Antworten: 7
- Zugriffe: 3985
- Mi 09.Aug, 2006 16:11
- Forum: phpBB 2.x
- Thema: Meetings into Topic Calendar
- Antworten: 7
- Zugriffe: 3985
- Mo 07.Aug, 2006 17:47
- Forum: phpBB 2.x
- Thema: Meetings into Topic Calendar
- Antworten: 7
- Zugriffe: 3985
Meetings into Topic Calendar
Vor langem angekündigt, jetzt endlich sauber aufgeschrieben und meines Wissens auch ohne Probleme lauffähig..
Dieses Addon zeigt die Treffen aus Oxpus' Meeting-Mod im Topic Calendar von Ptirhiik, sowohl im Mini-Kalender als auch im Scheduler. Außerdem kann man beim Erstellen eines Treffens ...
Dieses Addon zeigt die Treffen aus Oxpus' Meeting-Mod im Topic Calendar von Ptirhiik, sowohl im Mini-Kalender als auch im Scheduler. Außerdem kann man beim Erstellen eines Treffens ...
- Di 04.Apr, 2006 11:39
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
- Di 04.Apr, 2006 10:15
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
- Mo 03.Apr, 2006 16:15
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
- Mo 03.Apr, 2006 14:31
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
If your line is now like that, than this part should be ok. However, what you posted in Post 41 was different, i just told you what you need to change in that part of your code.
When you still get mistakes, that's because you have mistakes in other parts as well and it won't work until you removed ...
When you still get mistakes, that's because you have mistakes in other parts as well and it won't work until you removed ...
- Mo 03.Apr, 2006 13:31
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
Besides that you still don't get any data into that update-statement, the mistakes seems to come from the ' in front of user_sig:
user_next_birthday_greeting ='', ' user_sig = '', user_sig_bbcode_uid
However, I can't explain the ocurrence of that ' from the user_register.php you posted before. Did ...
user_next_birthday_greeting ='', ' user_sig = '', user_sig_bbcode_uid
However, I can't explain the ocurrence of that ' from the user_register.php you posted before. Did ...
- Mo 03.Apr, 2006 11:24
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
- So 02.Apr, 2006 22:59
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
- So 02.Apr, 2006 22:11
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
- So 02.Apr, 2006 21:42
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
Well, it might have to do something with that, I never installed it myself as it was already part of my premodded version, but I know from the skype-Mod that these mods are pretty substancial.. so maybe something with that went wrong.
can you attach the profile_add_body.tpl, maybe that's where you ...
can you attach the profile_add_body.tpl, maybe that's where you ...
- So 02.Apr, 2006 21:26
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
Apparently the whole data that your forum tries to save is absolutely empty, times are on 999999, the rest on '' (empty string) or NULL/nothing. There has not even the user_id of the profile that should be updated been transmitted, so it can't find the data set that is supposed to be updated.
Which ...
Which ...
- So 02.Apr, 2006 19:06
- Forum: phpBB 2.x
- Thema: Fatal error in indexpage
- Antworten: 62
- Zugriffe: 6458
try it by replacing:
with:
I think there's a comma too much
Code: Alles auswählen
VALUES ($user_id, '", . str_replace("\'", "''", $username) .Code: Alles auswählen
VALUES ($user_id, '" . str_replace("\'", "''", $username) .- Mo 27.Mär, 2006 21:29
- Forum: phpBB 2.x
- Thema: Aktuelle Fragen (Antworten) zum Meeting MOD 1.2
- Antworten: 36
- Zugriffe: 5758
- Mo 27.Mär, 2006 11:50
- Forum: Web-Entwicklung
- Thema: Differenz ermitteln
- Antworten: 7
- Zugriffe: 3355
- Mo 27.Mär, 2006 11:35
- Forum: phpBB 2.x
- Thema: Aktuelle Fragen (Antworten) zum Meeting MOD 1.2
- Antworten: 36
- Zugriffe: 5758
- Do 23.Mär, 2006 11:16
- Forum: Projects
- Thema: Meeting-Mod Addon für Topic Calendar
- Antworten: 1
- Zugriffe: 1215
Meeting-Mod Addon für Topic Calendar
Ich bastel grade dran, Treffen aus dem Meeting-Mod in meinem Topic Calendar anzuzeigen. Ich hatte vorher schon mal nach sowas gesucht und nichts gefunden (Oxpus-Standard-Comment: Ja, dann mach doch!), also halt angefangen selbst zu coden.
Hab aber grad entdeckt, dass der Meeting-Mod schon wieder ...
Hab aber grad entdeckt, dass der Meeting-Mod schon wieder ...