Search

Search results

A Drupal form password confirmation field example

Drupal form FAQ: How do I create a Drupal form with both a Drupal password field and " password confirmation " field? ...

Blog - alvin - Dec 19 2011 - 9:43pm - 0 comments - 0 attachments

Drupal form password field examples

Drupal form FAQ: How do I create an HTML password field in a Drupal form (using Drupal 6 or Drupal 7)? Assuming that you're comfortable with creating a ...

Blog - alvin - Dec 19 2011 - 9:38pm - 0 comments - 0 attachments

Get a web client's IP address with PHP

I just ran into a situation for a Drupal/PHP client where I wanted to log some access information. There was some ... a PHP script, that's all you need. Some extra PHP and Drupal logging FWIW, if you ever need to log information like this, here's a trimmed-down version of some PHP code I wrote for a Drupal 6 website. I'm basically just getting the client IP address (the user's ...

Blog - alvin - Oct 31 2012 - 9:41pm - 0 comments - 0 attachments

Drupal 7 meta tags module - latest information

Drupal 7 meta tags FAQ: Is there a meta tags module for Drupal 7? (Or, what's going on with the Drupal 7 meta tags module?) (Note: This article was last updated on ...

Blog - alvin - Apr 4 2011 - 8:38pm - 0 comments - 0 attachments

Drupal, GoDaddy, and '500 internal server error'

... of the website came up okay, but any other page on this Drupal website returned an Internal server error (seen in my web browser as a "500 Internal server error"). Fixing the Drupal GoDaddy 500 internal server error After some digging around, the ...

Blog - alvin - May 25 2012 - 4:19pm - 3 comments - 0 attachments

A Drupal 7 form table example

If you're interested in building an HTML table with Drupal, Drupal 7 in this case, here's a quick example of how this can be done. My ...

Blog - alvin - Dec 17 2011 - 7:37pm - 0 comments - 0 attachments

A custom Drupal favicon.ico (Drupal 6 or 7 websites)

Drupal FAQ: How do I set the favicon.ico icon file for my Drupal website? There are a number of ways to do this, but one of the best ways is through the Drupal admin interface. From there you can upload your favicon.ico file and it ...

Blog - alvin - Mar 13 2011 - 11:25pm - 0 comments - 0 attachments

A comparison of WordPress and Drupal (May, 2009)

Summary: A comparison of Wordpress and Drupal, circa 2009. (2011 Update: Drupal 7 is much easier to use than Drupal 6, which was described in this article.) I've used WordPress as a ...

Blog - alvin - Oct 4 2011 - 5:16pm - 8 comments - 0 attachments

Drupal watchdog function - How to log Drupal errors (error messages)

Drupal FAQ: How do I log Drupal errors (error messages)? The standard way to log Drupal error messages is with the watchdog function . The watchdog function ...

Blog - alvin - Dec 19 2011 - 9:46pm - 0 comments - 0 attachments

A Drupal get user id function (uid)

Just a quick note here to share a Drupal get user id (uid) function. I've found that when I'm developing a Drupal module or Drupal application, I often need to access the user id, so I created this ...

Blog - alvin - Aug 3 2011 - 9:06pm - 0 comments - 0 attachments