drupalmodule

Displaying data from one Drupal site on another

The situation was the following: - Site A is used by companies to enter job descriptions. - Several Sites B want to access these job descriptions to offer a job board for applicants. Constraints: - solution has to be dynamic, e.g. a job entered on Site A has to be online on Site B instantly. - All sites are on the same server, so they can access the local MySQL database of Drupal.

Drupal Modules

I installed the new modules for competence management (downloaded the modules into the modules directory of my Drupal installation) and I get an error "Depends on: Array (missing)" in the Modules page.
Subscribe to drupalmodule