Very nice Mod!dr.death wrote:It is not possible to use BBcodes or smilies within the bbcode [schild] [/schild]
Only plain text is allowed.
Have you tried viewing the broken image directly, it doens't give a PHP error does it?barryoneoff wrote:I just installed this mod on my 3.0.2. board but can only get the red 'x' in a box instead of the image.
I've double checked everything and all seems ok, but cannot get the signs to show. Any ideas? Please.
Code: Select all
// Remove the uid from tags that have not been transformed into HTML
Code: Select all
// Remove the uid from tags that have not been transformed into HTML
$message = str_replace(':' . $this->bbcode_uid, '', $message);
Code: Select all
// Smilie Creator
// Replace {ROOT_PATH} with the global var $phpbb_root_path
$message = str_replace('{ROOT_PATH}', $phpbb_root_path, $message);