Ok... I'm trying to install this, but am so far unsucessful.
I'm getting hung up on this step:
Quote:
2. Do the following small manual edit, open the file "includes/class_upload.php" (follow instructions relative to your vB version):
Both 3.8.x & 4.0.x:
Search for:
Code:
function email_moderators($fields)
|
I can't find that function, or any part of it, anywhere in my includes/class_upload.php file! I get no hits on "$fields", I get no hits on "moderators", the only term I get any hits on is "email", and below is the only reference to that term in the file:
PHP Code:
eval(fetch_email_phrases('attachfull', 0));
vbmail($this->registry->options['webmasteremail'], $subject, $message);
I'm running 4.0.2. Has the code changed since 4.0.? when you coded this? Will this even work with 4.0.2? Please advise.
I'd like to use this, but so far don't see how I can implement it.
Any help would be appreciated.
Thanks!
Jeff