Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • max power Friend
    #159942

    I recently upgraded to the most recent stable Kunena build (1.6.3) and they have changed the directory of the avatars and profile links (removing previous references to fireboard). So now the profile avatars when using Kunena integration do not have an image or link.

    The old directory looked like…
    /images/fbfiles/avatars

    Now it looks like…
    /media/kunena/avatars/users

    Is there a way we can remedy the avatar and profilelink issue?

    Thanks!

    nghiatd Friend
    #376305

    Hello,

    We created new Improvement of jacomment:
    http://pm.joomlart.com/browse/JACOMMENT-288
    We will release with this Improvement in next version.
    Please open file componentscom_jacommenthelpersjahelper.php
    You can edit:
    $fireboardAvatar = ‘images/fbfiles/avatars/’ . $imgPath;
    to
    $fireboardAvatar = ‘media/kunena/avatars/’ . $imgPath;
    default in line 1743

    Best Regards.

    max power Friend
    #376849

    This avatar fix did not work for me.

    We also need the profile links to work.

    nghiatd Friend
    #377094

    Hello,
    This is simple code and make your site can get avatar.
    if(is_file(JPATH_SITE.DS."media".DS."kunena".DS."avatars".DS."users".DS."avatar".$userID.".png")){
    return JURI::root () . "media/kunena/avatars/users/avatar".$userID.".png";
    }else{
    return false;
    }

    I will find the best solution and will release with this bug fixed in next version.
    Please check:
    http://halomontage.com/editors/38-hazmat/64-invincible#comments

    Best Regards.

    max power Friend
    #377458

    Ok, but this only works if the image is a .png so its not really a solution. And there is still no link to the profile.

    Any ways, I guess I will wait till a new version is released. Also, we should be able to link to a users profile using the users name as well, not just the avatar. This would enable profile linking even if we decide the comment template doesn’t need the user avatar.

    nghiatd Friend
    #377678

    Hello,

    @avatar
    We will find the best solution when we have time.
    @users profile
    We already provided user id for each comment.
    You can ask questions from Kunena to get User Link then edit this code:
    Find the code in components/com_jacomment/themes/default/html/items.php(default in line 79)

    <span class="comment-user"><?php echo $item->strUser; ?></span>
    then edit it to

    <span class="comment-user"><a href="THIS_USER_LINK"><?php echo $item->strUser; ?></span>

    I will be off for this week and i shall help you when back

    Best Regards.

    sade Friend
    #413378

    <em>@nghiatd 222004 wrote:</em><blockquote>Hello,
    This is simple code and make your site can get avatar.
    if(is_file(JPATH_SITE.DS."media".DS."kunena".DS."avatars".DS."users".DS."avatar".$userID.".png")){
    return JURI::root () . "media/kunena/avatars/users/avatar".$userID.".png";
    }else{
    return false;
    }

    I will find the best solution and will release with this bug fixed in next version.
    Please check:
    http://halomontage.com/editors/38-hazmat/64-invincible#comments

    Best Regards.</blockquote>

    where should i copy this code?

    max power Friend
    #413441

    Sade, I am assuming they have fixed this by now…. but if they haven’t this company is a joke

    sade Friend
    #413450

    max: 🙁 its still not works for me, if nobody help to me, i accept the money back
    but i hope somebody help fix it

    Manos Moderator
    #413456

    Hi sade,

    I have replied on your other thread also! This issue has been solved since then so i must check on your installation to see if there is something wrong or not working as it should and provide help to solve this one for you too.

    Regards

    Manos

    sade Friend
    #413457

    thank you, sent PM with admin user

    btw, its tipical, if something works for 99 people perfectly, i am the 100. one, for who havent 🙁

    Manos Moderator
    #413462

    <em>@max power 268655 wrote:</em><blockquote>Sade, I am assuming they have fixed this by now…. but if they haven’t this company is a joke</blockquote>

    Hi, that fix is for J.1.5.x not J.1.7.x

    Regards

    Manos

    bashirnoori1 Friend
    #439942

    dear all,
    I configured the avator with kunena, now it shows the profile pic, but now I need the profile link as well.
    could you provide me any idea ?? :((
    thanks

    bashirnoori.com

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 5 voices, and was last updated by  bashirnoori1 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum