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

More
14 years 8 months ago #95484 by Matelot
Hello
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.

More
14 years 8 months ago - 14 years 8 months ago #95542 by sozzled

Matelot wrote: Is there a way to get a warning when a new answer to a thread was posted while you're answering?

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: How can I change the default size for the attachments not inserted (tiny thumbnail)?

I think the thumnnail size is defined in the configuration settings. That's where I would look first.

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?

The lightbox applet is defined in the file ../component/com_kunena/template/default/initialize.php:
Code:
// We load mediaxboxadvanced library CKunenaTools::addStyleSheet ( KUNENA_DIRECTURL . 'js/mediaboxadvanced/css/mediaboxAdv.css'); CKunenaTools::addScript( KUNENA_DIRECTURL . 'js/mediaboxadvanced/js/mediaboxAdv.js' );
Comment out the lines that start with CKunenaTools. I haven't tried this myself; see what happens.
Last edit: 14 years 8 months ago by sozzled.
The following user(s) said Thank You: Matelot

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

More
14 years 8 months ago #95552 by Matelot

sozzled wrote:

Matelot wrote: Is there a way to get a warning when a new answer to a thread was posted while you're answering?

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.


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.

More
14 years 8 months ago #95588 by Matelot

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.

Time to create page: 0.420 seconds