Kunena 7.0.4 Released

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

Solved Formatting issue on fresh install of K5b5

More
9 years 10 months ago #175748 by 810
you miss the icons css and I think responsive css.

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

More
9 years 10 months ago - 9 years 10 months ago #175749 by jhebbel

810 wrote: you miss the icons css and I think responsive css.


Got the css files, but the icons are throwing 404 errors, the path seems to be broken as that folder does not exist on my server:

inputmapper.com/index.php/kunena/welcome...me-to-kunena/reply/1


Also, the quick reply button seems to do nothing.
Last edit: 9 years 10 months ago by jhebbel.

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

More
9 years 10 months ago #175750 by 810
I can see now you have multiple bootstrap css files.

I think by joomla template, and by setting kunena template.

Disable the kunena template setting

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

More
9 years 10 months ago #175751 by 810
On your joomla template I see that you use Bootstrap 3. So you need to set CrypsisB3 as default. Then it will show you the correct styling.

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

More
9 years 10 months ago - 9 years 10 months ago #175752 by jhebbel
I did that, the error with the icons seems to be in the kunena template css, specifically the following lines:
Code:
#kunena.layout .markItUp .boldbutton a { background-image: url(/media/kunena/../assets/images/bold.png); } #kunena.layout .markItUp .italicbutton a { background-image: url(/media/kunena/../assets/images/italic.png); } #kunena.layout .markItUp .underlinebutton a { background-image: url(/media/kunena/../assets/images/underline.png); } #kunena.layout .markItUp .strokebutton a { background-image: url(/media/kunena/../assets/images/stroke.png); } #kunena.layout .markItUp .supscriptbutton a { background-image: url(/media/kunena/../assets/images/supscript.png); } #kunena.layout .markItUp .subscriptbutton a { background-image: url(/media/kunena/../assets/images/subscript.png); } #kunena.layout .markItUp .sizebutton a { background-image: url(/media/kunena/../assets/images/fonts.png); } #kunena.layout .markItUp .colors a { background-image: url(/media/kunena/../assets/images/colors.png); } #kunena.layout .markItUp .bulletedlistbutton a { background-image: url(/media/kunena/../assets/images/list-bullet.png); } #kunena.layout .markItUp .numericlistbutton a { background-image: url(/media/kunena/../assets/images/list-numeric.png); } #kunena.layout .markItUp .listitembutton a { background-image: url(/media/kunena/../assets/images/list-item.png); } #kunena.layout .markItUp .alignleftbutton a { background-image: url(/media/kunena/../assets/images/text_align_left.png); } #kunena.layout .markItUp .centerbutton a { background-image: url(/media/kunena/../assets/images/text_align_center.png); } #kunena.layout .markItUp .alignrightbutton a { background-image: url(/media/kunena/../assets/images/text_align_right.png); } #kunena.layout .markItUp .quotebutton a { background-image: url(/media/kunena/../assets/images/quotes.png); } #kunena.layout .markItUp .codemodalboxbutton a, #kunena.layout .markItUp .codesimplebutton a { background-image: url(/media/kunena/../assets/images/code.png); } #kunena.layout .markItUp .tablebutton a { background-image: url(/media/kunena/../assets/images/table.png); } #kunena.layout .markItUp .spoilerbutton a { background-image: url(/media/kunena/../assets/images/spoiler.png); } #kunena.layout .markItUp .hiddentextbutton a { background-image: url(/media/kunena/../assets/images/hidden.png); } #kunena.layout .markItUp .picturebutton a { background-image: url(/media/kunena/../assets/images/picture.png); } #kunena.layout .markItUp .linkbutton a { background-image: url(/media/kunena/../assets/images/link.png); } #kunena.layout .markItUp .ebaybutton a { background-image: url(/media/kunena/../assets/images/ebay.png); } #kunena.layout .markItUp .videodropdownbutton a { background-image: url(/media/kunena/../assets/images/film.png); } #kunena.layout .markItUp .mapbutton a { background-image: url(/media/kunena/../assets/images/map.png); } #kunena.layout .markItUp .pollbutton a { background-image: url(/media/kunena/../assets/images/poll.png); } #kunena.layout .markItUp .tweetbutton a { background-image: url(/media/kunena/../assets/images/tweet.png); } #kunena.layout .markItUp .soundcloudbutton a { background-image: url(/media/kunena/../assets/images/soundcloud.png); margin-left: -3px; margin-top: 3px; } #kunena.layout .markItUp .instagrambutton a { background-image: url(/media/kunena/../assets/images/instagram.png); } #kunena.layout .markItUp .hrbutton a { background-image: url(/media/kunena/../assets/images/hr.png); } #kunena.layout .markItUp .emoticonsbutton a { background-image: url(/media/kunena/../assets/images/emoticon.png); } #kunena.layout .markItUp .confidentialbutton a { background-image: url(/media/kunena/../assets/images/confidential.png); } #kunena.layout .markItUp .clean a { background-image: url(/media/kunena/../assets/images/clean.png); }

These paths are not valid.

Additionally the quick reply button still does not work.

Last edit: 9 years 10 months ago by jhebbel.

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

More
9 years 10 months ago #175754 by jhebbel

sozzled wrote:

jhebbel wrote: For giggles, tried k4, same issues with the icons folder missing or path broken, with some additional funkyness happening in the menu.

Unfortunately, this seems to happen (as far as Kunena's HMVC templates are concerned) with four out of five Joomla templates, sadly. The trick is to find a Joomla site template that co-operates nicely with Kunena. This also may explain why nine out of ten Kunena site owners are still using the older [Blue Eagle-based] templates.

As far as topic icons are concerned, there's a setting somewhere on the Crypsis template option (I think).

jhebbel wrote: Guess it may be time for me to re-design my template in bootstrap, though ive never really liked bootstrap much.

I've been tempted to go back to protostar; K 4.0 Crypsis seems to work pretty well with that one. :lol:


Ok, I think i am up and running in 4.0 now. I sure hope they either ditch or make easier the bootstrap implementation in 5.0 otherwise I will likely stay with 4.

Coming from Chrono yourself, do you know of any way to import board data? I have tens of thousands of posts id rather not lose.

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

Time to create page: 0.253 seconds