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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Insert Image Buttom doesn't work

More
15 years 7 months ago #61591 by Matias
I know what is happening. It's RTL issue:

We are hiding the real file input area ubder our own textbox. This is because you cannot change looks from the file input, and it looks different in every browser. What happens in here is that the visible controls have been moved by RTL template, but the hidden input isn't.

So the solution is to change some CSS.
The following user(s) said Thank You: Masoud

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

More
15 years 7 months ago #61713 by Masoud

Matias wrote: I know what is happening. It's RTL issue:

We are hiding the real file input area ubder our own textbox. This is because you cannot change looks from the file input, and it looks different in every browser. What happens in here is that the visible controls have been moved by RTL template, but the hidden input isn't.

So the solution is to change some CSS.


According to your advice, I found the problem is about this css element:

#Kunena .kfile-hide {
height:23px;
overflow:hidden;
position:relative;
width:100px;
}

when I remove the postion:relative attribute the other buttons works properly but not the insert button, so I think we should add css attribute for each buttons

I've tried to examine different css for .kfile-hide but does not work, do have any idea as a solution?
The following user(s) said Thank You: itqan-2010

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

More
15 years 7 months ago #61767 by Masoud
Ok i find the solution

#Kunena .kfile-input {
font-size:23px;
right:0;
opacity:0;
position:absolute;
top:0;
}

right: 0 should be replace to left: 0
The following user(s) said Thank You: itqan-2010, ehsan354

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

More
15 years 7 months ago #61787 by Matias
As you seem to be working with RTL template, I would LOVE to have RTL support built into Kunena itself. That would make it possible to have RTL support in most templates.

Can you help us with that? I just need the additional CSS file, which can be loaded when RTL is turned on.
The following user(s) said Thank You: Masoud

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

More
15 years 7 months ago - 15 years 7 months ago #61795 by Masoud
I've modified the kunena css file to work properly with RTL templates, and I can not see any problem with it now, everything work smoothly without any issue, in addition I really want to do something for kunena if i can, but i do not know how can i help u?
Last edit: 15 years 7 months ago by Masoud.

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

More
15 years 7 months ago #61807 by Matias
Just zip the file and send it to me. We can do the rest (except testing).

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

Time to create page: 0.324 seconds