By JDev on Saturday, 12 December 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 557
Votes 0
Can you guys help me add easy social integration into Rokmini events? It's a free calendar, and would do what I need until you guys add calendar support/filters/category display to your calendar module.

If not, is there anyone in the forums that would want to work together on this? And can you point me to developer documentation that would help me understand how to perform an integration like this in php?

Thanks. I have a demo site with it installed and can give access.
I found a solution skimming docs and existing modules, however I've ran into this problem,

Unknown column 'Array' in 'where clause' SQL=SELECT * FROM tpj5i_social_clusters_categories WHERE Array = '8:webinars'

In the rokminievents I've modeled off jomsocial but I use addfieldpath and use the easy social fields in admin area for category which is found in easy social events module, however when I choose a category and save it the module reloads and gives that error above.

So how do I handle this, and why is this query even happening in the admin section for module management of rokminievents module by rocket theme?

I'm pretty close, unless I have to imeplement getting categories manually like rokminievents does for jomsocial but I was hoping not to, this is quicker to use your existing field to select a category .
·
Saturday, 12 December 2015 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Figured it out, didn't realise I had "multiple=true" from how it was before since I copied it from jomsocial to start in the rokminievents module, so it got stored as an array in params, and croaked when it got to easy social code. You guys should have a thing to mark as resolved, but also a tag or something that is like "talks to themself", that would be a fun badge people who just solve it themselves and use the forum as a way to engage in a conversation with themselves to get the mind flowing....

Also BUMP you guys should imrpove your category field to allow the choice of "all categories" and to be able to select multiple so more than one. Would be great for the easy social modules and what I'm doing here.
·
Saturday, 12 December 2015 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Haha, thanks for the heads up on this, we definitely would want to enhance this on our site but we are lacking the time to actually customize it

Our priority has always been the customers first Anyway glad that your issues are resolved now!
·
Saturday, 12 December 2015 20:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post