[2023-01-23] 4images 1.10 released
0 Members and 1 Guest are viewing this topic.
a - fix comment formatting (bbcode etc). open notifications.php and find:Code: [Select]"content" => $content,replace with:Code: [Select] "comment_text" => format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),
"content" => $content,
"comment_text" => format_text($comment_row[$i]['comment_text'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),
"content" => format_text($notify_row['content'], $config['html_comments'], $config['wordwrap_comments'], $config['bb_comments'], $config['bb_img_comments']),