Search Results (Searched for: automatic)

Yesterday 22:51
Please try one more time - service didn't start automatically for some reason, but it should be working now.
07 Feb 2024 15:35
Replied by rich on topic Edit Profile Fails
Users who have purchased Blue Eagle at some point have automatically been given access to the Blue Eagle download on the Blue Eagle subscription page. This task has been taken over by the ochsubscriptions extension. However, this also means that this plugin must recognise these user profiles, as this subscriptions access is not restricted and therefore still exists. And this is probably where the problem lies.
29 Jan 2024 17:11 - 29 Jan 2024 17:14
Hi rich,

thanks for your reply. I have set the maximum image file size to 500 kB. It means that all images larger than that are refused. I have also set image max resolution to 1240 x 1024 px. And yes it can happen that png files of that size are refused. Sometimes even JPEG with too much details.

Do I understand you correctly that all images larger than 1240x1024 are automatically downscaled during upload (and not just during display). So if I enlarge max upload size to 1MB it will take a 2140 x 1820 image and scale it down using less space anyhow? So maximum image size is checked before it is downscaled? In that case I could increase the max file size limit to even 2 MB without too much harm and get rid of user nagging?

BTW: If you need support and test capabilities, drop me a note. I find your work awesome and am willing to give back some support.
28 Jan 2024 22:25
Hi,

image sizes in modern smart phones grow every year. I try to motivate my users to live with the existing small image limit of 1240 x 1024 px . In my eyes enough for showing all necessary details.

However it means that users have to find solutions how to size down their existing images. I am aware how to raise the limit but my compressed backup is already 20 GB and main extension on my website is Kunena.

I would therefore appreciate a Kunena plugin that automatically scales down images when they are attached to a message. Hopefully I can motivate you with such a wish for future development.
27 Jan 2024 11:30
Hello,

There isn't option do migration, it's done automatically when you on Kunena dashboard. It applies the required steps depending from which Kunena version you are coming.
20 Jan 2024 19:58
Thanks

Kunena appeared in the Update Server section. ))

But I didn't understand the advice: Then go to the Kunena dashboard so that the database composition is also updated.

Do you mean that the collation should have been automatically updated, as you once promised me?

What exactly should I do?
19 Jan 2024 14:41 - 19 Jan 2024 18:51
Replied by rich on topic ck editor language
I have now tested again. In principle, everything would work automatically without customckeditor_config.js if the Joomla standard language was recognized by the editor.

But there is another problem (with or without the customckeditor_config file). There are Joomla and Kunena translations for many countries, but there are not all translations for the CKEditor (tested with Japanese language). So the CKEditor would have to be forced to fall back to the English language in such cases, otherwise the editor would not be loaded in many countries. Internationally, currently this new function only works for a certain number of countries and would cause problems in many other countries.
In my opinion, it is still the best solution if a website operator downloads the language file (if available) himself and enters his language in the customckeditor_config file.
12 Jan 2024 22:23
Hi

I need a custom function where every time a user receive a Thank for their post, they will automatically get 1 point inserted to their custom point table here

Please review this code for the latest Joomla 5 and Kunena 6.2.3 version, do i need the event trigger or something to make this feature enabled?
Code:
<?php // Your Joomla configuration file define('_JEXEC', 1); define('JPATH_BASE', __DIR__); // Adjust this path based on your Joomla installation require_once JPATH_BASE . '/includes/defines.php'; require_once JPATH_BASE . '/includes/framework.php'; // Initialize the Joomla application $mainframe = JFactory::getApplication('site'); $mainframe->initialise(); // Assuming #__shop_users_points is your table name $db = JFactory::getDbo(); // Assuming 'kunena_thanks' is the table where thanks are recorded // Replace 'kunena_messages', 'thanks_field', and 'user_field' with your actual Kunena table and field names $query = $db->getQuery(true); $query->select('userid')       ->from('#__kunena_messages')       ->where('thanks_field = 1'); $db->setQuery($query); $usersToReward = $db->loadColumn(); // Insert 1 point for each user receiving thanks foreach ($usersToReward as $userID) {     $insertQuery = $db->getQuery(true);     $insertQuery->insert('#__shop_users_points')                 ->columns(array('user_id', 'points_column'))                 ->values((int)$userID . ', 1');     $db->setQuery($insertQuery);     $db->execute(); } ?>

p/s how can i preview the message before it get posted? its very useful feature
16 Dec 2023 20:22
You can manually assign categories to one or more users at the same time in the backend -> Kunena -> Users.
There is also a plugin auto-subscription-for-kunena (not tested by us), which does this automatically.
However, users should confirm that they agree to this when registering, otherwise it would be spam and you could run into problems for you.
16 Dec 2023 16:59
Joomla 5.0.1
CB 2.9.1
Kunena 6.2.2

I'm new to Kunena.  I would like to have a new member (user) to be automatically subscribed to all entries in a one section named "COMMUNITY WIDE".  Subscriptions to any other sections would remain voluntary.  Is this possible in the standard Kunena forum?

Thanks for any help.
28 Nov 2023 12:38

Now I could also set the collation to utf8mb4_general_ci (so all have the same). 

After you upgraded to K 6.2, this was automatically adjusted.
15 Nov 2023 19:01 - 15 Nov 2023 19:05
Replied by Slacker on topic phpbb to Kunena
Copy avatars from phpBB3 to

media/kunena/gallery

I copied members personal avatars to:

media/kunena/gallery/members

I did that as avatars settings are lost in the conversion and personal avatars, must be possible to choose for members.

Then copy your rank images from phpBB3 to Kunena.

media/kunena/ranks

Then copy smilies from phpBB3 to Kunena:

media/kunena/emoticons

I did not fix __kunena_user_topic and instead I recalculated statistics in kunena admin.

Some old smilies code disturbed some messages, but that I fixed with extension ReReplacer in the database. But youtube code in posts was not possible to remove automatically as they varied. People were pretty pleased with the new forum, but they had to choose their personal avatar again.
15 Nov 2023 14:59
In Kunena 6.2.1, we don't have the original message under the reply textarea as it used to be in previous versions. This becomes a problem when we have to reply to a complex message. Is it planned to be reintegrated in a future release ?

Second problem, when replying to a subject by using the "Quote" action, we have to click the "Insert paragraph here" red button (which, by the way, appears only after the textarea is focused...) in order to be able to effectively insert a message after the quote. This is counter intuitive, a new paragraph should be automatically inserted when using the "Quote" action. Can you fix that ?

Thank you for your answers.
12 Nov 2023 13:55

I am surprised that the collation is not correct after you have already installed Kunena 6.2. This should be adjusted automatically during an upgrade when you go to the dashboard afterwards.
The tables and columns should be converted to utf8mb4, which is also Joomla standard.
...
Table and colums should be the same collation.

Thanks for the quick response.

If the tables were supposed to be converted to the new collation when installing Kunena 6.2 and this did not happen, then some minor bug was probably the cause.

Will this bug be fixed in future versions of Kunena?
Since this problem is not critical to the functioning of Kunena, I would wait for a fixed version.

Have a good Sunday.
11 Nov 2023 23:52
I am surprised that the collation is not correct after you have already installed Kunena 6.2. This should be adjusted automatically during an upgrade when you go to the dashboard afterwards.
The tables and columns should be converted to utf8mb4, which is also Joomla standard.

Does this interfere with Kunena's work?

utf8mb4-based collations are much faster

Is it dangerous?

No

Do I need to convert all fields of all tables to, for example, utf8mb4_unicode_ci? Or to another collation?

Table and colums should be the same collation.
Displaying 1 - 15 out of 1988 results.
Time to create page: 2.091 seconds