• I am using user photo with your plugin and it works well. However, I want to display the full size user photo, not the thumbnail. I tried changing the call on line 51

    //Display User photo OR the Gravatar
    			if(function_exists('userphoto_exists') && userphoto_exists($authordata)){
    				userphoto_thumbnail($authordata);

    to use userphoto_full_size , but it causes an error. Can you tell me how to do this, Please

    Thank-you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Debashish

    (@debashish)

    Though this question doesn’t pertain to my plugin, you may use the following tag instead.

    userphoto($authordata);

    For details see the documentation at https://www.ads-software.com/extend/plugins/user-photo.

    Thread Starter houseofstrauss

    (@houseofstrauss)

    Though this question doesn’t pertain to my plugin, you may use the following tag instead.

    userphoto($authordata);

    Thank-you debashish, for that input. Being able to show the full size image does increase the scope of user photo, especially where thumbs are set small on the rest of the site.
    Thank-you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Author Spotlight (Widget)] How to Display userphoto_full_size not thumbnail’ is closed to new replies.