I’m using Smart Image Resizer for dispalying images. This works fine on single site WP. But it does not work for WPMU.
Has anyone used Smart Image Resizer in WPMU using subdomains?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, so I have kind of fixed it by hacking image.php file.
The problem was that Smart Image Resizer uses
DOCUMENT_ROOTto define base upload folder. It does not include wordpress upload folders (for both WP and WPMU). So I added / changed some code in image.php file to fix this.Now it works for both WP and WPMU.