Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

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

More
13 years 8 months ago #129496 by webiedesign
Replied by webiedesign on topic Autosubscription Plugin
I just installed this with Kunena 2 and got an error similar to:
Table 'tablename_kunena_subscriptions_categories' doesn't exist SQL=INSERT INTO `prefix_kunena_subscriptions_categories` (`catid`, `userid`) SELECT `id`, 473 FROM `prefix_kunena_categories`
any ideas appreciated..I would love to use this

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

More
13 years 7 months ago #130780 by achartier
Replied by achartier on topic Autosubscription Plugin

webiedesign wrote: ..... Table 'tablename_kunena_subscriptions_categories' doesn't exist ....


That table no longer exists in 2.0. My quick look shows that subscriptions are now stores in kunena_user_categories and kunena_user_topics, one record for each category/topic subscribed to. The plugin will need to be modified for this change.

It should also be modified to check access levels before subscribing. This is a task I am not qualified to do. Anyone else?

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

More
13 years 7 months ago #130781 by webiedesign
Replied by webiedesign on topic Autosubscription Plugin
I am willing to contribute funds towards this plugin ....

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

More
13 years 7 months ago #130782 by kylepond
Replied by kylepond on topic Autosubscription Plugin
I'm pretty busy right now, but I'll revise it in the next week or so.
The following user(s) said Thank You: webiedesign, skyhawk85u

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

More
13 years 6 months ago #132218 by webiedesign
Replied by webiedesign on topic Autosubscription Plugin
any progress on this ?

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

More
13 years 6 months ago - 13 years 6 months ago #133032 by skyhawk85u
Replied by skyhawk85u on topic Autosubscription Plugin
I wish I could do more to help with this. I successfully wrote a SQL query to add some users to a category, but I don't know enough to automate it. I did this all manually for an organization that has committee categories set up for just a handful of users each. I tried to get them to subscribe so they could be used like an email list but I couldn't get people to do it, so I just made it happen.

As mentioned in other places it is very easy to destroy your database by manually changing it. I'll offer my SQL query here but don't even look at it if you're not sure what you're doing! It seems to be working with no adverse effects but I take no responsibility for it. My code puts a half dozen users into the "12" category, which corresponds to one of the committees. Obviously you would need to change the query to update your database, your table, and the correct category.

Warning: Spoiler!
Last edit: 13 years 6 months ago by skyhawk85u.
The following user(s) said Thank You: webiedesign

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

Time to create page: 0.219 seconds