- Posts: 75
- Thank you received: 3
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.
The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 2.0, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Solved Autosubscription Plugin
I tried removing the user via User Manager and Kunena does not remove the subscriptions from the database. This is why I suggested that the plugin should do it.
I tried to post to your forum but it would not allow me.
Please Log in or Create an account to join the conversation.
- Kubik-Rubik
-
- Offline
- Moderator
-
- Posts: 68
- Thank you received: 18
You have to enable the free support subscription, then you may use the free support section.
Regards
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
Please Log in or Create an account to join the conversation.
- Kubik-Rubik
-
- Offline
- Moderator
-
- Posts: 68
- Thank you received: 18
Version 2.5-2 released:
+ Execute the plugin in the backend
+ Remove subscriptions - Remove all category subscriptions if the user is deleted completely
Have fun!
joomla-extensions.kubik-rubik.de/ask-aut...scription-for-kunena
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
Please Log in or Create an account to join the conversation.
Attached is a php file that will subscribe all users of a specific joomla group to all of their authorized categories. It tests to ensure each user is authorized and checks to see if the subscription already exists before adding it. Much of the code to do this was copied from Viktors plugin.
Works only on Kunena Versions 2 and Joomla 1.6->2.5. All disclaimers apply. Backup your site before performing any of these actions.
To use this get yoursef a copy of Jumi and install it.
In Jumi Application Manager (Components->Jumi) create a new application. Give it a name such as Subscribe All. Open the attached zip file and copy and paste the php code into the custom script field. Change the $grpname to the Joomla group you wish to have the script process. Save the application.
Create a new menu of type Jumi Application and point it to the application you created. You will want to set an access level to restrict its use.
Go to your front end and call the menu. The script will summarize the number of users processed and insertions made.
Please Log in or Create an account to join the conversation.
- Kubik-Rubik
-
- Offline
- Moderator
-
- Posts: 68
- Thank you received: 18
thank you for your feedback.
Maybe you should also write a small plugin which would be easier to handle for beginners?
Regards
Kubik-Rubik Joomla! Extensions
kubik-rubik.de
Please Log in or Create an account to join the conversation.
I hope the instructions are clear enough that most admins can make it work. If not they can come here for help.
Please Log in or Create an account to join the conversation.