- Posts: 4
- Thank you received: 0
Kunena 6.0.9.1 Released
The Kunena team has announce the arrival of Kunena 6.0.9.1 [K 6.0.9.1] which is now available for download as a native Joomla extension for J! 4.2.x. This version addresses most of the issues that were discovered in K 6.0 and issues discovered during the development stages of K 6.0.
Solved Editing/Disabling Open Graph Meta Tags [SOLVED]
When I set to show only display names (not logins), they work normally with Kunena. But if I open a page source, I can find there a real login as a meta tag (<meta property="og:author").
How can I completely disable generating this?
Thank you.
Please Log in or Create an account to join the conversation.
in the meanwhile, you can comment the line 453 in /components/com_kunena/controller/topic/item/display.php;
Please Log in or Create an account to join the conversation.
ssh wrote: Let's wait for a fix.
in the meanwhile, you can comment the line 453 in /components/com_kunena/controller/topic/item/display.php;
Code://$this->setMetaData('og:author', $this->topic->getAuthor()->username, 'property');
Thank you! Partially it works. But I have found one more place in that code, which also displays a name:
Please Log in or Create an account to join the conversation.
see below the information from facebook when using the og:author tag:
sharing = caring
Please Log in or Create an account to join the conversation.
I have already disabled this tag as ssh wrote. But this "author" thing is more complicated than I thought before. At this Kunena official forum I don't see this mistake as I see on my site. IDK why.ruud wrote: Hi, og:author is a non-existing tag and should NOT be used.
see below the information from facebook when using the og:author tag:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.