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 attachment problem?

More
16 years 6 months ago #32176 by Schummi
attachment problem? was created by Schummi
If you place an attachment in a topic, this picture nicely displayed only when you click on it opens in the current page.

Can you change this to open in a new window?
regards,

Schummi

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

More
16 years 6 months ago #32209 by xillibit
Replied by xillibit on topic Re:attachment problem?
Hello,

it's the normal behaviour of kunena, you can change this behaviour by opening the file components\com_kunena\lib\kunena.parser.php and at the line 370 replace this :
Code:
$tag_new = "<a href='".$tempstr."' rel=\"lightbox\"><img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></a>";

by this :
Code:
$tag_new = "<a href='".$tempstr."' target=\"_blank\" rel=\"lightbox\"><img src='".$tempstr.($imgtagsize ?"' width='".$imgmaxsize:'')."' style='max-width:".$imgmaxsize."px; ' alt='' /></a>";

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 6 months ago - 16 years 6 months ago #32229 by Schummi
Replied by Schummi on topic Re:attachment problem?
Thanks xillibit,

that is what I was looking for.
I see i was looking i the wrong file`s
Last edit: 16 years 6 months ago by Schummi.

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

Time to create page: 0.244 seconds