- Posts: 53
- Thank you received: 3
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
13 years 8 months ago #129542
by cybnet
Replied by cybnet on topic Kunena Latest module inserting noindex meta robots in my homepage
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.
13 years 8 months ago - 13 years 8 months ago #129544
by cybnet
Replied by cybnet on topic Kunena Latest module inserting noindex meta robots in my homepage
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:
To
Open: joomla_site/components/com_kunena/views/topics/view.html.php
Change line 315 from:
Code:
$this->document->setMetadata ( 'robots', 'noindex, follow' );
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.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #129575
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Forum Latest 2.0.1 and MetaData contents="noindex,follow"
See
Kunena Latest module inserting noindex meta robots in my homepage
. Does this help?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
13 years 8 months ago - 13 years 8 months ago #129624
by Corradini
Replied by Corradini on topic Kunena Latest module inserting noindex meta robots in my homepage
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
Edit:
cybnet, i tried your hack with same configuration but it doesn't work for me... thanks anyway!!!
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
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.
13 years 8 months ago #129630
by Infield
Replied by Infield on topic Forum Latest 2.0.1 and MetaData contents="noindex,follow"
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.
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.
13 years 8 months ago #129849
by harpel1
Replied by harpel1 on topic Kunena Latest module inserting noindex meta robots in my homepage
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
/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
Please Log in or Create an account to join the conversation.
Time to create page: 0.280 seconds