Wrong Cookie Name of Menus
Hello it's me again.
I tried to get the Option "Cookie Menu" to work. After different trys and almost a day working on it I found the problem.
Tiki Wiki trys, in the /lib/menubuilder/menulib.php to get the cookie like this:
$ck = getCookie('menu'.$params'id'.'__'.$option'position', 'menu');
With a easy to use tool from chrome, called Cookies, I was able to look at the cookies and refresh them on the fly.
The cookiename is:
menus_369__0
So, what I did was, i changed the string to:
'menus_'.$params'id'.'__'.$option'position'
No my menus are still open when i change the site.
More informations:
I use the current svn Version (14.1 i think)
Hope that this is really a bug, and with my code it's fixable