Could you use put into the install instructions where above or below to add code?
I'm not sure if I have changed my profile.php.
Here are my lines 2415-2120
PHP Code:
$attachsize = ceil($attachsum / $permissions['attachlimit'] * 100);
$totalsize = 100 - $attachsize;
}
$attachlimit = vb_number_format($permissions['attachlimit'], 1, true);
}
Is that the right place to add?