I read somewhere that using the Sections module I can implement different themes for different sections of the website. However, I find that the Sections module is only available to Drupal 6. Is there any way to implement this for Drupal 7?
I have installed the Domain access module and followed the instructions in INSTALL_QUICKSTART.txt.
I have added a new domain (test.domain.com) and updated DNS and httpd. However when I try to visit that new domain the "Select an installation profile" page is displayed (http://test.domain.com/install.php). The default domain works fine (http://my.domain.com).
I have a view that is outputting a bunch of teasers. After each teaser, i want to display an "edit" link. For this i'm rewriting the output of field Nid as link "node/[nid]/edit". This works all fine (although I'm not sure if it's the right way). Now i want to show the "edit" links only for the roles that are allowed to use it. Is it possible?