quote

Allgemeiner Support zum phpBB 2 Board und phpBB 2 Modifikationen
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!
Antworten
Blisk
Beiträge: 873
Registriert: Di 21.Sep, 2004 12:06
Kontaktdaten:

quote

Beitrag von Blisk »

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?
Zuletzt geändert von Blisk am So 18.Jun, 2006 22:46, insgesamt 2-mal geändert.
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Check the functions_posts.php.
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!
Blisk
Beiträge: 873
Registriert: Di 21.Sep, 2004 12:06
Kontaktdaten:

Beitrag von Blisk »

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.

Code: Alles auswählen

$message = str_replace('"', '\"', $message);
		// unofficial fix of quote-bug @ v2.0.20
$message = str_replace('"', '\"', $message);
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!
Zuletzt geändert von Blisk am So 18.Jun, 2006 23:12, insgesamt 1-mal geändert.
Antworten