This is a must read for all theme developers. aspects of theme system that will be of interest to theme developers.
Weblinks: Important Drupal Nodes.
Categories
| Important Drupal Nodes. |
Links in this category
Drupal Theme Developers Guide
Posted September 14th, 2007 by admin- Login or register to post comments
- Visit Drupal Theme Developers Guide (577)
Drupal Videocasts for Developers and Beginners
Posted September 14th, 2007 by adminA huge variety of video/screencast resources for Drupal. If you would like to add a video to the section, just add a new child page under the most appropriate section.
* Overviews
- Login or register to post comments
- Visit Drupal Videocasts for Developers and Beginners (610)
- Read more
Fixing an elusive login issue
Posted February 6th, 2007 by adminThere are a other few known problems with proper fixes, and those include:
* not able to be logged in to multiple sites on the same domain at once. The fix for this is: ini_set('session.name', 'examplecom') (note that session name can only contain alphanumeric characters.)
* login works, but you still appear to be logged out. The fix for this is to just press reload.
* Users login to www.example.com but don't show as logged in on example.com. The fix for this is to put in an .htaccess redirect so that www.example.com automatically becomes example.com. See Login doesn't work or must be done twice in the Troubleshooting FAQ.
- Login or register to post comments
- Visit Fixing an elusive login issue (533)
- Read more
Theming The Search Submit Button - A CSS Cross-Browser Compatible Solution
Posted October 13th, 2007 by adminA very handy article if you are looking to theme your Search box on your drupal site.



