I just installed this as per the attachment and now I'm getting
Warning: Missing argument 2 for handle_bbcode_img_match() in /usr/home/ntwrkguy/public_html/motormanforum/includes/functions_bbcodeparse.php on line 1116
Line 1116 reads
Code:
function handle_bbcode_img_match($link, $iswysiwyg)
as part of the larger mod which requires us to put in
Code:
// Image size hack R1.2
// Modified by SS
// function handle_bbcode_img_match($link)
function handle_bbcode_img_match($link, $iswysiwyg)
//
Help?