Hi,
My site is going to be used by about 10K or more folks in our club after the official launch, and I was wondering how I can set up the feedback to auto-approve... 6.1.6. I figured out how to auto-approve everything but this.
Thanks!
-Rich
Hi, My site is going to be used by about 10K or more folks in our club after the official launch, and I was wondering how I can set up the feedback to auto-approve... 6.1.6. I figured out how to auto-approve everything but this. Thanks! -Rich |
Feedback is actually the 'Stories' table. To set all as automatically 'approved' (active) - run the following sql against your dolphin dbase: ALTER TABLE `Stories` CHANGE `active` `active` VARCHAR( 4 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'on' |
Okay, thank you very much, that worked! -Rich |