Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/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

Question how can i disable category /index/

More
13 years 1 month ago #1 by nbserg
how can i disable category /index/ ?
www.kunena.org/forum /index/94-kunena-to-speak
and
www.kunena.org/forum/94-kunena-to-speak

are the same but how can i remove option to create /index/ directory


Q№2 how can i remove the id of topic
www.kunena.org/forum/77-general-talk-abo...16-a-moderators-view
to
www.kunena.org/forum/general-talk-about-...16-a-moderators-view

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

More
13 years 1 month ago #2 by Matias
Good questions.

1) Go to Joomla menu manager and Kunena Menu. There pick up forum and change Default Menu Item = Kunena Menu >> Forum >> Index from the basic settings (in K1.6.3 remember to open System tab and set Show the Page Title = No).

2) This can be done from our SEO configuration. Just remember that if you change the category names old links will stop working with this setting (there's no number identification).

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

More
13 years 1 month ago #3 by nbserg
1. i can delete or rename the index menu but i want leave the index tab and delete the url of index dir


2. can i remove id of Topic ? (not category)

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

More
13 years 3 weeks ago #4 by nbserg

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

More
13 years 2 weeks ago #5 by Matias
Make index as default menu item for Forum (inside Kunena Menu). Works at least in upcoming K1.6.4.

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

More
13 years 2 weeks ago #6 by etkritikonspoudon

nbserg wrote: how can i disable category /index/ ?
www.kunena.org/forum /index/94-kunena-to-speak
and
www.kunena.org/forum/94-kunena-to-speak

are the same but how can i remove option to create /index/ directory

Thanks for bringing this to my attention...
Google WebMaster Tools confirmed it for me: the availability of both category/index/ and category/ is seen as duplicate content by Google.

I tried the advice given here, but it did not work for me...whether setting the entrypage to "Index" or "Forum", the behaviour I see is the same - take into account that I have a 3 level category structure:

1) When I click on a category that is not the higher level for the page I am currently viewing, then the "index" does not appear in the URL

2) Regardless of what particular level I am in, if I click on the the higher level category available at that page, e.g. the category that is always within the blue (by template default) frame, then the "index" is added to the URL, even if getting to that level via a higher category one does not introduce the "index" in the URL...

To sum up, I cannot really get rid of the "index" in all occasions...


This gives me the opportunity to ask a relevant question about a matter that concerned me these last few days:

- Does the Kunena installation insert any code in the .htaccess file?

I needed to redirect non-www to www. for my site and in the .htaccess file contents I found the following code
Code:
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://domain.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.domain.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.domain.com/forum/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.domain.com/forum$ [NC] RewriteRule .*\.(.*)$ http://www.domain.com [R,NC]

I assumed it was either added by Kunena, or by the Rockbridge component I had to bridge joomla with phpbb (this passed on SEF functionality to phpbb)

Whether this is actually Kunena code or not (I am clueless about that stuff, I don't understand what the above does) my point is that the .htaccess file could be used to redirect "category/index" to "category/" for every single occurrence...

Do you have any idea of how that could be done?

Cheers

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

More
13 years 2 weeks ago #7 by Matias
If above code works, this should remove index:
Code:
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/forum/index$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.domain.com/forum/index/.*$ [NC] RewriteRule .*\.(.*)$ http://www.domain.com/forum [R,NC]

Did not check it, though..

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

More
12 years 8 months ago #8 by nbserg
maybe in next version you will remove /index/ dir?
it's not need at all

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

More
12 years 8 months ago #9 by nbserg

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

Time to create page: 0.426 seconds