Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Cannot display backend generated group discussions
ISSUE SUMMARY:
We have a php script that generate a news feed to a JomSocial group. We feed it directly into the table "group_discussion" populate all fields (correctly). First the groups 'crashed' after an update, but the fix in ticket 161338 fixed that issue. However the topics do not display.
Do we need to update the table emlcq_community_activities as well for it to display?
We have searched for a function in the API to do this instead, but have not found it.
STEPS TO REPLICATE:
1 look in the tables vs. site please.
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER
you need to add new record at emlcq_community_activities, there is no API for that.
My suggestion, please try to add new discussion at group. after that please have a look at emlcq_community_activities.
you can see what new record looks like. after that you need to build your own code to insert new record at emlcq_community_activities.