Hi everyone, i have this site in Drupal 7 of http://fisanamadrid.es/, is no very complex, but do you think i shall wait some months or i can upgrade now?
On D7, I am trying to figure out how to setup a locator map feature similar to this http://www.jtmfoodgroup.com/map-schools. On mouseover for each state, displays a dynamic block of information below. Further, each menu item on the left will extract a different set of information based also on the state. I understand this can be achieved using Views, Taxonomy, for instance. I just need some tips on how to best get about it and possible modules to start testing with.
In my current straight php site, I retrieve records from MySQL tables and had a hard time with php and CSS making attractively formatted tables.
Are there libraries, widgets, or methods that make this easier in Drupal? My agency is considering doing all future development in Drupal, so I'm trying to catch up.
For charting my mySQL queries, I bought a php library from
. How is charting done in Drupal?
i am trying to get content from a custom build site into a new Drupal 8 Installation.
I already managed to transfer the user and passwords with the migrate_plus module into Drupal, which was pretty straightforward according to the beer example in the module.