I have posted a question a few days ago and nobody responded to it.
So it looks like this forum is not monitored at all.
It gives me the feeling that Backdrop is not really maintained/used ...
I did see one response to your menu question, although I realize you are in need of more info. I am not a Backdrop programmer, but I know this forum is relatively new. I have received thoughtful comments to my questions on the forum after a few days.
Backdrop is certainly a small player in the overall picture. There are many other choices. However, for my purposes it fits well. I spent the entire summer getting a Drupal 8 site up and running, just to have it completely broken by an upgrade. By and large the other choices have various good possibilities, but almost always have commercial doors to the high-end modules.
The Backdrop approach matches my philosophical view, and I very much hope it is successful.
Hello @jgeert1, and welcome to the Backdrop Forum!
We do believe this forum is alive and well, though as mentioned, it is still quite new. How fast you get a reply will depend on how many other people are on at the time, if the topic you raised is something others have had experience with.
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
Posted3 hours 44 min ago by Alejandro Cremaschi (argiepiano) on:
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside.
The YouTube module gives an example:
<?php
/**
* @file
* Youtube field module adds...
Posted8 hours 23 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Why not insert the script using a custom block at the very top of the page? Who said that it won't work correctly if you don't place it in the <head>?
Especially when the question...
Comments
Hi!
I did see one response to your menu question, although I realize you are in need of more info. I am not a Backdrop programmer, but I know this forum is relatively new. I have received thoughtful comments to my questions on the forum after a few days.
Backdrop is certainly a small player in the overall picture. There are many other choices. However, for my purposes it fits well. I spent the entire summer getting a Drupal 8 site up and running, just to have it completely broken by an upgrade. By and large the other choices have various good possibilities, but almost always have commercial doors to the high-end modules.
The Backdrop approach matches my philosophical view, and I very much hope it is successful.
Hello @jgeert1, and welcome to the Backdrop Forum!
We do believe this forum is alive and well, though as mentioned, it is still quite new. How fast you get a reply will depend on how many other people are on at the time, if the topic you raised is something others have had experience with.