I wrote the "Metis" module for a non-profit project I'm collaborating with. Now I'm working on an upgrade of the website to Drupal 7 and I need to have a D7 version of the module. But I'm not a very experienced module developer, which is why I'm seeking for help.
The module isn't really complex. Basically, it provides a field (in D6: CCK field) that contains a checkbox and, if activated, saves a so called "metis code" to include it in the HTML source.
I have installed drupal on my localhost server and I have already install quiz module for Computer Based Test (CBT). I have a lot of students that want to attend the exam which I have their details on a excel sheet document. I need help on how to upload multiple users to my drupal site.
Thank you for your support.
We're beginning an effort to migrate from D6 to D8. Since the application being migrated is large, complex, and mission-critical; our plan is to port over and deploy small bits of functionality to D8 over time. Both D6 and D8 will be running simultaneously on production until a total migration of all functionality is complete.
Say what? Essentially, we'll be routing certain URLs to the D8 instance (ie: /featureB/), and leave the others to route to the D6 instance (/featureA/).