Hello everyone,
It is not yet supported for this version but equally Kunena report what is happening.
I am testing at this time Kunena 1.6 on my site and use the component in its free version, I always had this version worked well.
But now when you upgrade to K1.6 is not working, I edited the files Kunena plugin and I changed the table prefix.
The new tables are:
#__kunena_announcement
#__kunena_messages
#__kunena_messages_text
#__kunena_categories
#__kunena_users
The new Announcement URL is:
| Code: |
$url = 'index.php?option=com_kunena&func=announcement&do=read&id=' . $id . '&Itemid=' . $itemid;
|
The new URL of view of categories is:
| Code: |
$url = 'index.php?option=com_kunena&func=view&catid=' . (int)$result['catid'] . '&id=' . $id . '&Itemid=' . $itemid;
|
The result is that when you create an ad if I send to twitter, but this does not happen with forum posts, even if well established Kunena plugin parameters.
There is a lack of communication between the database and the plugin it does not take messages, or messages text or categories, I can do to remedy this?
Regards