We have a static site, but we want to make a section to host some of our tests. The tests are coded in html and php using forms. Can these be integrated into Drupal? Also we want to add account signup, but I guess this is a standard CMS feat. Thanks for any advice :)

Comments

Arto’s picture

  • Write mod_rewrite rules to prevent Drupal interfering with the static/test portion (but that won't integrate the templates, since those pages will then be entirely outside Drupal)
  • Investigate if the staticHTML module could be of help; have not used it myself, so I'm not sure. There may be other modules that could be of use, too.
  • Possibly easiest, if you have previous programming experience: write a short, super-simple module to integrate your existing stuff into Drupal. A bit of a learning curve initially, perhaps, but gets you up to speed with Drupal's API at the same time.

And yes, account signup is standard.

--
Arto Bendiken -- currently working on static page caching for Drupal 4.7.