I found out that quote doesn't work anymore.
Because of some MOD, or upgrade, which put infront " this \
example si below
[quote="Iluzija"][quote="jacqueline"]
so quote doesn't ork anymore.
Where to check what put's that into posts?
quote
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Check the functions_posts.php.
Take a look on the latest phpBB update from 2.0.20 to 2.0.21...
Take a look on the latest phpBB update from 2.0.20 to 2.0.21...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
thanks, I think found a problem I think that was a problem in functions_post.php file, was this code twice, like below
I delete one line and now works.
And I have update to 20.0.21 version, I just didn't manage to update search.php, because of different code, but that file doesn't mess with posts!
I delete one line and now works.
Code: Alles auswählen
$message = str_replace('"', '\"', $message);
// unofficial fix of quote-bug @ v2.0.20
$message = str_replace('"', '\"', $message);
Zuletzt geändert von Blisk am So 18.Jun, 2006 23:12, insgesamt 1-mal geändert.