Hello all,
My site has three enabled languages: Englisch, Deutsch and Français. Content is enabled with either "language neutral" or a language set.
I have a view that shows a particular type of custom content. The problem I have is that the view is not showing what I want.
- If the user has selected "english", the default site language the view shows both english and language neutral content.
- If the user selects "français" or "deutsch" he only gets content in that language. I want however language neutral content to be shown too. What do I need to configure?
I actually do my custom pages from views, and i use the code to get my fields: print $fields['entity_id_1']->content;
But if my entity is a picture and i want the filepath how i do that?
All i've found is: echo render(file_create_url($node->entity_id_1['und'][0]['uri']));
I'm working on a module with a page callback that will parse a bunch of optional arguments. I know that optional arguments are passed on (as described in the hook_menu documentation), but short of defining an endless list of variables in the callback function like