linnovate / elementor-drupal

elementor module for drupal
GNU General Public License v2.0
25 stars 4 forks source link

module location hardcoding #19

Closed liorkesos closed 6 years ago

liorkesos commented 6 years ago

elementor expects to be called at /modules/elementor It's common in drupal (composer does it) to install in modules/contrib and when I installed elementor there i had many wierd errors. Symlinking from modules/elementor to modules/contrib/elementor solved the problem but the module shuld be more robust and resiliant.

zohar commented 6 years ago

Maybe use drupal_get_path ?https://api.drupal.org/api/drupal/core%21includes%21bootstrap.inc/function/drupal_get_path/8.6.x

liorkesos commented 6 years ago

Cloned latest version and it breaks if I place elementor in /contrib

aronStein commented 6 years ago

I could not reproduce the problem, please try install again