Quote:
Originally Posted by Kaycee123
Well, I'll see if I can figure it out somehow! By the way, thanks for fixing the color selection thing!
|
Basically, the only thing that will be needed is to add a field in the mgc_cb_evo_chat table called sticky.
Then the menu would, through ajax, set this field to 0 or 1.
And in the chats retrieval query there would be an order clause : ORDER BY sticky DESC,date DESC
I'll do this as soon as possible by the way.