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

Question WhatsApp Icon Not Displaying Correctly

More
1 year 6 months ago #232284 by 9themestore
Hi,

When adding social accounts to the user profile, all icons function properly except for the WhatsApp icon, which does not appear as a clickable link. Other social icons are correctly linked, but the WhatsApp icon fails to render in link form.

 

Kind regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

More
1 year 6 months ago #232285 by Pinkeltje
Confirmed. Think that line 2224 in libraries/kunena/src/User/KunenaUser.php should be changed from
Code:
 'whatsapp'         => ['url' => '##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '1'],
to
Code:
 'whatsapp'         => ['url' => 'https://wa.me/##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '0'],
The following user(s) said Thank You: 9themestore

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

More
1 year 6 months ago #232287 by 9themestore
Hi Pinkeltje,

Thank you very much for your code. I tried changing the code as per your suggestion and it works perfectly. I hope Kunena team will fix this bug in the next version.

Thank you

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

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

More
1 year 6 months ago #232288 by Pinkeltje
Then you should create a bug report on Github

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

More
1 year 5 months ago #232529 by Wiz

Confirmed. Think that line 2224 in libraries/kunena/src/User/KunenaUser.php should be changed from
Code:
 'whatsapp'         => ['url' => '##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '1'],
to
Code:
 'whatsapp'         => ['url' => 'https://wa.me/##VALUE##', 'title' => Text::_('COM_KUNENA_MYPROFILE_WHATSAPP'), 'nourl' => '0'],
Doesn't seems to work for me. Mine is fresh install of Joomla 5.2.1 and Kunena 6.3.6 with a default Cassiopeia Site template.
When hover the button link look like this;
whatsapp://send?text=https%3A%2F%2Fmysite.org%2Ftest%2Ftest%2F46-test%20Just%20a%20test.

 

Kunena always the best!

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

More
1 year 5 months ago #232536 by Pinkeltje
Then I don't know what the problem is. I've tested it before creating a pull request and just patched the file on my live site to make sure the code was right and it works nicely on desktop and mobile.

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

Time to create page: 0.244 seconds