Add Local Avatar 9.0 WordPress 3.0.3
-
Like many have notice, the paths to the upload directory could be very problematic.
For the version 9.0 of Add Local Avatar, this is what you have to do so that the plugin start working correctly:1 – Install the Plugin
2 – Create the folder named avatar in your public_html
3 – While configuring the plugin, where it says “User uploads:” use the path: /avatars
4 – Use notepad++ (or other file editor) to edit avatars.php file from the plugin
5 – Head to the line 791 and you should see the following:
$root = $this->avatar_root();
6 – Comment that line like this:
//$root = $this->avatar_root();
7 – In the next line, write the following:
$root = ‘/home/your/public_html/’;
where the work your should be replaced by the name of your folder in the hosting service. Usually, it’s the same as your login username to enter de cpanel.
8 – upload to the plugin directory
9 – WORKING ??Thanks Decadence for the light up in the other topic. I just made a step by step instruction updated for the v9.0 of the plugin.
- The topic ‘Add Local Avatar 9.0 WordPress 3.0.3’ is closed to new replies.