still not working???
--------------- Added [DATE]1371932856[/DATE] at [TIME]1371932856[/TIME] ---------------
just to let you know when I delete this bit
PHP Code:
$vbulletin->db->query_read_slave(("SET CHARACTER SET utf8");
$stream = $vbulletin->db->query_read_slave(("
SELECT stream.*, users.* FROM " . TABLE_PREFIX . "dmods_stream AS stream
INNER JOIN " . TABLE_PREFIX . "user AS users USING (userid)
WHERE stream.touserid = 0 || stream.touserid = " . $vbulletin->userinfo['userid'] . "
ORDER BY stream.dateline DESC
");
I can browse users profile but still not working the sql query seems to me is the issue
as it makes problem in the whole forum if it existed??