Theming The Search Submit Button - A CSS Cross-Browser Compatible Solution
A very handy article if you are looking to theme your Search box on your drupal site.
- Login or register to post comments
- Visit Theming The Search Submit Button - A CSS Cross-Browser Compatible Solution
- 591 reads
Drupal Videocasts for Developers and Beginners
A 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
- Read more
- 592 reads
Drupal Theme Developers Guide
This is a must read for all theme developers. aspects of theme system that will be of interest to theme developers.
- Login or register to post comments
- Visit Drupal Theme Developers Guide
- 738 reads
Fixing an elusive login issue
There 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
- Read more
- 476 reads


