photos a bit messed up on d*
This commit is contained in:
		| @@ -33,13 +33,12 @@ function bb2diaspora($Text,$preserve_nl = false) { | ||||
| 	// Perform URL Search | ||||
|  | ||||
| 	// [img]pathtoimage[/img] | ||||
| 	$Text = preg_replace("/\[img\](.*?)\[\/img\]/", t('Image/photo: ') . '$1', $Text); | ||||
|  | ||||
|  | ||||
| 	$Text = preg_replace("/\[url\]([$URLSearchString]*)\[\/url\]/", '[$1]($1)', $Text); | ||||
| 	$Text = preg_replace("(\[url\=([$URLSearchString]*)\](.*?)\[/url\])", '[$2]($1)', $Text); | ||||
| 	//$Text = preg_replace("(\[url\=([$URLSearchString]*)\]([$URLSearchString]*)\[/url\])", '[$2]($1)', $Text); | ||||
|  | ||||
| 	$Text = preg_replace("/\[img\](.*?)\[\/img\]/", t('Image/photo: ') . '$1', $Text); | ||||
|  | ||||
| 	// Perform MAIL Search | ||||
| 	$Text = preg_replace("(\[mail\]([$MAILSearchString]*)\[/mail\])", '[$1](mailto:$1)', $Text); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user