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

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

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 TextArea is hidden

More
2 years 11 months ago #1 by Spqr
TextArea is hidden was created by Spqr
Hello,

I become an administrator of joomla project recently with no experience with, we have a problem with text area which is set to be hidden in 'new topic' option. 
I have exclude the /media/kunena/core/js/ckeditor.js file which helps and we can see the panel but it is format s basic with lots of icons above. Can someone help me to find the file which is responsible for the format of that particular text area so I could reformat it, please?

Regards,
Marcin

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

More
2 years 11 months ago #2 by rich
Replied by rich on topic TextArea is hidden
I'm sorry, but we can't realize from your information what exactly you want to change.

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

More
2 years 11 months ago - 2 years 11 months ago #3 by Spqr
Replied by Spqr on topic TextArea is hidden
I am appologise,

In kunena forum there is a 'new topic' option where we have a textarea to be filled by the user. But that element is hidden please see the link thats pretty same issue:
www.kunena.org/forum/k-5-2-support/16098...rking-anymore#216062
Just in my situation excluding ckeditor helps and 'visibility: hidden' is not affecting my text area.
But it doesn't looks right please see attachements what I have is one with all of the icons above, and what I expect is the other one:
 
 
Last edit: 2 years 11 months ago by Spqr. Reason: attachement foulty

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

More
2 years 11 months ago - 2 years 11 months ago #4 by rich
Replied by rich on topic TextArea is hidden

But it doesn't looks right please see attachements what I have is one with all of the icons above, and what I expect is the other one:

If I understood it right, then your question has neither to do with the topic title nor with the other linked topic.
If you want an editor without symbols, remove the toolbar group in the ckeditor_config.js
Path: /media/kunena/core/js/ckeditor_config.js
From
Code:
    config.toolbarGroups = [         { name: 'document', groups: [ 'mode', 'document', 'doctools' ] },         { name: 'clipboard', groups: [ 'clipboard', 'undo' ] },         { name: 'editing', groups: [ 'find', 'selection', 'spellchecker', 'editing' ] },         { name: 'forms', groups: [ 'forms' ] },         { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },         { name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi', 'paragraph' ] },         { name: 'links', groups: [ 'links' ] },         { name: 'insert', groups: [ 'insert' ] },         { name: 'social', groups: [ 'social' ] },         { name: 'styles', groups: [ 'styles' ] },         { name: 'colors', groups: [ 'colors' ] },         { name: 'tools', groups: [ 'tools' ] },         { name: 'others', groups: [ 'others' ] },         { name: 'about', groups: [ 'about' ] }     ];
to
Code:
    config.toolbarGroups = [];
Last edit: 2 years 11 months ago by rich.

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

More
2 years 11 months ago #5 by Spqr
Replied by Spqr on topic TextArea is hidden
HI Rich,

Thanks for help and sorry for misplaceing the topic. 
But if I have exclude the /media/kunena/core/js/ckeditor.js will that make any changes to my element?

Regards! Marcin

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

More
2 years 11 months ago #6 by rich
Replied by rich on topic TextArea is hidden

But if I have exclude the /media/kunena/core/js/ckeditor.js will that make any changes to my element?

I don't know what you mean with "make any changes to my element?" You get with this change a text field without symbols such as in your second image.

 

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

More
2 years 11 months ago #7 by timmangan
Replied by timmangan on topic TextArea is hidden
I have had the same issue as the subject of the post.  After investigating, I found this post and think perhaps the moderator didn't understand the issue.

My issue is that when a user attempts to add/edit a post, the form appears with the textarea element hidden.  Every thing else is fine, just that the textarea when the content would go is not visible.  Tracing shows the field present, but with a style added of "visibility:hidden".  I tried editing the ckeditor.php code to override it but it seems to be applied later.

The issue appears to be with my back end Joomla template (or an incompatibility between it an Kunena).  I was able to overcome the issue (for now) by changing out the joomla template in use for the joomla menu for the forum.  Not ideal, but it overcomes the issue.  In my case I was using the JSN Epic Pro template for Joomla. 

I did purchase the Blue Eagle5 template for kunena hoping that might solve it, but any of the free templates or Blue Eagle5 had the same issue.

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

More
2 years 11 months ago - 2 years 11 months ago #8 by rich
Replied by rich on topic TextArea is hidden

I found this post and think perhaps the moderator didn't understand the issue.

Just in my situation excluding ckeditor helps and 'visibility: hidden' is not affecting my text area.
So I think, this one problem is solved.

But it doesn't looks right please see attachements what I have is one with all of the icons above, and what I expect is the other one:

  
I see on the first image an editor with symbols, and on the second image an editor without symbols. Therefore, I think, the user want an editor without symbols. I am sorry, but if its meant differently, then I do not understand it.

I have exclude the /media/kunena/core/js/ckeditor.js will that make any changes to my element?

 
And I don't understand this question either. This solution only ensures that the ckeditor.js is excluded from the page optimization and can be loaded.
Last edit: 2 years 11 months ago by rich.

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

More
2 years 11 months ago #9 by Bigbunny
Replied by Bigbunny on topic TextArea is hidden
This may or may not help.  About three years or so ago I had an issue with Joomla images and a few other things that was down to a JSN template that I was testing.  Swapped out the template for another and the issue disappeared.  A good test in my case was to initially test what I was doing  with one of the standard free Joomla templates that came with it. The JSN was stated as being compatible with the Joomla version at the time but it wasn't.  Hopefully JSN have  improved since then, but I have not tried any since my issue.

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

Time to create page: 0.373 seconds