2017-01-09, 07:44 PM
i am tring to use tasks for Editor in source mode by default
but this task not work
please anyone help
Hello where is mybb expert?
but this task not work
<?php
function task_myuserqueries($task)
{
global $db;
$db->query("UPDATE mybb_users SET sourceeditor = 0");
add_task_log($task, "Myuserqueries ran successfully!");
}
?>
please anyone help
Hello where is mybb expert?