Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
290 views
in Q2A Core by

I changed the "Favorite System" to have five stars for users. My problem is that i can't find the function that saves data to qa_userfavorites. My qa_userfavorites table has one more column star_num. I see that on submit qa_favorite_click() is called. In this function i have var star_num=elem.value;

How do i store star_num value in database together with enitytype, entityid...?

Please log in or register to answer this question.

...