by davey579 » Fri Jun 26, 2009 8:19 am
After digging in phpbb's functions i found a solution.
In /includes/functions.php, function get_preg_expression():
I replaced
"#<!\-\- s(.*?) \-\-><img src="\{SMILIES_PATH\}\/.*? \/><!\-\- s\1 \-\->#"
by
"#<!\-\- s(.*?) \-\-><img src=\"(.*?)\".*?\/><!\-\- s\1 \-\->#"
This works okay now. Is seems that it can't find the right smiley-path?