Ty for the new version.. only error that remains is:
Warning: Invalid argument supplied for foreach() in \showthread.php on line 2216
which is in this part of the code:
Code:
// get permissions
$lv_vb_eventforums_permissions = array();
$membergroupsql = '';
if(isset($membergroupids) && (count($membergroupids) > 0))
{
foreach($membergroupids as $key => $value)
{
if($value != '')
{
$membergroupsql .= ' OR usergroupid = ' . $value;
}
}
}
Quote:
Originally Posted by albertsch9
Now i get this:
Fatal error: Call to a member function fetch_array() on a non-object in /www/htdocs/v030134/v2/forum/includes/functions_forumdisplay.php(413) : eval()'d code on line 49
|
Hmm should've worked.. it worked for me, but now the new version is there .. and fixes it already