
Originally Posted by
magy
This is from expertz forum when member menu is not showing:
this should fix your problem....open the file inc/menu.inc.php.....around line #97 find this:
strrpos($aValue['Visible'],$sVisible) !=0
replace it with:
strrpos($aValue['Visible'],$sVisible) !== false
hope this helps everyone......thanks to smoge and mms.......George
mine is line #101 and this is the whole line:
if (check_condition(str_replace('\$','$',$aValue['Check'])) == TRUE && strrpos($aValue['Visible'],$sVisible) !== false)
It helped me, testing= 5.6.4
another problem if in the admin panel the member menu won't change line #464:
find in file admin/memb_menu.php file next string:
$sFileContent = "<?{$sNewLine}\$aMenu = array(";
and replace with
$sFileContent = "<?
{$sNewLine}\$aMenu = array(";
I hope it will help some
magy
Bookmarks