Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Karesansui

    (@karesansui)

    Here a link to a photo with my comment as user “Peat”, that uses a local Avatar.
    Full Proof Europe label-series by Hans Dillesse.

    gr

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Fixed in 4.3.2

    Thread Starter Karesansui

    (@karesansui)

    Okay, great. I can wait for that ??

    Thanks,
    … and by the way: All the best in 2012, for you, yours and WPPA !

    Thread Starter Karesansui

    (@karesansui)

    Hi there !

    With the latest update (or just before that ?) the User Avatar has disappeared from the photo comments. Now I only get the standard avatar as set in II-30 !?

    Thread Starter Karesansui

    (@karesansui)

    Beside the missing avatar.

    Also when I incorporate html (a hyperlink) the Link rather than the User-name gets displayed under the Tumbnail in de WPPA Comments widget.

    See:
    Glenmorangie Signet

    Thanks,

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    About the avatar: Did you select —url— in II-30 and supply an url in II-30a?

    The last question: i do not understand what you mean. sorry

    Thread Starter Karesansui

    (@karesansui)

    II-30: I assume that is a new option. When I saw it I did not know what to select (no help available).

    What URL should that be ? The local avatar are stored in l/wp/wp-content/uploads per month etc .. so dynamic ! E.G this: https://www.whiskydesignaward.com/wp/wp-content/uploads/2012/01/Marijke_avatar-32×32.jpg

    The one that works has a Gravatar link defined …

    The last question: i do not understand what you mean. sorry

    The top-right comment in the Comment-widget (on my site, see prev. link) has part of the description in the user-id-field below the tumbnail, where the user-name should be.

    Thanks,

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yes, I changed II-30 (and added a). I followed the gravatar standard.

    The mixup between comment name and description i will get into later.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You can patch the widget problem:

    File wppa-comment-widget-php line 80 reads:

    $widget_content .= "\n\t".'<span style="font-size:9px; cursor:pointer;" title="'.$comment['comment'].'" >'.$comment['user'].'</span>';

    change to:

    $widget_content .= "\n\t".'<span style="font-size:9px; cursor:pointer;" title="'.esc_attr($comment['comment']).'" >'.$comment['user'].'</span>';

    it is the esc_attr() around the $comment['comment']

    Thread Starter Karesansui

    (@karesansui)

    Thanks,

    Yes, I changed II-30 (and added a). I followed the gravatar standard.

    Does this imply that a local WP-avatar can not be used ?

    Thread Starter Karesansui

    (@karesansui)

    File wppa-comment-widget-php line 80 reads:

    Thanks, that fixed this one.

    Regards,

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Local avatars will be supported in the next version (4.3.5)

    Thread Starter Karesansui

    (@karesansui)

    Local avatars will be supported in the next version (4.3.5)

    Ha, great, looking forward to that ! Thanks,

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Display of avatars at the comment, but what Avatar ?’ is closed to new replies.