krileon wrote: K2 groups aren't needed to establish permissions to K2 tasks, see K2 > Parameters > Permissions and you can assign permissions to Joomla usergroups. K2 groups are basically there as before J2.5 such feature wasn't available.
Please Log in or Create an account to join the conversation.
We don't integration with K2 groups. There was no mention of groups during our K2 integration discussion so no such thing was implemented.Even with CB articles installed this seems not complete or do I miss something here ?
There's either an error or userID isn't a unique key. To make it a unique key you'd need to run the below on your database (make a backup! don't know if this will negatively impact K2!). To check for errors ensure debug mode and maximum error reporting is enabled while testing.BTW: thank you for the help with mysql query, it works well for new users but when deactivating the plan and reactivating, it does not work. I guess it is a problem with ON DUPLICATE KEY which may no find the id of the table as is. Any idea ?
Please Log in or Create an account to join the conversation.
We don't integration with K2 groups. There was no mention of groups during our K2 integration discussion so no such thing was implemented.
There's either an error or userID isn't a unique key.
Please Log in or Create an account to join the conversation.
I strongly disagree, but can review adding a K2 model to CB Auto Actions to handle group add/remove.Well this is a very important feature of K2 with extra fields functionality so integration without this is rather pointless
It's safe to say that userID should be fine as a unique key, but I don't know; I didn't create K2 so I don't know what adverse affects this could have.There is already id which is a unique key, can I add userID as a second unique key also ? or can we use id as the unique key but different from userID ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.