Keyword

Kunena Forums avatar

  • Blind Light
  • Blind Light's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 4 months ago #128354 by Blind Light
Kunena Forums avatar was created by Blind Light
Hey, I removed CB builder since installing K-2, which I love , and I lost my avatar on my Kunena forums. Is there a way to direct the K-2 avatar to show up there?

Please Log in or Create an account to join the conversation.

More
10 years 4 months ago - 10 years 4 months ago #128355 by Lefteris
Replied by Lefteris on topic Re: Kunena Forums avatar
Hi. All i can do is give you the code which can give you back the avatar of a K2 user:
<?php
$userId = 100; // This should be the id of the user. 100 is just an example.
$user = JFactory::getUser($userId);
require_once JPATH_SITE.'/components/com_k2/helpers/utilities.php';
$avatar = K2HelperUtilities::getAvatar($user->id, $user->email, 50);
?>
However i cannot know what are the parts in Kunena you need to put this.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Blind Light
  • Blind Light's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 4 months ago #128356 by Blind Light
Replied by Blind Light on topic Re: Kunena Forums avatar
solved by disabling the gravatar plug in

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum