Captcha not working

Hi,

captcha-7.x-1.0-alpha2 is not accepting user input.

I'm trying Image Captcha.

In the log I get this:
post blocked by CAPTCHA module: challenge "Image" (by module "image_captcha"), user answered "T32H4", but the solution was "eaadd7ccf9a677a8716b97c5db2ccfcf".

The Code Length is set to 5. But the sulution above looks like it's 32 characters long and nothing like what was displayed to the user.

I'm now going to try the non-image version to see what happens.

CC

Best practice: Nodes vs. own databases

Hi,

I'm new to Drupal, but how now read a ton of documentation here on drupal.org and viewed all Drupal 7 videos from Buildamodule.com (which I most praise highly).
But I've run into a couple of questions.

1. Nodes vs. own database
I'm going to build a couple of modules, but I'm wondering what is best practice: Make the module create new nodes with node_save() or creating my own tables in the Drupal database and structuring the data myself?

Removing "field_" prefix?

I'm using the field_name variable as a CSS class in my node templates so that I can apply specific styles to each value, based on the field the data is held in. Ideally, I'd like to clean up the code and not have "field_" showing up in every CSS class on my page.

Is it possible to override the "field_" prefix when defining fields' machine names?

Thanks.

Current page link in navigation menu not showing up

I started with a html/css site that had a properly working navigation menu. When you were on the home page it had the home page link in the navigation menu highlighted, on the about page the about link highlighted, etc.

Since I have turned this into a theme, that is the only thing that I can not get to transfer over into drupal. I haven't changed the css, does drupal call this something different than what I am used to? Every other part of the navigation menu works as it should. My css code is below.

#nav ul li {
list-style-type: none;
display: inline;
}

#nav li a {
float: left;
padding: 10px 18px 5px;
color: #999;
text-decoration: none;
font-size: 13px;
}

#nav li a:hover{ color: #eaeaea; background-color: #565656; }

#nav li a#current{ color: #99cc66; background-color: #333; }

Also this is what is in the page.tmp.php file for my navigation:

User profile page in Drupal 7 with Bartik

I am trying to re-design the user profile page (and ultimately the "new user" page) from the ground up in Bartik on Drupal 7.

Drupal 7 and commerce

I have build a site in drupal 7 and now I got stuck at implementing the store. I started to use Commence but I am having problems with sipping and some other basic features. My question is id it better, safer and easier to use d6 and ubercart or e-commerce or struggle with Commerce?
Thanks
Julian

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x