Seite 1 von 1

Link im Zitat automatisch umwandeln

Verfasst: 17.03.2009 00:24
von horscht
Hallo,

wenn ich einen Link zitiere, wird dieser in dem Zitat nicht automatisch umgewandelt und ist somit nicht anklickbar.
Wie muss ich die bbcode.php verändern, damit das funktioniert? Es würde reichen, wenn standardmäßig ein Leerzeichen als erstes Zeichen im Zitat eingefügt wird.

Danke schon mal.

Re: Link im Zitat automatisch umwandeln

Verfasst: 18.03.2009 17:15
von horscht
*mal nach oben schieben*

Re: Link im Zitat automatisch umwandeln

Verfasst: 22.03.2009 16:58
von horscht
habe mir selbst geholfen:

öffne /includes/message_parser.php

finde:

Code: Alles auswählen

/* Add newline at the end and in front of each quote block to prevent parsing errors (urls, smilies, etc.)
ersetze mit:

Code: Alles auswählen

// Add newline at the end and in front of each quote block to prevent parsing errors (urls, smilies, etc.)
finde:

Code: Alles auswählen

		*/

		// Add other checks which needs to be placed before actually parsing anything (be it bbcodes, smilies, urls...)
ersetze mit:

Code: Alles auswählen

		//*/

		// Add other checks which needs to be placed before actually parsing anything (be it bbcodes, smilies, urls...)