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

Solved Formatting issue on fresh install of K5b5

More
7 years 10 months ago - 7 years 10 months ago #21 by jhebbel
Still hoping to get some resolutions regarding the issues with K5.0 now RC1 bootstrap not working. I am now correctly loading bootstrap through the JHtml command but still have 2 serious errors.

1) The quick reply lightbox does not appear to be correctly styled.
2) Additionally, notice the profile column to the left of the post, how when the forum is wide enough it splits the profile itself into 2 columns, its not until I narrow my window that it looks correct. Likely not something any of you have seen as my monitor is much wider than normal.


3) The Icons for the editor still point to a directory location that is invalid (does not exist)


Additionally, a suggestion; as reply is likely to be the most sought after or used button, I dont think it should be hidden in a menu. It should be its own dedicated button. I'd even go so far as to say it should stand out and be made green just as the new topic button is. Furthermore, the quick reply button after each and every post alludes to the reply being in response to that specific post, in which case the original should be quoted, if not I would just use a single quick reply at the bottom of the page as most traditional forums do.
Attachments:
Last edit: 7 years 10 months ago by jhebbel.

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

More
7 years 10 months ago #22 by nutter308
jhebbel I agree, I can't understand why the reply button was hidden within the action menu. It should be it's own button and made to stand out.

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

More
7 years 10 months ago - 7 years 10 months ago #23 by jhebbel
This is more what I feel a commonly accepted forum layout looks like.

The drop down menus are ok for a responsive template once the screen gets small, but when there is plenty of room all they really do is make things harder to find.

Additionally breaking out every single thing to its own "row" vertically extends the forum more than it needs to be. Things like timestamp can be on the same row as post title, post related buttons can be on same row as IP.

Of course I can modify the template myself, but a few of these things just seem like they should be part of the template from the get-go.
Attachments:
Last edit: 7 years 10 months ago by jhebbel.

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

More
7 years 10 months ago #24 by 810
I can't sadly not include it to our code, because you need to think also at translations.

For example the Dutch language strings for the action are big, and if you do it without the groups, then it wouldn't fit on the screen.

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

More
7 years 10 months ago - 7 years 10 months ago #25 by jhebbel

810 wrote: I can't sadly not include it to our code, because you need to think also at translations.

For example the Dutch language strings for the action are big, and if you do it without the groups, then it wouldn't fit on the screen.


In a responsive template that should not be an issue as once the width is filled up it would just collapse the items into a menu as you have it. But Reply should definitely be its own button no matter what.

Running some of the strings through google translate, I dont see how its that much of a difference.
Quote = citaat
Edit = Bewerk
moderate = matig
delete = verwijderen
23 vs 28 characters.

Also an Icon only system could be considered, ChronoFoumes has many shortcomings, but the buttons and layout are simple and efficient use of space.


Also aided by the fact that quick reply really has no need to be on each of the posts, as quote is better suited to be part of the post.
Attachments:
Last edit: 7 years 10 months ago by jhebbel.

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

More
7 years 10 months ago #26 by jhebbel

810 wrote: I can't sadly not include it to our code, because you need to think also at translations.

For example the Dutch language strings for the action are big, and if you do it without the groups, then it wouldn't fit on the screen.


Any insight into the bugs that im still having with k5.0rc1? www.kunena.org/forum/k5-0-bugs/137263-fo...k5b5?start=20#175813

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

More
7 years 10 months ago #27 by 810
check if you have:
Code:
<jdoc:include type="head" />
on you joomla template

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

More
7 years 10 months ago - 7 years 10 months ago #28 by jhebbel
Yes, that is present.

The Image Icons for the Editor

Its loading the stylesheets just fine now from what I can tell, the issue seems to be with the path used in the stylesheet for the icons.

Click for 404 errors:
Warning: Spoiler!


If you notice the paths are wrong, it is looking in my root site's media folder rather than the components template images folder.

Paths SHOULD read as
Code:
https://inputmapper.com/components/com_kunena/template/crypsisb3/assets/images/{IMAGEFILE}

The lightbox for the quick reply

The lightbox style behavior seems to be coming from bootstrap.min.css
Code:
div.modal { position: fixed; top: 10%; left: 50%; z-index: 1050; width: 560px; margin-left: -280px; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0,0,0,0.3); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3); -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3); box-shadow: 0 3px 7px rgba(0,0,0,0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; }

You can see the width being specifically set here and as far as I can tell the forums template does not override this to force proper dimensions. If I disable the above css it then looks proper, so my guess is the style for that box needs to be implicitly set in a style tag, or the class needs !important flags.

It may be working for you because you may be implicitly setting the order your stylesheets load, if your forum css is loading after bootstrap, then it takes priority and the css attributes for the model box are replaced with your own, but this cannot be trusted to alwayse be the case. As is my case, bootstrap css loads AFTER the forum css, so classes set without the !important flag get overwritten.
Attachments:
Last edit: 7 years 10 months ago by jhebbel.

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

More
7 years 10 months ago #29 by hvdmeer
Hi! I also have the missing icons in the editor toolbar, switched to Protostar and they are still missing. My first Kunena install was B5 and updated now to RC1 I still have this issue. I get 404's on the images. I already started a topic about this.
www.kunena.org/forum/k5-0-bugs/137233-missing-the-editoricons .

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

More
7 years 10 months ago - 7 years 10 months ago #30 by jhebbel

hvdmeer wrote: Hi! I also have the missing icons in the editor toolbar, switched to Protostar and they are still missing. My first Kunena install was B5 and updated now to RC1 I still have this issue. I get 404's on the images. I already started a topic about this.
www.kunena.org/forum/k5-0-bugs/137233-missing-the-editoricons .


You can edit lines 974 - 1072 of /crypsisb3/css/kunena.css to manually fix this.
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); }
Last edit: 7 years 10 months ago by jhebbel.

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

Time to create page: 0.577 seconds