I have an old website and I’ve been asked to implement a small forum to display in a specific website block.
I’ve implemented this forum with Drupal and now I need to integrate it into the old website.
I was wondering how to integrate it:
- should I just create a 1 to 1 copy of the old website page and add the Drupal forum
- or should I use an iframe to include my Drupal work in the original old page ?
What’s the best approach ?
I’m not even sure if the old website and the new Drupal installation is going to be stored on the same server.
Thanks
Not knowing the details of your situation, I would prefer to customize a theme in Drupal to match the visual design of the old site, copy the navigation to link back to the main site, and then add a “Forum” link to the navigation of the old site pointing to the new Drupal forum. That solution will keep both sites fairly independent, and you won’t need to worry about Drupal navigation and other things showing through like you would if you did it in an iframe.
But this is just an advice, to give a proper answer I’d need to know more about your old site – what technology it is using etc. Perhaps it would even be possible to include the main site’s navigation into Drupal, instead of copying, thus reducing redundancy.