The client wanted the ability to create web forms and receive submissions in their Drupal 6 website, but they aren't allowed to collect information about users. The Webform module is a great solution, but by default they collect the user's IP Address.
Showing posts with label Drupal 6. Show all posts
Showing posts with label Drupal 6. Show all posts
Monday, September 10, 2012
Friday, July 8, 2011
Access Denied for All Users
I recently encountered a problem logging in. I could log in as the admin or any other user, but it would show the "Access Denied" message instead of the admin controls. The site worked fine for anonymous users, but no one could log in to make changes.
Friday, May 13, 2011
Redirection that works
Content administrators needed a way to control the URL to their external web application and be able to edit/show a maintenance message when the application was down for updates.
I created a new content type with a CCK link field for the URL and a single on/off check box for the administrator to turn the maintenance message on or off. The maintenance message lived in the default title and body.
I created a new content type with a CCK link field for the URL and a single on/off check box for the administrator to turn the maintenance message on or off. The maintenance message lived in the default title and body.
Wednesday, May 11, 2011
MySQL crashed and nodes display "n/a"
MySQL crashed due to a lack of hard drive space. More hard drive space was allocated and MySQL was restarted. For a moment, the site appeared to be fine. A minute later, everywhere a node was suppose to display, "n/a" appeared instead.
Monday, May 9, 2011
Pathauto Bug: "Array" in the URL alias
I discovered a bug using Pathauto 6.x-1.5. When I would save a Page node with the URL path settings set to Automatic alias, the URL alias would insert "Array" instead of the token I assigned. When I reverted back to Pathauto 6.x - 1.4, the problem disappeared.
http://drupal.org/node/1141402
http://drupal.org/node/1141402
Friday, April 15, 2011
Turn a select into an autocomplete textfield in a Views exposed form
Within a Views exposed filter form, there was a select for a node reference field. The client wanted the select to be a textfield because it only required 3 characters and it would be faster for users to type them than find them in a select. I decided it would be even cooler to make it an autocomplete textfield.
Subscribe to:
Posts (Atom)