Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Show Gravatar

More
14 years 3 months ago #116161 by networlds
Show Gravatar was created by networlds
Hi,
I am looking for a way to put directly on my gravatar template without any traffic. I saw that one can recover information from users via this line: (intval ($ this-> profile-> userid), $ this-> escape ($ this-> username)) ... There are ways to do the same but to get the email?

Thx

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

More
14 years 3 months ago #116165 by xillibit
Replied by xillibit on topic Re: Show Gravatar
Hello,

Gravatar integration is something which has been done for Kunena 2.0

To get email you have to use $this->profile->email

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: networlds

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

More
14 years 3 months ago - 14 years 3 months ago #116167 by networlds
Replied by networlds on topic Re: Show Gravatar
Thank you for your reply.

Where Download 2.0 ? :blush:

Don't no show :(
Code:
echo $this->profile->email
Last edit: 14 years 3 months ago by networlds.

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

More
14 years 3 months ago #116168 by sozzled
Replied by sozzled on topic Re: Show Gravatar
K 2.0 is not currently available for public download.
The following user(s) said Thank You: networlds

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

More
14 years 3 months ago #116201 by xillibit
Replied by xillibit on topic Re: Show Gravatar
You can a var_dump($this->profile) to see what you have in the variable, you can use KunenaFactory::getUser() to get user information

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.246 seconds