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

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question I can't see any profilespages or my profile (to change avatar, information etc) on my kunenaforum

More
9 years 1 month ago #1 by fiek
Here my configurationreport

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Missing | PHP environment: Max execution time: 60 seconds | Max execution memory: 128M | Max file upload: 12M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : theme1020 | author: Mercury | version: 1.0 | creationdate: Unknown

Kunena default template details : Blue Eagle | author: Kunena Team | version: 3.0.7 | creationdate: 2015-02-01

Kunena version detailed: Kunena 3.0.7 | 2015-02-01 [ Galah ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 3.0.1 | Kunena Login 3.0.1

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

More
9 years 1 month ago #2 by 810
go to backend - kunena - plugins - then select AlphaUserPoints - and change profile to "No"

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

More
9 years 1 month ago #3 by fiek
unfortunately that doesnt fixed it :( Other options? or am i doing something wrong?

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

More
9 years 1 month ago - 9 years 1 month ago #4 by rich

810 wrote: go to backend - kunena - plugins - then select AlphaUserPoints - and change profile to "No"

If you not use AlphaUserPoint, disable this plugin, and try again.
But it seems it's a conflict with your Joomla template scripts.js (templates/theme1020/js/scripts.js).
Is your Joomla template up to date? Maybe it needs a upgrade.
Last edit: 9 years 1 month ago by rich.

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

More
9 years 1 month ago #5 by fiek
I disabled ALphausersPoint! :)

What can the problem with scripts.js be?

I Guess my joomla template is up to date:
"The Gantry Framework is up-to-date!
You are running the latest version."

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

More
9 years 1 month ago #6 by fiek
This is how my script.js looks like:




jQuery(document).ready(function($) {
$('ul li:last-child').addClass('lastItem');
$('ul li:first-child').addClass('firstItem');

/*ScrollToTop button*/
$(function() {
$(window).scroll(function() {
if($(this).scrollTop() != 0) {
$('.rt-block.totop').fadeIn();
} else {
$('.rt-block.totop').fadeOut();
}
});
});

/*Avoid input bg in Chrome*/
if ($.browser.webkit) {
$('input').attr('autocomplete', 'off');
}

/*Zoom Icon. Portfolio page*/
$('#port a.modal').hover(function(){
$(this).find('img').stop().animate({opacity:.3},200).next().stop().animate({bottom:'50%'},200).next().stop().animate({top:'50%'},200);
},function(){
$(this).find('img').stop().animate({opacity:1},200).next().stop().animate({bottom:'100%'},200).next().stop().animate({top:'100%'},200);
})
$('.tabs').parents('.rt-block').parent().parent().prepend('<div id="tabs"><ul class="tabs_nav"></ul><div class="tabs_container"></div></div>')
$('.tabs').each(function(n){
$(this).find('>div').appendTo('.tabs_container')
$(this).find('.moduleTabTitle').appendTo('.tabs_nav').wrap('<li></li>')
})
$('#tabs').parent().find('.tabs').parents('.rt-block').parent().remove()
$('.tabs_nav li').eq(0).addClass('selected')
$('.tabs_container>div').hide().eq(0).show()
$('.tabs_nav a').click(function(){
if(!$(this).parent().hasClass('selected')){
$('.tabs_nav li').removeClass('selected')
$(this).parent().addClass('selected')
$('.tabs_container>div').hide()
$($(this).attr('href')).fadeIn(800)
}
return false
})
/*Pagination Active Button*/
$('.k2Pagination ul li:not([class])').addClass('num');
$('div.pagination ul li:not([class])').addClass('num');
$('div.itemCommentsPagination ul li:not([class])').addClass('num');
});

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

More
9 years 1 month ago #7 by rich

fiek wrote: What can the problem with scripts.js be?


I had blocked this script, after tath I had seen the profiles. Please test it with the Joomla default template whether the error is gone.

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

More
9 years 1 month ago #8 by fiek

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

More
9 years 1 month ago #9 by rich
I had blocked it with Adblock. You can rename this file and then test it.

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

More
9 years 1 month ago #10 by fiek
Wow thanks it worked! But now the Jquery_ui_tabs doesnt work, because i renamed the script.js. Is there something i can do to fix that?

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

Time to create page: 0.542 seconds