hola :-)
i do have two request / reports:
- why does the modul always show two days? is it changeable?
- the first call of the block works well, but using the first/last or 1,2,3,4 buttons - the images disappear.
thanks for your support. muchas gracias por su trabajo.
greetings / saludos cordiales
Steffen
Comments
Comment #1
bullakio@drupal.org commentedHallo Steffen,
The module shows only 2 days because 2 days is a realist weather forecast. You can change it by hand. Look for
pager_query(line 440 in weather_es.module) and change the 2 in$result = pager_query(db_rewrite_sql($sql), 2.Your're right, the tpl has a type mistake (now fixed).
Danke you for the testing (your Spanish is better than my German :-D)