backdrop-contrib / responsive_menus

A port of the Responsive Menus Drupal 7 module to BackdropCMS
GNU General Public License v2.0
0 stars 0 forks source link

Dependency on deprecated Libraries 2.x #3

Open kelizoliva opened 3 years ago

kelizoliva commented 3 years ago

This module has a dependency on Libraries 2.x, which has been deprecatedhttps://backdropcms.org/project/libraries, as equivalent functionality has been added to Backdrop core.

Much of this module is non-functional because of this.

oriolroger commented 1 year ago

Hi, I'm trying to use the Google Nexus style, but the module is asking me to install the library into a root folder /libraries, instead of using a 'libraries' folder inside the module, as we'd expect when using Backdrop.

I think this is because the module is still using the deprecated Libraries module (you can find a call to the obsolete function 'libraries_load' in function responsive_menus_style_load, instead of the correct way 'backdrop_add_library'); but I can't figure it out the correct way to load the library and get the styles and js's.

Any help would be very appreciated. Thanks.