Quote:
Originally Posted by MustangLisa
Ditto ... my members would love that and I'll donate for it. Thanks for all your hard work on this!!
|
It's actually not very hard to do, but as CMX said, it does run more queries on every page load.
Right now the ribbons hack does that and I am looking into (as is CMX) a way to serialize the ribbons hack into the user table. I will have to clear the estore_ribbons in the users table, and then read and serialize the data in the current ribbons table and then store it in estore_ribbons that I initially cleared. After that I want to then re-use the ribbons table to store the ribbon color and cause, so that they can be edited/deleted/added via the admincp. The current method has everything hard coded in the files.
As I have never serialized anything before, I did start reading up on it last night. But who knows when I will actually finish everything.