Upload avatar for post comment

WordPress doesn’t have built-in profile pictures (Avatars) by default. See Settings > Discussion in the menu for available options. So you may have a few options: Use Gravatar, as this is bundled in WordPress by default and free but would not require a profile image upload button as its managed separately. Look for an Avatar … Read more

Facebook profile pic used as avatar

To sum up, I’d like a plugin or a code so that visitors to my blog are automatically represented with their FB profile pic (if they are already logged in to Facebook) without the need for them to register or log in with FB details to my blog. There is no possible way to do … Read more

How to set thumbnail for each tag?

There are several plugins that allow you to attach images to categories/tags/taxonomy terms. Try googling taxonomy images site:wordpress.org/extend/plugins (the last part restricts the search to the WordPress plugin repository) and you’ll find a variety of recently updated plugins, including: Taxonomy Images – http://wordpress.org/extend/plugins/taxonomy-images/ Gecka Terms Thumbnails – http://wordpress.org/extend/plugins/gecka-terms-thumbnails/ Taxonomy Images II – http://wordpress.org/extend/plugins/category-images-ii/ SB Uploader … Read more

How do you remove the buddypress group avatar from the activity stream post? [closed]

Add this to your child theme’s functions.php. function bp_dtheme_activity_secondary_avatars( $action, $activity ) { if ( $activity->component=”friends” ) { // Only insert avatar if one exists if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) { $reverse_content = strrev( $action ); $position = strpos( $reverse_content, ‘a<‘ ); $action = substr_replace( $action, $secondary_avatar, -$position – ); } break; } return … Read more

Change the avatar ratio in bbPress login widget

You can filter ‘get_avatar’: add_filter( ‘get_avatar’, ‘wpse_67657_new_avatar’, 10, 5 ); function wpse_67657_new_avatar( $avatar, $id_or_email, $size, $default, $alt ) { // create a new img element or … $new = str_replace( ‘s=40’, ‘s=80’, $avatar ); $new = str_replace( ‘avatar-40’, ‘avatar-80’, $new ); $new = str_replace( ” height=”40″ width=”40″”, ” height=”80″ width=”80″”, $new ); return $new; } … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)