Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Rendering Error in layout BBCode/twitter

More
3 years 11 months ago #11 by xillibit

Smirnov wrote:

xillibit wrote: Hello,
In my twitter developper account, i've created a new app in order to have access keys :


Great.

Just for test i have tryied to create a new apps but i have neeeded before to apply developper program, i needed to describe the purpose of usage of twitter API but it's a bit complex to just displaying a tweet in Kunena

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.

More
3 years 9 months ago - 3 years 9 months ago #12 by Smirnov
Hi.
New trouble with letters....
Kunena v. 5.1.18, Rhea, 2020-06-30.
Language localization error?

Last edit: 3 years 9 months ago by Smirnov.

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

More
3 years 9 months ago #13 by rich
Thanks for your report, you're right. The code and the translation is present in the ini file. Maybe it isn't in the right ini file.
I've created a bug ticket.

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

More
3 years 7 months ago - 3 years 7 months ago #14 by Smirnov

xillibit wrote: Hello,
In my twitter developper account, i've created a new app in order to have access keys :


Hi.
Please tell me is this a Kunena problem or a API Twitter problem?
Take a look, please. The tweet exists, but on of the links doesn't work ...

Could not retrieve bearer token (consumer)

Unfortunately, I cannot show this on the kunena forum. Take a look here .
Last edit: 3 years 7 months ago by Smirnov.

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

More
3 years 7 months ago #15 by xillibit
The tweet link which work for me is the following : tweet likn

On your site the tweet are right rendered

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.

More
3 years 7 months ago #16 by Smirnov
This link is broken.

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

More
3 years 7 months ago - 3 years 7 months ago #17 by xillibit
Yes you are right, to fix that open the file /components/com_kunena/template/crypsis/layouts/bbcode/twitter/default.php at line 61 change this part :
Code:
href="https://twitter.com/<?php echo $this->user_name ?>/status/<?php echo $this->tweetid ?>">

by this one :
Code:
href="https://twitter.com/<?php echo $this->user_screen_name ?>/status/<?php echo $this->tweetid ?>">

I will apply this fix in next version (5.2)

I don't provide support by PM, because this can be useful for someone else.
Last edit: 3 years 7 months ago by xillibit.
The following user(s) said Thank You: Smirnov

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

More
3 years 7 months ago #18 by Smirnov
Good day, I want to report on twitter again. :)
Please click on the picture to enlarge in this forum post. Is it possible to fix this small problem?

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

More
3 years 7 months ago #19 by rich
Try this code in your custom.less

Code:
.tweet-actions { z-index: 88888; }

or this code in your Joomla template custom.css
Code:
#kunena.layout .tweet-actions { z-index: 88888; }

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

Time to create page: 1.645 seconds