(Tips) 50 Drupal Tips and Tricks
Tips : 50 Drupal Tips and Tricks
Drupal admin and configuration:
- Create a "HTML help" block and assign it to appear on only "node/*/edit" and "node/add/*"
- Use the "edit permissions" link on admin/user/roles to get a single column
- Use the Firefox Web Developer Toolbar to "Populate Form Fields" on the access page for the admin role
- Use "
site:drupal.org {search terms}" to search all of drupal.org with
Google. Set up a Firefox shortcut so you can type "dru [your search]" to
search Drupal. Alsoapi.drupal.org/apis/{search_term}
- When using pathauto to alias usernames, don't let users change their usernames.
- Use PathAuto and Path Redirect together to redirect old aliases to the new ones. Search engines will love you.
- Use Global Redirect to make sure home page is "/" and current page doesn't have an alias.
- When creating PathAuto template, keep uniqueness in mind -- perhaps add a date to your blog and news entries.
- Move the "My Account" menu item by creating a custom menu item at 'user'
- Use update_status module along with cvs_deploy & cvs tags to manage sites
- Use ImageCache to resize images. It's worth the poor u.i. and configuration challenges. Tastes best with ImageField, CCK, and Views.
- Turn any CCK type with an imagefield into a photocast with ConTemplate
- Use Automatic Node Titles
whenever you want to have separate (CCK) fields for first name and last
name, but you want the node title to contain the full name.
- Use SimpleMenu to remove the need for an admin block on the page.
- Set your site in "offline mode" when doing Drupal upgrades, to
ensure that your end users are never exposed to any funky errors.
- Use locale.module to change English text into other English text.
Example: change "Forums" to "Message Boards". Slight performance issue
for high-traffic sites. In Drupal 6, there's a new "locale lite"
feature to translate only a few pieces of interface text without the
overhead of locale module itself. Check the bottom of
default.settings.php for more details.
- Use views + views_fastsearch to build "section search" or custom advanced search pages
Courtesy : Hostsh.com.br
- guru's blog
- Login to post comments
![Drupal-6-Book-[Building Powerful and Robust Websites with Drupal 6].jpg](http://www.drupalranch.com/images/Drupal-6-Book-[Building%20Powerful%20and%20Robust%20Websites%20with%20Drupal%206].jpg)