If in a single drupal node, more than 1 carto filter block occurs, errors messages are given by smarty because it tries to write the compiled text to file.
This will be solved by writing the content of a carto filter block to a database table and referring to it by node id and carto filter sequence number (same as id in generated html code).
Comments
Comment #1
jpulles commentedMultiple blocks containing cartographic widgets are possible now in a page. This includes an overview block in the left OR right column.
Each carto filter block gets an id of carto-filter-{sequence number}, and the content is cached in a database table together with the crc value (to check if the content has changed) and a timestamp.
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commentedComment #6
Tobias Maier commentedComment #7
(not verified) commentedComment #8
jpulles commentedIn drupal, multiple nodes containing multiple carto blocks can appear in e.g. the page listing all the blogs. Release 0.3 of mappingwidgets handles this correctly if the target maps of buttons are specified in relative terms, i.e. values 'previous' or 'next'; note that in this case the map widgets should not be given an explicit id.
Comment #9
(not verified) commented