We are putting together a website for a client and their IT Team have ask us if we can use Drupal and YUI together.
We have not use both products before, but we have no reason why not to use them. We have heard good things for both, the only concern that we have is the actual integration, since drupal is a CMS and YUI is a framework.
Could you all throw a few tips?
I’ve got a Drupal 6 site and YUI working together just fine. There’s two drupal modules that handles the integration at:
I’ve only used YUI for the rich-text editor, not anything else, but the editor is great. All the usual formatting, plus the image handling is very cool.
The only thing I found tricky was getting it to work with a local copy of YUI. You have the option of using hosted-YUI or local-YUI. With hosted-YUI, you simply give the URL where Yahoo is hosting it. With local-YUI, you install YUI on your server. For my site, on my company intranet, I wanted a local version so we weren’t always reaching out to Yahoo. You have to specify the filepath to where your local version of YUI is located exactly right or it doesn’t work. And the filepath, from memory, was a little counter-intuitive (or un-drupal). Unfortunately I can’t access the site from here to remind myself of the exact problem.
In short, go for it.