- Posts: 11
- Thank you received: 0
Kunena 6.4.8 Released
The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.
Question Questions : notifications and attachments
First, thanks for the latest template, excellent ! I have some questions though :
- is there a way to get a warning when a new answer to a thread was posted while you're answering?
- How can I change the default size for the attachments not inserted (tiny thumbnail)?
- and deactivate the lightbox for the inserted images only - it just shows a replica of the existing one... Or is there a way to manage that as well ?
thanks in advance
Kunena 1.6.4 on J!1.6
Please Log in or Create an account to join the conversation.
That's a little difficult. As you know, the internet is "stateless" (that is, one web page really doesn't know about anything else) unless you pass information from one page to another, refresh the page or use some Ajax to update/refresh certain information on the screen in "real time". We've all been caught in this dilemma when, say, I'm replying to a topic and someone else is also replying to the topic at the same time. So, really, there's no easy way around the issue. That's just the way things are.Matelot wrote: Is there a way to get a warning when a new answer to a thread was posted while you're answering?
I think the thumnnail size is defined in the configuration settings. That's where I would look first.Matelot wrote: How can I change the default size for the attachments not inserted (tiny thumbnail)?
The lightbox applet is defined in the file ../component/com_kunena/template/default/initialize.php:Matelot wrote: Deactivate the lightbox for the inserted images only - it just shows a replica of the existing one... Or is there a way to manage that as well?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
sozzled wrote:
That's a little difficult. As you know, the internet is "stateless" (that is, one web page really doesn't know about anything else) unless you pass information from one page to another, refresh the page or use some Ajax to update/refresh certain information on the screen in "real time". We've all been caught in this dilemma when, say, I'm replying to a topic and someone else is also replying to the topic at the same time. So, really, there's no easy way around the issue. That's just the way things are.Matelot wrote: Is there a way to get a warning when a new answer to a thread was posted while you're answering?
OK... It seems like a standard feature on a lot of forums though..
Thanks for the precisions, I'll try your suggestions.
Please Log in or Create an account to join the conversation.
I think the thumnnail size is defined in the configuration settings. That's where I would look first.
OK, it is, but not the size at which it is displayed, which is in the CSS. I changed it, but that would be a good feature request, to be able to manage that from the backend (otherwise that option has very limited interest)
Please Log in or Create an account to join the conversation.