Hi, I am trying to restrict user profiles by role so that role X can only view profiles of users with role X.
I know core provides permissions to define which roles can view users profiles but what I am looking for is to give Administrators permissions to view all profiles and other roles to view only profiles under the same role.
Any module or way of implementing this?
Below is a table of the type of functionality I am after:
New to Drupal, find it brilliant and am almost ready to release our website. Installed 7 and configuration has mostly been faultless but for one problem. Maybe my workflow is wrong but I'll explain what I want to do to see if I missing an obvious solution.
I am a newbie at open source CMS and so please forgive me if this has been posted already.
I was wondering what are the advantages and disadvantages of each CMS and if there is a clear cut winner? i.e. how fast is it to build a robust site? Is Drupal more powerful in the sense it is highly customizable? Which CMS has a less learning curve?
Is it better to hard code static content into the page-front.tpl.php template or should I create regions and blocks for displaying this content. My front page will function much like the front page of www.drupal.org. It looks like they are using blocks for the content in the three column area in the center of the page. Thanks.
I have a drupal 6.20 multisite & want to upgrade to drupal 7.0. I'm running on ubuntu hardy. My mysql & php versions are suitable. I've uncompressed drupal 7, and copied into it my old 'sites' folder. If I go to site/upgrade.php I get:
I am new to Drupal and hope a Drupal guru can assist me. What I want to do is create the ability to load the summary for pages like the front page does only on other pages. You see we want categories and when someone clicks on the category page say "Sports" we want the same layout as the front page only pages about sports will appear.