Monday, April 14, 2014
54. What is drupal panels ?
Saturday, December 17, 2011
51. Explain Drupal User, Permission, Role in Drupal
Every visitor to your drupal site, whether they have an account and log in or visit the site anonymously, is considered a user to Drupal. Each drupal user has a numeric user ID, and non-anonymous users also have a user name and an email address. Other information can also be associated with drupal users by modules; for instance, if you use the core Profile Drupal module, you can define user profile fields to be associated with each drupal user.
Anonymous drupal users have a user ID of zero (0). The drupal user with user ID one (1), which is the user account you create when you install Drupal, is special: that user has permission to do absolutely everything on the site.
Other users on your site can be assigned permissions via roles. To do this, you first need to create a role, which you might call "Content editor" or "Member". Next, you will assign permissions to that role, to tell Drupal what that role can and can't do on the site. Finally, you will grant certain users on your site your new role, which will mean that when those users are logged in, Drupal will let them do the actions you gave that role permission to do.
You can also assign permissions for the special built-in roles of "anonymous user" (a user who is not logged in) and "authenticated user" (a user who is logged in, with no special role assignments). Drupal permissions are quite flexible -- you are allowed to assign permission for any task to any role, depending on the needs of your site.
Saturday, December 10, 2011
48. Name a few Good drupal sites.
http://www.howtodothings.com/
http://leadel.net/
http://www.cargoh.com/
http://www.symantec.com/connect/
For a comprehensive list of drupal success stories follow the below link on drupal.org
http://drupal.org/success-stories
47. What are the technical differences between Joomla and Drupal -
- Joomla only supports one Section and one Category for each content, while you can assign Drupal contents to several Sections/Categories.
- Joomla does not support multi-site setups, whereas drupal supports multisite setups.
- Drupal has built-in forum discussion, so you don't need to install additional modules.
- The term
Blog
in Joomla is not same as blog in Internet dictionary. 'Blog' term in Joomla is actually a teaser view of contents containing: Title, Introduction and a Read More link. So, in short, 'Blog' in Joomla terminology is not 'Weblog'! If one is asking if Joomla supports a 'Blog' by default, then the answer is yes, but with a different meaning. - Comments on contents are not available in Joomla by default, but Drupal supports comments for all content-types by default.