Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question JomSocial and Kunena Menu Plug-in

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 2 weeks ago - 13 years 2 weeks ago #1 by lev
Hi,
This menu displays the plug-in but when you get an error, this error was still in version JomSocial 2.2.0 RC4
and and now this error JomSocial First 2.2.0.
Plugin has been installed JomSocial Kunena Menu Plug-in 1.6.2

Mistake wrote this:
The requested URL /forum/myprofile/task-edit.html&Itemid=121 was not found on this server.

Sorry for my English.
Last edit: 13 years 2 weeks ago by lev.

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

More
13 years 2 weeks ago #2 by xillibit
Hello,

What is the error ?

I don't provide support by PM, because this can be useful for someone else.

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

More
13 years 2 weeks ago #3 by flatwebb
I have this too. The plugin is displayed within Jomsocial (2.20 in my case) but the links are wrong.

My kunena path is /community/the-forum

The plugin links all point to '/forum/...'

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

More
13 years 2 weeks ago #4 by bankert123
I just want to see what the solution is for this,

My Forum is showing this to my latest posts
manitobaparkland.com/news-/discussions/mylatest.html

and my JomSocial plugin points to
manitobaparkland.com/news-/discussions/h...osts.html&Itemid=266

Which results in a page not found.

JomSocial - 2.2.0
Kunena - 1.6.3
Joomla 1.5.23

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

More
13 years 2 weeks ago #5 by flatwebb
Mine is doing this:

My Forum -> 404 error
Edit Profile -> My Profile
My Posts -> Recent Topics
My Subscriptions -> Recent Topics
My Favourites -> Recent Topics

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

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 2 weeks ago #6 by lev
Hi xillibit,
Error - this means that the plugin does not work in the new version of the society.
Writes the error to the wrong or non-existent path-coded plug-in for society. Seen developers changed something, as a result of the navigation buttons at the forum did not work.

Sorry for my English.

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

More
13 years 2 weeks ago #7 by snilloconator
Would be nice to have this plugin back. I updated not realizing it would break this plugin. :(

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

More
13 years 1 week ago #8 by John
You no longer need this plugin. You can add new menu links in the Joomla menu manager, just add them in the jomsocial menu section.

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

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 1 week ago - 13 years 1 week ago #9 by lev
Hi
Not quite agree with you. That would have been if the plan or drawing, we have started work. And so, the devil will find bald :evil:

hi
I solved the problem!
Doing everything with options!
Creating all in the same manner as he wrote the main forum it will be everyone else in it.

Name:
Code:
| Forum <=> Форум <=> Perfil Foro <=> Forum |- My Profile <=> Моя анкета <=> Mi Perfil <=> Mon Profil |- Edit Profile <=> Изменить анкету <=> Editar Perfil <=> Editer le Profil |- My Posts <=> Мои сообщения <=> Mis Temas <=> Mes Messages |- My Subscribtions <=> Моя подписка <=> Mis Suscripciones <=> Mes Abonnements |- My Favorites <=> Моё избранное <=> Mis Favoritos <=> Mes Favoris

Signature(not afraid that the big letters become small and the gaps disappear):
Code:
| KUNENAMENU <=> kunenamenu |- sh_editprofile <=> sheditprofile |- sh_myprofile <=> shmyprofile |- sh_myposts <=> shmyposts |- sh_mysubscriptions <=> shmysubscriptions |- sh_myfavorites <=> shmyfavorites

Links:
Code:
| index.php?option=com_kunena |- index.php?option=com_kunena&func=myprofile&task=edit |- index.php?option=com_kunena&func=myprofile |- index.php?option=com_kunena&func=latest&do=userposts |- index.php?option=com_kunena&func=latest&do=subscriptions |- index.php?option=com_kunena&func=latest&do=favorites

:evil:

Sorry for my English.
Last edit: 13 years 1 week ago by lev.

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

  • lev
  • lev's Avatar Topic Author
  • Offline
  • Senior Member
  • Lorem Ipsum...
More
13 years 5 days ago - 13 years 5 days ago #10 by lev
Hi
There is a way to plug worked!
Case in point that when the SEO - plugins do not work

Checked on the plugin MyBlogToolbar
There was a need to find a code:
Code:
$toolbar->addItem('MYBLOG', 'MYBLOG_ALL', JText::_('PLG_MYBLOG_TOOLBAR_VIEW_ALL_BLOG'), JRoute::_('index.php?option=com_myblog&Itemid='.$myblogItemId));
Change in
Code:
$toolbar->addItem('MYBLOG', 'MYBLOG_ALL', JText::_('PLG_MYBLOG_TOOLBAR_VIEW_ALL_BLOG'), JURI::base(). ('index.php?option=com_myblog&Itemid='.$myblogItemId));

A similar situation with the plugin Kunena Menu Plug-in
Find
Code:
KunenaRoute::_ JRoute::_
Change in
Code:
JURI::base () .

Good luck!

Sorry for my English.
Last edit: 13 years 5 days ago by lev.

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

Time to create page: 0.509 seconds