Steve: I think you got this feedback elsewhere in another discussion, but for the record I'd like to clarify here that one does NOT require permission to port a module from Drupal to Backdrop CMS. However, we do encourage folks to contact the Drupal 7 module maintainer as a courtesy and invite them to help with the port or at least inform them of your intention.
Hi @Gnome and welcome to Backdrop
When I create custom layout templates I put them in /layouts/custom/my_layout
Note: you can split modules and layouts between contrib and custom...
Posted2 hours 42 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View.
https://drupal.stackexchange...
Posted1 day 10 hours ago by Alejandro Cremaschi (argiepiano) on:
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows:
->propertyCondition('langcode', 'en...
Thanks so much! It's working now:
I was able to transfer the docroot files to the containing directory without the need for a second database or any manual configuration export/import/sync...
Ah, I see. Sorry, I hadn't clicked the link and assumed it was the instructions for upgrading from Drupal 7.
If you are simply copying a site from one location on a server to another, the...
Comments
I've just downloaded and converted with the Coder_Upgrade module and the D7 uc_feeds module and it worked... Yeah me!!!!
I'll look into messaging the original provider of the D7 module and see if I can get permission to officially move it across to BD
Watch this space!
I went ahead and ran it through coder upgrade myself and it also worked for me.
I have not issues a full release yet, so it is not on BackdropCMS.org. But you can download and use it directly from Github.
https://github.com/backdrop-contrib/uc_feeds
EDIT: It is now on BackdropCMS.org
https://backdropcms.org/project/uc_feeds
Steve: I think you got this feedback elsewhere in another discussion, but for the record I'd like to clarify here that one does NOT require permission to port a module from Drupal to Backdrop CMS. However, we do encourage folks to contact the Drupal 7 module maintainer as a courtesy and invite them to help with the port or at least inform them of your intention.
https://docs.backdropcms.org/converting-from-drupal#communicate
Other resources for porting modules from Drupal 7:
Including links and resources for anyone else in the future interested in porting Drupal 7 modules.
Thanks Tim, really helpful as always :-) I appreciate it.