I would like to have the login box as a normal menu in the usual look (username, password etc). When logged in the usual "login" menu is available (settings, logout etc). However once I have logged out, the entire menu disappears and I can no longer log in via the home page.
Does anyone know if there is something in the fs_16 theme that can be changed so the login menu behaves in the traditional manner?
I notice the code
global $eMenuList; if (!USER && is_array($eMenuList[1])) { foreach($eMenuList[1] as $key=>$a) { if ($a['menu_name'] == 'login_menu') { unset($eMenuList[1][$key]); } } }
Does this have something to do with it?
Please look after our planet, others may wish to use it.
I commented out the above code, and with some minor CSS tweaks it's sorted out.
Thank you so much for your themes and the combined feature box. You have a different take on implementing CSS that is very flexible and friendly to work with, and I learned a great deal just seeing how you did things!
Please look after our planet, others may wish to use it.