module regress....

so I updated the Auto logout module for my multisite to 7.x-4.6 as my alerts suggested

Now I am getting alerts to update Auto logout module for my multisite BACK to 7.x-4.5

This is the first time this has happened to me. Anyone else? Is this common with some modules?

Thanks

Is there a views bulk operation but inline or for single fields?

I have a view which I am using VBO on.

When there's only a few results VBO is a bit too much and for new users is a bit unusual workflow.

Is there an alternative when there is a small amount of results, like views inline operations?

Thanks

Slick Carosel settings

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.

Why does the output of user_hash_password change each time?

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?

Thank you very much

cld

Admin menu dissapeared (Drupal 7)

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.

Any help will be very appreciated!

Sergio

time elapsed during form submission

Hi everybody,

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.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x