This is the customization guide and 'how to' guide for implementing business functionality and features into your Drupal site.
For information on managing the ongoing operation of a Drupal site, see the Administration Guide. For information on developing the basic information architecture using menus, taxonomies, blocks etc, see the Structure Guide.
Best practices
Building the site functionality
Contributed modules
Core modules
Distributions
HowTos
Site builder's toolkit
Site building: beginner, intermediate, advanced
Site recipes
www.drupal.org
"Drupal is a free software package that allows an individual or a community of users to easily publish, manage, and organize a wide variety of content on a web site."
Subscribe to:
Post Comments (Atom)
only show translated menu items into current language (Drupal 8)
function MY_THEME_preprocess_menu(&$variables) { if ($variables['menu_name'] == 'brancott-header-menu') { $langu...
-
Add the following to template.php in themes/YourThemeName /* * Override filter.module's theme_filter_tips() function to disable tips ...
-
1. How do I access the Drupal admin panel, when the login block is disabled? Answer :- This is really a common question among...
-
There are many lists for the best Drupal SEO modules if you search Google. However, many of these lists do not cover modules ...
No comments:
Post a Comment