LDAP login problem, but successful test

Hello everyone,

I´ve got a problem with my drupal using LDAP-Authentication.
When Iam trying to login with my LDAP-Credentials, I get this message:

 Another user already exists in the system with the same email address. You should contact the system administrator in order to solve this conflict.
 Sorry, unrecognized username or password. Have you forgotten your password?

An when I type a wrong password, I get this message:

Menu Link with View Total?

Anyone know of a module that will allow me to add a row total to a menu link? For example, I have a view named "Announcements" that brings up 5 results. In my menu, I want the link to the announcements page to display as "Announcements(5)".

How to add a new CSS class to a Drupal7 <form> ?

Hello I created the following form iterating for each node:

...
$render['my_list'][] = drupal_get_form('shop_form_item_'.$node->nid, $node->nid);
...

$render will output the form on the page. The forms css classes will be shop-form-item-20, shop-form-item-21 etc... Now I need to add an extra class eg: <form method="post" action="" class="cart shop-form-item-20 ">

Drop Down menu

Hello everyone,

I'm new to drupal and I'm currently working on http://parkourtownsville.com/

How do I make "CLASSES/TRAINING" a drop down menu (http://parkourtownsville.com/classes/basic-class Parent item is CLASSES/TRAINING). Currently the drop down only works on the page (http://parkourtownsville.com/classes). How do I make the drop down menu to work on all pages?

HTTP vs HTTPS Login

I've noticed that drupal.org doesn't use HTTPS by default for its login page (although the server will respond to HTTPS connections on that page if made). My question isn't so much about drupal.org but more about HTTP vs HTTPS for login pages (authentication) in general. Is HTTP good enough for protecting user credentials? Since drupal.org uses HTTP for its authentication, it leads me to believe that it is "good enough." Of course the sites content won't be encrypted.

Is there anyway to make a custom conditional field with validation in Drupal7?

Hi Friends,

My Situation
-------------------------------------------------------------
A product registration Site with a list of products and serial number filed
--------------------------------------------------------------
Created a select list with registrable products

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x