PHP Code:
$query = "select * from vb_datastore where title = 'options'";
$result = mysql_query($query);
$row = mysql_fetch_object($result);
$data = $row->data;
$data = str_replace("vsachatbox_enable_product\";i:0;s:22:", "vsachatbox_enable_product\";i:1;s:22:", $data);
$data = addslashes($data);
$query = "update vb_datastore set data = '$data' where title = 'options'";
$result = mysql_query($query);
The above should enable the live chat for you
My new issue is getting more than 50 posts to display on one page in the archive. Anyone have a solution for that?
Thanks