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 [Resolved] Issues with attachments not showing in K 1.7

More
14 years 5 months ago #111353 by Sabby
Here are a couple of images that show whats going on.

Image one, I am editing a post with attachments and you can see that they show up in the preview. This is the default template.



Image 2 shows what it looks like from the forums, you will see no attachments.\

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

More
14 years 5 months ago #111357 by sozzled
Matias and I kicked your problem around for a bit last night and, I have to say, we didn't come to any useful conclusions. Thanks for using the Blue Eagle template to illustrate the problem that you're having. I have to draw a blank on this. I have no idea what's going on behind-the-scenes. :S Very puzzling, indeed!

Did you try enabling Kunena debug mode? Joomla debug mode, perhaps, too. Maybe there's something written in your site logs?
The following user(s) said Thank You: Sabby

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

More
14 years 5 months ago #111360 by Sabby
I'll give that a try as well as utilize firebug and see if the files are even being rendered with a style that may be hidden, another thought I had rolling around in my head is to pull the template files out of the full Kunena install and replace the files on my site, perhaps there is something wrong with my template files. At this point I would have to lean in the direction of it being a style issue more than a code issue.

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

More
14 years 5 months ago #111361 by Sabby
So I am almost sure it's template related.
With debug mode on I can see all the queries that are being run and I can see it grab the attachments.
Code:
LIMIT 0, 6 SELECT * FROM wze86_kunena_attachments WHERE mesid IN (2490) ORDER BY id
When I run this query from SQL GUI Tools I pull back three records, which is correct.
My next step is to replace the template file.

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

More
14 years 5 months ago #111362 by Sabby
Hmm interesting, take a look at this markup.




If I am not mistaken, after the div 'kmsgbody', should the attachment be rendered before the div 'kreply2490_form'?

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

More
14 years 5 months ago - 14 years 5 months ago #111365 by sozzled
Yes, any image should be rendered before that. But the fact that the image is not being rendered doesn't explain why Kunena is not working.

This is what we know. We know that the SQL query works. We don't know what happens after that.

I keep returning to first principles, again, and I always like to start with Joomla security.

It is recommended that all Joomla websites that all folders and files use, recursively, the CHMOD values in Securing Kunena . You should also make sure that all files and folders are owned by Apache:Apache

You may need to get your webhosting provider to assist you with these things.

It's possible that your installation of Kunena is faulty. I suggest that you install K 1.7.1 that has been released in the last couple of days.
Last edit: 14 years 5 months ago by sozzled.

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

Time to create page: 0.253 seconds