I'm trying to migrate an old website to a Drupal-based website.
Everything is OK except it still a web-application from the old website to migrate to the new Drupal website.
Is there a way to "include" that web-application into Drupal (through an Iframe, maybe ?) or is the only solution is to fully rewrite that application to build a new Drupal module ?
I am using the latest drupal 6.x install. I have enabled the php filter, and i have that checked in the input format. However when I enter any php code it does not parse it at all it just displays the raw code in the node. I am also using tinymce I tried pasting my code into the html box on tinymce, and directly into the text area with the same failed results. I also disabled tinymce and entered the code in the text area with the same result of it just displaying the raw code rather then executing the php.
I have a drupal site with garland theme and some modules installed including ubercart, newletter module etc etc module.
But when i view the home page and view the source, I see a bunch of css files called by DEFAULT which are only used in other modules. But I think all css are not required for loading home but only the "/themes/garland/style.css"; and 3 or 5 css files.
Can any one help me and tell me , is it required to call all css and is there any way we can hide calling unnecessary css files which are not requied for the particular page, it it is not required.
Or is it a basic frame work in drupal to call all css files in all pages ???
Please help ?
For Ex- view source calls all these css for home page
@import "/modules/node/node.css";
@import "/modules/system/defaults.css";
@import "/modules/system/system.css";
@import "/modules/user/user.css";
@import "/sites/all/modules/cck/content.css";
@import "/sites/all/modules/simplenews/simplenews.css";
@import "/sites/all/modules/thickbox/thickbox.css";
@import "/sites/all/modules/ubercart/shipping/uc_quote/uc_quote.css";
@import "/sites/all/modules/ubercart/uc_attribute/uc_attribute.css";
@import "/sites/all/modules/ubercart/uc_file/uc_file.css";
@import "/sites/all/modules/ubercart/uc_order/uc_order.css";
@import "/sites/all/modules/ubercart/uc_product/uc_product.css";
I have created a network in Ning with the hope that i could at some stage Migrate it to Drupal. Has anyone here such experience made? Is there a migration module here for migrating any sort of CMS to Drupal?
Please i will be appreciative of any sort of ideas or feedback.