Hi I have set up a slick Carosel which shows three slides at a time. I want the carosel to advance one slide at a time, but currently it is advancing three slides at a time. Can anyone advise me what and where I have to alter the settings. Been trying to work it out with no luck. I'm on Drupal 7 with Slick version 2.
Hi,
I'm using this code to generate a password valid for a Drupal7 site, with this code:
require_once '../includes/bootstrap.inc';
require_once '../includes/password.inc';
echo "Encrypted password: ".user_hash_password(trim('11111111111'));
Why does the result change every time I run the code?
Shouldn't the hash of "11111111111" always be the same?
After a certain time of not entering my website (Drupal 7) as administrator, I see that I no longer have the administration menu bar. I can login to the site as an administrator, but I do not have the administration bar so I cannot modify any settings through the web page.
I don't have Drush installed in the server, so I don't know how to solve this problem.
I'm struggling within trying to know the time elapsed from custom form loading to submission of itself.
I have a form with some questions like a quiz with answer and I want to calculate the entire time before the user submits the form.
I tryed:
- 2 hidden fields, start and end, with microtime function. "start" is populated when rendering form and the "end" one Is filled in the submit function. this is working but it returns only 1 second of difference, I don't know why, that's not corresponding to real.