Quote:
Originally Posted by VBDev
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.
|
Thank you, I'd appreciate it! And I'd be interested in the IP feature too.