Ok... well, I guess I'll just do it. It's a small change. here it is in case anyone needs to do it in the future:
In includes/class_bbcode.php
find:
Quote:
function handle_bbcode_img($bbcode, $do_imgcode, $has_img_code = false)
|
right after
Quote:
$bbcode = preg_replace($search, $replace, $bbcode);
|
add:
Quote:
$bbcode=str_replace("forums.xyz.com/attachment.php","att.xyz.com/attachment.php",$bbcode);
|