Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have set up a view as a page and some filters, and set the view as a menu item.
But I don't want a menu item to appear if the view is empty.
For instance:
Menu
Todays News
Archive News
My "Todays News" view contains a filter for articles published today.
If there aren't any articles published today then I don't want the menu link to appear.
I'm using Internationalization module. I would like to have :
mydomain.com/en/ for my english forum index, and mydomain.com/fr/ for my french forum index.
At the moment, I have my default language (french) activated, and when I go to settings, the "fr" is added automatically. I have configured the index page to have the forum page at homepage, so I can access to mydomain.com/fr/ and it works. But when I go to mydomain.com/en/, the page isn't found. Why ? Where is the configuration ?