- Posts: 90
- Thank you received: 9
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
Question PDF handling seems broken in 5.1.5
$attachment = $this->attachment;
// $location = $attachment->getUrl();
$location = "media/kunena/attachments/" . $attachment->userid . "/" . $attachment->filename;
Please Log in or Create an account to join the conversation.
'media/kunena/attachments/984/Verzendinstructies.pdf'
vs image
'/develop/index.php?option=com_kunena&view=attachment&id=54&format=raw&Itemid=333'
OK so I need to fix that. but it is working fine for me. Need to check it.
Please Log in or Create an account to join the conversation.
well close. I use the filename and not realfilename. So it is something like
'media/kunena/attachments/984/3d61bebe675c6c62c8922eee31d410a'
Please Log in or Create an account to join the conversation.
But the pdf embed needs a extension like .pdf to show up. Else the object doesn't know its a pdf object.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
at least in FF and IE it has worked without .pdf as <object> contains type="application/pdf" .
I have downloaded pkg_kunena_v5.1.5-DEV_2018-10-14.zip followed by pkg_kunena_v5.1.5_2018-10-14.zip as I first did not see that there was a developer and normal nightly version. With that embedding works both in FF and IE.
Great support!
Best regards, Goldie
Please Log in or Create an account to join the conversation.