Strange problem with Menu First Child:
When viewing the site while logged in - everything works as expected. When viewing the site while not logged in, all menu titles using are set as 'Login'. The strange thing is - the links work as they should and title tags inside are ok. Only the text inside get's affected.

My configuration is a bit special, as I use "Dutch" as the site langugage but "English" for the admin part (with the help of Admin Language Module). However disabling this module doesn't fix the problem.

The only way I found to fix this is to add:
$item['title'] = $item['link_title'];
to function menu_firstchild_translated_menu_link_alter(&$item, $map)
(after line 50 in menu_firstchild.module)

Any ideas why is it behaving like this?

Comments

anrikun’s picture

Category: bug » support

Is there a way I could access your site?

n3uronick’s picture

Anrikun, thanks for your reply. Unfortunatelly, it is a web-site for the client, so I'm not allowed to give anybody access to it. :(

anrikun’s picture

All right, I will have a look at this once I get some time.
I will let you know if I manage to reproduce the issue.

anrikun’s picture

Status: Active » Postponed (maintainer needs more info)

I can't reproduce the problem.
Is there any module you're using that could conflict with MFC?