Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Bavatars === Contributors: zaerl, nightgunner5 Tags: avatar, upload Requires at least: 0.9 Tested up to: trunk Stable tag: 0.4.1 Gravatar - Globally recognized + bbPress = Bavatar. This plugin is no longer actively developed and is saved for historical reasons. == Description == **Gravatar - Globally recognized + bbPress = Bavatar** Users can upload avatars to the forum, which are automatically resized and cached. Non-images cannot be uploaded. == Frequenty Asked Questions == = I get an error when uploading an avatar: Warning: imagepng() [function.imagepng]: Unable to open ... for writing: No such file or directory in ... on line 42 = bbPress wasn't able to create the directory structure needed to make Bavatars work. Try the following: 1. `chmod` your forum root directory to 777, then de- and re-activate Bavatars. Remember to `chmod` your forum root directory back to 755 after you have done this. == Installation == 1. If you don't want the avatar max filesize to be 50KiB (less than 5% of a megabyte but still plenty), edit the bavatars.php file. 1. Upload the entire `bavatars` folder except for avatars.zip to the `my-plugins` directory of your bbPress installation. If you don't have one, create it! 1. Activate the plugin in your administration panel. 1. If you have WordPress simple integration: 1. Fill out the top of the `bavatars-wp.php` file. 1. Copy the `bavatars-wp.php` file to your WordPress `wp-content/plugins` folder. == Changelog == = 0.5 = * Added some notices for file permissions that will not work with Bavatars. = 0.4 = * WordPress simple integration compatibility = 0.3.1 = * Bavatars can now be deleted * Bavatars is compatible with bbPress 0.9 (hopefully) = 0.2.1 = * Bavatars works with bbPress 0.9 = 0.2 = * Bavatar sizes that are generated in bb-admin will no longer cause errors. = 0.1 = * First public release