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
|