Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

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

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 attachments in new window

More
15 years 2 months ago #88265 by sohopros
1 - Is there a way to open attachments from a forum post in new window?
2 - Can we do it with some configuration or only by a hack?

Thanks



This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Enabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 48000 seconds | Max execution memory: 64M | Max file upload: 60M

This message contains confidential information

Joomla default template details : rt_populus_j15 | author: RocketTheme | version: 1.5.2 | creationdate: 11/30/07

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.3 | creationdate: 2011-01-31

Kunena version detailled: Installed version: 1.6.3 | Build: 4344 | Version name: Parlare | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: AlphaUserPoints: Disabled or not installed | CommunityBuilder: Installed (Version : 1.4) | Jomsocial: Disabled or not installed | UddeIm: Installed (Version : 2.2)

Third-party SEF components: sh404sef: Installed (Version : 2.2.2.941) | ARTIO JoomSEF: Disabled or not installed | AceSEF: Disabled or not installed

Plugins: System - Mootools12: Disabled | System - Mootools Upgrade: Enabled | JFirePHP: Disabled or not installed | Kunena Discuss: Disabled or not installed | Kunena Search: Disabled or not installed | My Kunena Forum Menu: Disabled or not installed | My Kunena Forum Posts: Disabled or not installed

Modules: Kunena Latest: Disabled or not installed | Kunena Stats: Disabled or not installed | Kunena Login: Disabled or not installed

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

More
15 years 2 months ago #88366 by xillibit
Hello,

If i'am remember right, to achieve it you need to disable lightbox use in kunena configuration panel

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: sohopros

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

More
15 years 2 months ago #88387 by GoremanX
actually, disabling the lightbox feature will cause attachments to open in the same window, replacing the forum page entirely. Without changing the code, there's no easy way to do this.

THE place to discuss photography!
www.friendlyphotozone.com
The following user(s) said Thank You: sohopros

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

More
15 years 2 months ago #88620 by sohopros
I need to make the attachments to display download dialog box for known types like txt instead of open file in browser window.

1 - Can i set headers for file download on kunena template?
2 - What headers should I use for set it?


Thanks

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

More
15 years 2 months ago - 15 years 2 months ago #88669 by sohopros
Fixed my issue redirecting the template link url to a custom script bellow
Code:
header("Cache-Control: public"); header("Content-Description: File Transfer"); header("Content-Disposition: attachment; filename=\"".$_REQUEST['filename']."\""); header("Content-Type: ".Mext2mime($_REQUEST['filetype'])); header("Content-Transfer-Encoding: binary"); header("Content-Length:".$_REQUEST['filesize']); ob_clean(); readfile('http://'.$_SERVER['HTTP_HOST'].'/'.$_REQUEST['folder']."/".$_REQUEST['filename']);
Last edit: 15 years 2 months ago by sohopros. Reason: upload fail

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

Time to create page: 0.307 seconds