MyBB Community Forums

Full Version: View video and update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2015-01-02, 05:20 PM).m. Wrote: [ -> ]^ there is a mistake. query begins with a double quote mark and it should end with a double quote mark

$db->write_query("UPDATE `mybb_users` SET `showvideos`= '1' WHERE `showvideos`= '0'");
$db->write_query("UPDATE `mybb_users` SET `displaygroup` = '0' WHERE `displaygroup` = '11'"); 

Yeah just tried both, it fixed the issue I mentioned, but it does not do anything in general though, didn't fix the display group. Videos seem to be fixed, will test it again tomorrow and update you on it.

Thanks!
Pages: 1 2