
Code: Select all
#
#-----[ OPEN ]-----------------------------------------------------------------
#
posting.php
#
#-----[ FIND ]-----------------------------------------------------------------
#
$message = preg_replace('/\:(([a-z0-9]:)?)' . $post_info['bbcode_uid'] . '/s', '', $message);
#
#-----[ AFTER, ADD ]------------------------------------------
#
$message = preg_replace('/([a-z0-9&\-_.]+?)@([\w\-]+\.([\w\-\.]+\.)?[\w]+)/i', '\\1 (at) \\2\\3',$message);
SeraphicGate wrote: The link in the first e-mail takes you to version 1.0.1.
Code: Select all
## MOD Title: Posted email js
## MOD Version: 1.0.1
[..]
## 2005-01-05 - version 1.0.3
## - Fixed email showing in quote....
h-o wrote: hi,
first of all: thanks for this great MOD
But there is another little error, namely when trying to edit a post with a quote.
Usually, it appears:
user wrote:text
But with MOD version 1.0.3, the bbcode UID appears in the text area:
[quote:7e6a437d31="user"]text[/quote:7e6a437d31]
We hope, this little error can be removed
ciao
h-o