Kunena 7.0.3 Released

The Kunena team has announce the arrival of Kunena 7.0.3 [K 7.0.3] 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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Merged Kunena Latest 2.0.1 inserts noindex meta tag

More
13 years 8 months ago #129542 by cybnet
I've been trying to fix the problem myself with no success. I'm getting a little desperate. No one else has this issue?

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

More
13 years 8 months ago - 13 years 8 months ago #129544 by cybnet
Finally I've found a temporal solution. In my case I use the module with latest topics output. For other module's configuration this solution may don't work.

Open: joomla_site/components/com_kunena/views/topics/view.html.php
Change line 315 from:
Code:
$this->document->setMetadata ( 'robots', 'noindex, follow' );
To
Code:
//check if we are in kunena latest topics page if(JRequest::getCmd('option','') == 'com_kunena' && JRequest::getCmd('view','') == 'topics'){ $this->document->setMetadata ( 'robots', 'noindex, follow' ); }
Last edit: 13 years 8 months ago by cybnet.
The following user(s) said Thank You: ChaosHead, Parsec

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

More
More
13 years 8 months ago - 13 years 8 months ago #129624 by Corradini
Thanks to save my life... ;) :laugh:
i had the same problem and it is two days i'm looking for the possible cause... finally i found this topic!!::):):)
Once i disabled the module, robot meta went back to index,follow!

Now i'll see if my users will come back :unsure:

Edit:
cybnet, i tried your hack with same configuration but it doesn't work for me... thanks anyway!!!
Last edit: 13 years 8 months ago by Corradini.

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

More
13 years 8 months ago #129630 by Infield
Thanks for the link. Sorry I missed that topic when searching. No the fix suggested does not work for me.
Are you confirming a bug? I will leave the Module Latest unpublished for now.

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

More
13 years 8 months ago #129849 by harpel1
I had the same issue and sorted it by editing

/components/com_kunena/views/topics/view.html.php

and changing the noindex to index.

$this->document->setMetadata ( 'robots', 'noindex, follow' );
to
$this->document->setMetadata ( 'robots', 'index, follow' );

I can then republish the latest module and the meta is correct

cheers
lee
The following user(s) said Thank You: ChaosHead, snilloconator, Parsec

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

Time to create page: 0.280 seconds