Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Nice module - solved a need quickly for me. But the above change only changes the time to a date/time block in one place, the module has two places that need to be changed. Look further down the code to find similar code. Also it would probably be best to omit the style info from the block and add a class instead.
Comments
Comment #1
jerdiggity commentedDon't have time to patch it, but you could manually do this:
myclock="<strong>';and$timeblock .= $thetimelabel;, add the following:Hope that helps... :)
jeremy
Comment #2
adavis.co.uk commentedNice module - solved a need quickly for me. But the above change only changes the time to a date/time block in one place, the module has two places that need to be changed. Look further down the code to find similar code. Also it would probably be best to omit the style info from the block and add a class instead.