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.
Hi all,
I'm thinking on how to show blocks only in certain pages.
I would like to know where to start from...
The basic idea could be to show the home page with a very basic navigation block, that takes users to show for example stories, weblinks etc.
When I choose stories, I would like to show a block for every vocabulary related to stories, and the same with weblinks, and so on......
Could you please suggest to me some code and where to put it ??
Hi, I've almost read all the posts about reindexing the database.
But I can't re-index my database. And I really can't find a way to do it. Searched all the admin pages ect.
When I try to do a manual reindex by index.php?q=admin/search/reindex then I get the following error
warning: call_user_func_array() expects first argument, 'admin_admin', to be a valid callback in C:\Program Files\Ensim\SiteData\webppliance\conf\domains\dpoy51\Inetpub\wwwroot\nieuws\includes\menu.inc on line 108.
When using xtemplate theme (on drupal 4.2) , the frontpage containing the login box also includes top-menu links and blocks. On a site with no guest access, a visitor should get an 'access denied' when clicking any link in the menu or in a block. However, it appears that some content _can_ be accessed by visitors who are not logged in yet, even if no permissions are granted to anonymous. (Apparently various modules fail to check for $uid).