i've just install and configure Drupal 7 on my server.
When i want to update drupal, there is an error ''Èchec de récupération des informations de mise à jour d'un projet.'' (Failed to get informations of drupal update)
Hi,
I am new to drupal and seek your advice on the following topic :
I have created 3 roles (A,B,C). I want to give user administration permission (viewing and creating accounts) of B and C to A.
I want to do this as I don't want role A to view admin accounts... and A should be able to handle B and C role users so that admin does not have to worry about those users.
In the Bartik theme, I would to replace the standard "User Login" block with two menu links in the top right corner: "Login" and "Create New Account". This is the same place where the User menu appears when the user is logged in (with "My Account" and "Logout" links). How can I achieve this?
I need to set a custom page.tpl.php for a content type I created named "lab" in order to have a different layout for this group of pages. The only way I've been able to change the tpl from is using the node (which would require 1 tpl for each page in the group) or the % wildcard (which I fail to see a use for). I've tried using a number of different variations of page--lab.tpl.php and page--node--lab.tpl.php which didn't work. Additionally I've tried adding some scripts to template.php found in this forum which didn't work.