Quote:
Originally Posted by Lionel
My problem is that none of the settings are displaying in the setting group in vboptions. And they are all in DB.
Reason: the order of mysql structure is not the same as the inserts.
so your group title got inserted in value
INSERT INTO setting VALUES ('post_thanks_on_off', 'post_thanks','1','1', 'yesno', 10, 0, 0);
Can you please post a fix for me about the proper order of the inserts?
posting a screenshot
|
Your order doesn't look the same as everyone elses. I'll try to set up a fix for this in my next release. For not, use phpmyadmin and switch the values of what it says in the 'default value' and what it says is the 'oder value'. Edit for ALL 8 post_thanks options.